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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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?

Labels (1)
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