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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Setting a dimension value to negative and change color font

Hi, i have a dimension called 'Transaction Type' and a expression called 'Inv Value'. in a pivot table.

There are 12 'Transaction Types'. I want the expression values for two specific 'Transaction Types' - 'Credit Note & Credit Journal' to be shown as negative numbers, so a minus in front -123.00, and to be displayed in a red font.

Can anyone help please?

Kind regards

Kevin

21 Replies
Not applicable
Author

Sorry last question, how do i turn the font red?

=Sum ([Amount GBP])* if( [Transaction Type] = 'Credit Note' or [Transaction Type] = 'Cdt Journal', -1,1)

Not applicable
Author

Sorry forgot to use Visual Cues, all fixed now.

Thanks everyone for your help