Report Maker

Web reports

Report Maker processes report definition files with the file type WEB as Web report files.

The URLs in these files can access third party web reporting products.

A web reporting product that IFM supports is Google Looker Studio.

Each WEB file must contain two or more lines:

  1. Report title, this appears in the report selector and in the report window title.
  2. Report URL, which may contain the following placeholders:
  3. Optional report parameter 1 description, optionally followed by selector definition as one of:
  4. etc.
For report parameter selector definitions that specify database tables, the selector entries are ID and name/description, and:

Example WEB file (supplied as test\reports\Test\test.web):

test web report
http://example/report.htm?param1=$$1$$&param2=$$2$$&param3=$$3$$
parameter description 1 ($$site,DESC$$)
parameter description 2 (a,b,c)
parameter description 3