RapidIdentity Cloud Product Guide

Prompt Parameters

To define a parameter that will prompt the user for criteria values, use the autocomplete function to choose which parameter will require a prompted value and the expression by which to qualify it. Then enter a ? to automatically populate a prompt value for that field type.

For example, to add a date range by which to search for a certain argument in a report, begin with the timestamp parameter.

  1. Enter timestamp and, as this will be the beginning of the date range to search, use >.

    Prompt_Argument_1.png
  2. Type ? to automatically populate the recommended value for that field type. Note the structure: Prompt|Date Occurred (Begin)|Date%. The Date Occurred (Begin) label was determined by the possible values available with a timestamp > query, and the Date element represents the type of prompt the user will be presented with when the report is run.

    Prompt_Argument_2.png
  3. Finish the range argument by adding AND timestamp > ? to pull Prompt|Date Occurred (End)|Date%, which will prompt the user for the end of the date range. Add the rest of the argument for the report.

  4. To test the report, click Run Report. RapidIdentity provides a field with a suggestion of time ranges, or the user can choose Custom to select an exact date from a calendar picker.

    Prompt_Argument_3_-_Begin_Date.png
    Prompt_Argument_4_-_Custom_Date.png