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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

KPI Object

How to get the KPI object like below

2017 vs 2016

Orders

-27.67%

In three lines I need to get. Which parameter I need to use in the expression to type Orders in the next line, Percentage value in the following line

I tried the below code, doesn't work

$(Var1)  & 'vs' & $(Var2) & chr(10) & 'Orders' & chr(10) &

num((($(vCurrOrders)-$(vPrevOrders))/$(vCurrOrders)),'##0.00%') but I am getting all the three lines next to each other. What I am doing wrong

12 Replies
sunny_talwar
MVP
MVP

How does it matter if you are using desktop version or not? You can still share your .qvf file

sunny_talwar
MVP
MVP

It seems to be a limitation of KPI Object... look here:

New line character in qlik sense, chr(10) and c... | Qlik Community

CarlosAMonroy
Creator III
Creator III

Did you try it?