Hi there, I have a line chart to show the hourly production chart that shows 24-hour data from 7 AM to 7 AM. Regarding this, I already asked a question here and now we get the start time and end time as desired.
I would like to integrate the new date field into my visualization to create a filter that allows me to display the visualization based on user input. We have calculated the ‘End_Date’ using the formula addDateTime(1439, 'MI', parseDate(toString(${Date}), 'yyyy/MM/dd HH:mm:ss'))
, which is based on the ‘Date’ parameter control field provided by the user.
Now, the challenge is how to incorporate this calculated ‘End_Date’ field into my filter so that the visualization can be filtered to display data within the user-specified ‘Date_Control’ range, which includes the chosen ‘Date’ and the calculated ‘End_Date’.
Any help would be really appreciated, thanks in advance