- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Greetings,
I had a requirement to generate a parameter report and couldn't come up with a way to perform it using the OOB reporting functions in Calgary. Here is a nice workaround I found using wizards.
1. Navigate to the Wizards module (Application may need to be activated by setting it to active).
2. Next create a new Wizard.
Here I am creating a Wizard to query for Incidents by date range.
3. Create the first panel for gathering parameters. When clicking new, you are taken to an interceptor.
4. Add your first panel.
5. Add variables and then add them to the panel.
6. Add a second panel that is a Record Generator. Again you will be taken to the interceptor.
7. Add a script that redirects to the information. Hint: you can get the URL format by creating a filter and then copying the URL from the Context Menu.
8. Add a transition panel so the first panel goes to the record generator when the Next button is clicked.
9. Add a module to the Incident application that redirects to the Wizard.
10. New module:
11. Click on the module and it will redirect to the Wizard. Populate the inputs and click the button for the transition.
12. Results:
Although we are not taking the user to an actual report in the end, I found this to be a nice workaround for users who are not comfortable using the filters provided on list forms.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.