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: 
nareshthavidishetty
Creator III
Creator III

Dynamic Label

Hi,

How to make the label as dynamic.

If date = 2/01/2016 the label needs to change to FY17#.

Please find below.

Untitled.png

Thanks...

2 Replies
MK_QSL
MVP
MVP

What is the logic behind this? 2/01/2016 to FY17#?

asgardd2
Creator III
Creator III

Put in label this expression:

IF(date = makedate(2016,02,01),'FY17',FieldName)