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

Straight table dimension format

Hi,

I've got a straight table. I am able to change the format for expressions on Number tab in Properties.

How would I change the data format for dimensions?

I have some fields which need to be displayed as currency. At the moment, data is only displaying as numbers.

Thanks

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

You need to add as calculated dimension

like Num(CurrencyField,'$###,###.##')

Hope it helps

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

You need to add as calculated dimension

like Num(CurrencyField,'$###,###.##')

Hope it helps

Not applicable
Author

Thanks for this. Had to change it a little bit to:

=Num(Currency_Field, '£#,##0;-£#,##0')

Thanks for your help!