Hi Team,
I am developing a dashboard for my clients, where they can view their production data. I have implemented two parameters for the Start Date and End Date. By selecting these controls, users can generate hourly and daily production reports.
The challenge I’m facing is that when I apply the date filters of the Start Date and End Date, it tends to miss the first record due to the filtering. To address this issue, I’ve created a calculated field to find the previous day’s value using the formula (addDateTime(-1,'DD',${StartDate}))
.
Now, I want to apply this previous day’s value as the filter instead of the Start Date. My question is whether it’s possible to link this calculated field, created at the data source level, to the date field filter. While it’s straightforward to link parameters to string and other data types, I’m unsure about how to handle date-time fields.
Can you provide guidance on how to link my calculated field to the date field filter in the dashboard?