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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formatting a Calculated Dimension


Hi,

Does anyone know how i can format a calculated dimension? I am trying to limit the number of decimal places displayed on my graph for the calculated dimension but the number format tab in my chart properties seem sto only apply to the expression in the chart.

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

You can use Num(your calculated dimension,'###,###.##') with however many decimal places you want.

View solution in original post

4 Replies
Not applicable
Author

You can use Num(your calculated dimension,'###,###.##') with however many decimal places you want.

MayilVahanan

HI

You can able to apply num() function in calculated dimension.

Ex:

Num(Sales,'####.#0')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hi

You can apply as below:

=aggr(sum(num(Your value,'#,###.##')),Your value)

Thanks

cleite2014
Creator
Creator

I have two functions as below that will not format to numbers when exported to excel.  Is there another method to get all numeric values to import as a number in excel?  I am using Excel 2010.

Any ideas?

=round(aggr(sum(num(Hours,'###,###')), Owner)

=round(aggr(sum(num(Hours,'###,###')), Project, Owner)

Thank you,