Restrict a paginated report using URL parameters

Technologies > Business Process Owner Views > Paginated Reports > Report with URL Restriction

To load a paginated report from the address bar, use the prefix pagereports/ to indicate that the view is a paginated report view:

http://localhost:8080/archibus/pagereports/ab-rm-by-fl-and-dp.axvw


A URL restriction may be appended to the file name. The following example sets a work order id restriction:

http://localhost:8080/archibus/pagereports/ab-ex-wo-rpt.axvw?wo.wo_id='199300010'

Note that, unlike other views, use of the full relative file path is not only unnecessary, but disallowed in this context.

Loading Views from the Browser Address Bar