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

Displaying last week date in text object

Hi Team,

Hope all are doing good.

I have a requirement like in a text object I have to  display last week Friday date dynamically. i.e for this week it should be previous week Friday date.( I guess we have to do this with today())

ex:if we see today it should be 03/07/2015

if we see in next week it should be 10/07/15.

Please help on this.

Thanks

Nani.

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like this

Date(Floor(WeekEnd(Today()) - 9))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

Try like this

Date(Floor(WeekEnd(Today()) - 9))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks Ramasamy. Its working fine.