Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ioannagr
Creator III
Creator III

absolute value in kpi

 

Hello , i have a calculated measure in a KPI like this :

question.png

but I just wanna to keep the absolute value of it , so that the red colour and the downwards arrow only imply the downfall.

How do i do this?

 

Thank you in advance

1 Solution

Accepted Solutions
sunny_talwar

@ioannagr fabs() should do it? fabs(Yourexpression)

View solution in original post

5 Replies
sunny_talwar

@ioannagr fabs() should do it? fabs(Yourexpression)

ioannagr
Creator III
Creator III
Author

@sunny_talwar  hiii. Yes works like a charm but then green color appears because of the absolute value! Should i just put in the calculated measure but not in the conditional colours? 🤔

sunny_talwar

@ioannagr don't use it for the color expression

ioannagr
Creator III
Creator III
Author

@sunny_talwar but then the color limit for the kpi doesn't work. And i still need to keep the colours and the respective arrows 😕

sunny_talwar

@ioannagr May be try to format the negative number as a positive number

Num(Yourexpression, '#.##0;#.##0')