Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
danosoft
Specialist
Specialist

Chart Dimension: Text format

I have this problem, i have a chart with some Dimensions and some Expressions; so for Expression i can in the tab number set the formatting (like you see in the picture), but in the Dimension i not have that kind of thing... how can i format my dimension for make it visible in this format:  #.##0,00;(#.##0,00);-    ? thanks

1 Solution

Accepted Solutions
danosoft
Specialist
Specialist
Author

I find it, need to use NOT in Text format but directly in the Dimension expression in this way:

=Num(GEN_CONSUMO_MENSILE,'#.##0,00;(#.##0,00);-')

View solution in original post

4 Replies
m_woolf
Master II
Master II

Try using num()

danosoft
Specialist
Specialist
Author

I find it, need to use NOT in Text format but directly in the Dimension expression in this way:

=Num(GEN_CONSUMO_MENSILE,'#.##0,00;(#.##0,00);-')

vishsaggi
Champion III
Champion III

you can use Money() function too.

danosoft
Specialist
Specialist
Author

Thanks