Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i need a function that works finding values on a range date, type a one year ago and sum the values.
AGO("FACT"."VALUE", "MONTH"."YEAR", 1)
sum({<[Date.autoCalendar.YearsAgo]={1}>} VALUE).
It will depend on where you intend to use this statement, but generally it is something like that.
sum({<[Date.autoCalendar.YearsAgo]={1}>} VALUE).
It will depend on where you intend to use this statement, but generally it is something like that.
tks its works !