Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

Numeric Representation in straight table

Hi,

What is the way to define a numeric format for a dimension in a straight table?

Sense_Straight_Table_Numeric.png

Thanks!

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

Your dimension can be wrapped in a Num() function which allows for numeric formatting.

So if the expression for the dimension states:

Sales

Then

=Num(Sales,'0,00#','.',',')  Will format your number with , as thousands separator and period as decimal separator but with 0 decimals to display.

View solution in original post

2 Replies
petter
Partner - Champion III
Partner - Champion III

Your dimension can be wrapped in a Num() function which allows for numeric formatting.

So if the expression for the dimension states:

Sales

Then

=Num(Sales,'0,00#','.',',')  Will format your number with , as thousands separator and period as decimal separator but with 0 decimals to display.

dafnis14
Specialist
Specialist
Author

Thanks, Peter.

Should life be so hard?..

Wonder why the Sense table doesn't have the same feature as the straight table in QV...