Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"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.
Hi,
You can try a expression like:
='Net retail ' & [ExpressionToGiveMonth] & ' IS ' & [ExpressionPercent] & ' ' & If(sign([ExpressionPercent])=1, 'more', 'less') & ' than ' & [ExpressionToGiveMonthN1]
need the exact any expression please kindly provide.