- 25 Apr 2022
- 1 Minute to read
- Print
- DarkLight
Using Flow Run Part to Filter Multiple Date Parameters
- Updated on 25 Apr 2022
- 1 Minute to read
- Print
- DarkLight
Overview
Example Lab Details | |
Version | 8.1.0.30 |
Root Folder | Example Lab-Runtime Date Filter |
Modules | Name of the modules needed |
Dependencies | Example Lab - Runtime Date Filter [Folder], FlowRunPart Flow [Flow], OrderReport [Report] |
This Example Lab filters a Report by a user-input DateTime value displayed on a Page through the use of a Flow Run Part.
Explanation
These Filters operate via a Flow Run Part component that runs Flow that displays a From containing a Drop Down List, and two Date Time Picker controls. This Drop Down List allows the user to select which Column of the Report they wish to apply the submitted values from the Date Time Pickers. This is achieved by outputting the values to a Set Dashboard Report Parameters step for each respective Column in the Report. After applying a DateTime value, another may be applied to further filter results, by repeating the process.
Clicking the Refresh button at the top of the Report Viewer clears out the user-submitted Filter parameters, and resets the Report to its default values.