Deep
October 13, 2023, 9:06am
4
May be this old previous post will give some hint… as there is no out-of-box capability in QS to support an automatic calculation between the start and end date.
Hi all!
Is it possible to dynamically calculate the difference between the From and To date a user selects in the date picker (e.g. to calculate a daily average)?
My dataset has some date gaps (so no row at all instead of rows with 0 values), so the minimum and maximum date are not solving my issue.
In the past, I created two separate date controls using my own parameter ${fromDate} and ${toDate} which allowed me to calculate the difference. But of course, the date picker widget has a much be…
Thanks,
Deep