Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

text object auto update

I have a text object which reads 'Revenues for WC 17/2/14'

The date displayed is the Monday of the week before, which I have to manually update each week.

How can I get the date part of the text box to automatically update for me each week?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Alex

Try this expression in your text box :

     ='Revenues for WC ' & date(weekstart(today() -7))

Best Regards,     Bill

View solution in original post

4 Replies
Not applicable
Author

Alex,

With the = sign

= max({1} Date)

Fabrice

Anonymous
Not applicable
Author

Alex

Try this expression in your text box :

     ='Revenues for WC ' & date(weekstart(today() -7))

Best Regards,     Bill

SunilChauhan
Champion II
Champion II

='Revenues for '&weekstart(today())

try this hope this helps

Sunil Chauhan
Not applicable
Author

perfect, thanks