Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi, you can use something like:
=If(Max(YearField)>=2021, 'TextToShow','')
Hi, you can use something like:
=If(Max(YearField)>=2021, 'TextToShow','')
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.