Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help With Set Analysis

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!

Labels (1)
2 Replies
Clever_Anjos
Support
Support

something like

sum({<DateField={">=$(=date(WeekStart(today() -7*3)))"}>}yourvalue)

israrkhan
Specialist II
Specialist II

Try This


=sum({1<YourDate={'>=$(=date(today() -28))'}>}Data)


.............