Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
bhawana
Contributor II
Contributor II

last 5 weeks of data variable

Hi All,

I have to create a variable that has complete last 5 weeks of data and start date must always be saturday even if today is mid day of the week. I have a date field in the app.

How can I do this?

 

Thanks

in advance

 

 

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

not completely clear on your requirement.

please elaborate with example.

to get the previous saturday to today you can use below expression

Date(WeekStart(today())-1,'MM/DD/YYYY')

dwforest
Specialist II
Specialist II

Taking what Dilipranjith provided:

Date(WeekStart(today())-1,'MM/DD/YYYY') - 35  //7*5 = 35 days