Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What is the way to define a numeric format for a dimension in a straight table?
Thanks!
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.
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.
Thanks, Peter.
Should life be so hard?..
Wonder why the Sense table doesn't have the same feature as the straight table in QV...