887 bytes added,
09:43, 30 January 2015 = 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.
= 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