I am doing an auto-refresh in a Alarm Journal Table using NOW(10000) in the END DATE expression.
but this is showing only around one day, The question is, how can I do the same autorefresh but showing now and the last 3 days Alarms?
thanks
What is the start date set to?
empty, I don't have any expression on it.
Looks like this is set automatically when I use NOW(10000) under END_DATE, how can I set it in every NOW refresh to be 3 days before the NOW in END_DATE?
The simplest option would be to bind it with an expression like addDays({path/to/enddate}, -3)
. Every time the end date updates, the start date will be reevaluated.
2 Likes