Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
how can I transform this expression to set analysis?
=sum( if(Date= date(DayStart( MonthEnd(Date))),VAL))
thx,
Yacine
Try with this
=Sum({<Date={"=Date=Date(Floor(MonthEnd(Date)))"}>} VAL)
Hope it helps
Try with this
=Sum({<Date={"=Date=Date(Floor(MonthEnd(Date)))"}>} VAL)
Hope it helps