Hi
I made a query listing the last modification date of models . This query is used as a data feed for dashboards.
I would like to add a column counting the number of days between now (today) and the last modification date for each model : how would you do it ? ( adding a raql operator is OK but I do not know how to do it at the moment)
Our Aris version is 10.0.26
Veronika Ellermann on
Hi,
Most likely you can do it without RAQL.
You can use the formula: =Today()
and let ARIS do the math with the formula: =days(DATE1;DATE2) as visualized below.
Maybe this helps or gives you some idea :)
Best,
Veronika