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.

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, optionally containing placeholder $$1$$ for report parameter 1, etc.
  3. Optional report parameter 1 description, optionally followed by (value1,...) for pulldown selector values.
  4. etc.

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

web report 1
http://server/folder/opendoc.htm?document=report.qvw&select=selector1,$$1$$&select=selector2,$$2$$
parameter description 1 (a,b,c)
parameter description 2