Using dynamic qualifications to modify flashboards at runtime
To enable dynamic qualifications
- Open the active link that contains the Set Fields action you want to modify.
- Open the Set Fields panel.
- From the Data Source list, select the location of the Data Visualization field that references the flashboard.
If you enter an option other than Current Screen, complete the other fields above the Field/Value table as needed. - In the Field column, enter the name of the Data Visualization field that references the flashboard.
Hint: Click the ellipsis (...) button to select from the available fields. In the Fields section, type the customqual parameter expression in the Value field.
Generic syntax:"customqual='FieldName'=" +""""+ $Field$+""""Syntax for this example:
"customqual='Assigned To'=" + """" + $Submitter$ + """"After saving the active link changes, Chris opens the Bugs Console. He sees the bugs assigned only to him.
In the generic syntax example, FieldName corresponds to the Assigned To field (on the Defect Tracking form), and $Field$ corresponds to the value of the Submitter field (on the Defect Console form).
When you use the customqual parameter to enable a dynamic qualification on the value of a selection field, set the qualification equal to the label value, not the alias value. (Using the alias value generates an error while parsing the qualifier.)If you enter a qualification in the flashboard variable and use this procedure, the qualification is overridden.
The changes you affect only the current session. The original variable syntax remains intact in the flashboard variable definition.