Reporting - Query String Parameters

From All n One's bxp software Wixi

Revision as of 09:43, 30 January 2015 by Philip Lacey (talk | contribs) (Created page with "= Overview = The reporting suite in Business Express contains a large amount of reports that you can use to filter your data and generate interesting graphs and charts. Som...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1 Overview

The reporting suite in bxp software contains a large amount of reports that you can use to filter your data and generate interesting graphs and charts.

Sometimes you may have a report that you pull very day and you need to turn it into a single button click.

How can this be achieved when you have to select the form and enter the dates.

This can be achieved by using query string parameters.


2 Query String Parameters

There are a few main values that need to be passed to the reports in order to generate the report.

The first is the ID or intCampaign_Id.

The ID field depending on the report will either be passed as ID or intCampaign_Id.

It will always be the number of the form that the data is located in.

Example

https://www.allnone.ie/myform_reports.asp?ID=28

Or

https://www.allnone.ie/myform_reports.asp?intCampaign_Id=28