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: 
sayadutt
Creator
Creator

Displaying dynamic field value and a constant value as chart header

Hi All,

I have a field called as WeekDate. This is a date field and entered by users dynamically.

Now I have a chart where I need the title to be like:

Weekname : <(dynamic) WeekDate>

Please help.

3 Replies
Anonymous
Not applicable

Try chart header like this:

='Weekname: ' & WeekDate

ecolomer
Master II
Master II

Is this you need??

p05.png

ashfaq_haseeb
Champion III
Champion III

To get max week try this

='Weekname: ' & max(WeekDate)


Regards

ASHFAQ