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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
gss123
Contributor
Contributor

how to create a dynamic text in qliksense

"Net retail for august 2023(MTD) IS 10% less than august 2022(MTD)" how to write this text by dynamically and which chart should pull for that.

Labels (2)
2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

You can try a expression like:

 

='Net retail ' & [ExpressionToGiveMonth] & ' IS ' & [ExpressionPercent] & ' ' & If(sign([ExpressionPercent])=1, 'more', 'less') & ' than ' & [ExpressionToGiveMonthN1]

 

 

Help users find answers! Don't forget to mark a solution that worked for you!
gss123
Contributor
Contributor
Author

need the exact any expression please kindly provide.