Hello,
I am trying to add a date range picker to a report.
Could you advise how I could achieve this? I have attached a screenshot to this submission.
Can you advise if I have the setting correct to implement a date picker filter?
Could you please advise on the syntax required for the 'From' and 'To' expressions?
Date Picker Range for Report
-
- Posts: 7
- Joined: Wed Oct 02, 2024 9:27 am
-
- Posts: 7284
- Joined: Tue Mar 20, 2018 5:34 am
Re: Date Picker Range for Report
Hello,
The type of the variable should be the DateTime, and the following expression in the filter:
DataSourceName.ColumnName >= VariableName.From && DataSourceName.ColumnName <= VariableName.To
Thank you.
The type of the variable should be the DateTime, and the following expression in the filter:
DataSourceName.ColumnName >= VariableName.From && DataSourceName.ColumnName <= VariableName.To
Thank you.