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

How to remove negative sign in Bar chart

Hi,

I have bar chart which was in attched. please have a look on attched and can anyone let me know how to remove negative sign from expression values.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Not sure what you are after, maybe

=fabs(YOURCURRENTEXPRESSION)

e.g

=fabs(sum(Value))

?

View solution in original post

2 Replies
swuehl
MVP
MVP

Not sure what you are after, maybe

=fabs(YOURCURRENTEXPRESSION)

e.g

=fabs(sum(Value))

?

Not applicable
Author

Thanks very much you are right it's working.