Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

write the Title with max date (Variable) in My new sheet in qliksense..

I wrote sheet name in my new sheet , But i want create a variable max date and when reload the data that will update. And max date concatenate with sheet name.

Ex: Sales analysis  (11-12-2018)     [ i have to show these in my new sheet option]

 

Labels (1)
2 Replies
harishicon
Partner - Creator
Partner - Creator

Hi ,

use Below expression in Title Expression

='Sales analysis ' & '(' & vToday & ')' 

jonathandienst
Partner - Champion III
Partner - Champion III

Create the sheet name as an expression something like this:

='Sales Analysis (' & Date(Max(YourDateField), 'DD-MM-YYYY') & ')'

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein