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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic date in label

I have 2 expression Date 1 =Date(maxstring({[Date1]} [DATE]), 'DD-MMM')  and Date 2 =Date(maxstring({[Date2]} [DATE]), 'DD-MMM')

I want to label my Change column as "Change between =Date(maxstring({[Date1]} [DATE]), 'DD-MMM') and =Date(maxstring({[Date2]} [DATE]), 'DD-MMM') " where the column dates will change according to what I select. How do I do it?

1 Reply
vinieme12
Champion III
Champion III

In the label field add expression with the equal sign

='Change between ' & Date(maxstring({[Date1]} [DATE]), 'DD-MMM') &' and ' & Date(maxstring({[Date2]} [DATE]), 'DD-MMM')

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.