Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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

sunny_talwar

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?