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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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!

2 Replies
Clever_Anjos
Employee
Employee

something like

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

israrkhan
Specialist II
Specialist II

Try This


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


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