Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter parameter between two dates.

Hi,

We have a reporting requirement where we need to show the report between two dates. That filter could be as a selection criteria in the UI. One side From Date and another side to date. How can we achieve that ?

Best,

Skumar

2 Replies
Not applicable
Author

Dear Shubham,   Please see a simple example attached. The Inline data only has three dates to chose from.   How to:   Step 1: Set your min and max variable in script  Step 2: Make two empty variable on front end  Step 3: Use slider oblect to creat to and from  Step 4: Use Variable from step 2 in expression   Best of luck!  Regards  Rahul

nagaiank
Specialist III
Specialist III

This issue has been discussed several times in the forum.

One post that I could get is here.

You can aslo create two listboxes one for StartDate and the other for EndDate and add action on the listboxes so that any change in these listboxes selects the date field for the values between the two dates.