Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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