Prompting for Criteria in Reports

From SmartWiki
Revision as of 13:10, 29 April 2013 by Arthur Lathrop (talk | contribs)

Jump to: navigation, search

caption Click here to watch a video on SmartSimple's integrated reporting subsystem.

You can prompt the person that runs the report for the criteria, by replacing the criteria string with three question marks - ???.

1. Make a new copy of the current report named – Prompt for Title.

Reps37.png

2. Click the Edit button.

3. Click the Report Builder tab.

4. Click the SmartSimple Special Criteria Values tab.

Reps38.png

There are three special functions displayed.

Function Purpose
??? Prompts the user for an input value. You can combine this string with any other selection operator. You can use ??? multiple times in the same report.
@userid@ Uses the current userid as the criteria. This is useful when you need to create a generic report that displays all the records for the user running the report.
@companyid@ Uses the current user's companyid as the criteria. This is useful when you need to create a generic report that displays all the records for the user running the report.
  • To allow the user to enter multiple values to be matched against the same field enter REGEXP ??? in the Criteria of the report builder.
  • When prompted a list of values to be filtered on can be entered, delimited by pipes. I.E: This|That|The Other


5. Replace the current criteria with the criteria shown below:

Reps39.png

6. Click the Build Query button.

7. Click the Save button.

8. Click the Preview button.

The Criteria Prompt window is displayed.

Reps40.png

9. Type President.

10. Click the View Report button.

Only records matching the entered criteria are displayed.

11. Close the current report.

See Also




Previous.png Specifying Multiple Criteria in Reports Prompting for a Criteria using a Wildcard

Next.png