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: 
Not applicable

Dynamic Text

Hi,

I am trying to create a text with dynamic figures...

eg. The total road accidents has increased / decreased by 15% YOY. The market has shown a 12% increase /decrease.

The red texts are dynamic in nature and are dependent on the results that we are getting from a graph. This graph is again dynamic in nature and is dependent on the selections made.

Please advice as to how this can be done..

Thanks in advance.

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use an expression to construct the text you want to display.

='The total road accidents has ' & if( ...something... > 0, 'increased', 'decreased') & ' by ' & ...expression-to-calculate-percentage-here... & ' YOY. The market has ....etc'


talk is cheap, supply exceeds demand