Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
I have an application that lists data in tables according to the selected weeks.
But I need one of the tables fixed, always with the data of the last four weeks. How can I make this selection with set analysis?
Thank you!
something like
sum({<DateField={">=$(=date(WeekStart(today() -7*3)))"}>}yourvalue)
Try This
=sum({1<YourDate={'>=$(=date(today() -28))'}>}Data)
.............