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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
aashok
Contributor III
Contributor III

Qliksense chart footnote based on a condition

Hi, 

Could  anyone tell me if it is possible to display a footnote in a qlik sense chart only when a condition is met?

I want to display the footnote  in a chart which spans from 2018-2022 and I need to the footnote to be shown only when data is shown after 2021.

Please let me know if it is possible .

 

Thanks. 

Labels (5)
1 Solution

Accepted Solutions
rubenmarin

Hi, you can use something like:

=If(Max(YearField)>=2021, 'TextToShow','')

View solution in original post

2 Replies
rubenmarin

Hi, you can use something like:

=If(Max(YearField)>=2021, 'TextToShow','')

Andrea_Spinetti
Former Employee
Former Employee

Hello @aashok, definitely @rubenmarin 's solution will work just fine! I would add that these kinds of formulas can be applied to every other text field where you want to show custom text based on other conditions such as selections, formulas, or variables.

If the issue is solved please mark the answer with Accept as Solution.