Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Visual cues:other than color representaion

Is it possible to represent the expression values in the chart with the format,negative number should be displayed in bracket.

(eg: for -12.5 it shoul be displayed as (12.5) ..

3 Replies
Not applicable
Author

Hi Sindhu,

You can use num() function to format your expression.

num(Sum (Sales),'#,##0;(#,##0)')

-SridharGeeked

Not applicable
Author

Thanks.. how to implement the same in visual cues..

Not applicable
Author

Hi Sindhu,

It has to be implemented in number tab of chart property.

Check the attached example.

-Sridhar