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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Removing Negative Signs for Bar Chart

Hi,

I have created a stacked bar chart with two different sales types (used expression not dimensions). I have used negative sales to divide the sales by origin. Now I want remove negative sign from the texts. Is it possible. For example. Instead of -1385 I want 1385

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Yes you can change the format pattern for that expression in the Number Tab of the chart properties to

#,##0%;#,##0%

RemoveNegSign.png

View solution in original post

3 Replies
sunny_talwar

May be like this:

Dual(Fabs(YourCurrentExpression), YourCurrentExpression)

Replace YourCurrentExpression placeholder with whatever your expression you are using today.

stigchel
Partner - Master
Partner - Master

Yes you can change the format pattern for that expression in the Number Tab of the chart properties to

#,##0%;#,##0%

RemoveNegSign.png

Not applicable
Author

Yes! works! Thanks