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

Last week data - in the attachment i need to display only last week data in my table i.e (ex :12-01-2014 t0 18-01-2014)

its urgent

2 Replies
Nicole-Smith

You need set analysis like the following:

{<YourDateField={'>=$(=weekstart(today(),-1))<=$(=weekend(today(),-1))'}>}

So your expression should look something like:

sum({<YourDateField={'>=$(=weekstart(today(),-1))<=$(=weekend(today(),-1))'}>} Sales)

Not applicable
Author

Hi

you can as well use calculated dimension

Best regards

Chris