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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sergio0592
Specialist III
Specialist III

How simply get preceding + sign

Hi all,

I'am looking for a little simple thing : in a text box id'like to add a preceding + ou - sign depends my kpi is negative or positive. I want avoid condition (if KPI > 0, '+'&KPI Value....). 

By default - sign appears when value is negative but no + when positive.

Any idea?

 

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

It could be reached just with a formatting like:

=num(YourNumber, '+ #.##0,00;- #.##,00')

- Marcus

View solution in original post

1 Reply
marcus_sommer

It could be reached just with a formatting like:

=num(YourNumber, '+ #.##0,00;- #.##,00')

- Marcus