Forum Discussion
Anonymous
9 years agoNot applicable
Edit Tooltip
Hi folks, I need to edit the tooltip. Having said, for example, I would like the money could be displayed in Millons and not the whole number as the pic below or to rewrite the way that the toolt...
- 9 years agoHi Anonymous,
I believe that for now there aren't any format options in the tooltips, one option can be to make measure using the FORMAT function that would allow you to do custom format.
For example:
Expected Net Value = FORMAT( (Expected value/1000000), "###.## M")
Regards,
MFelix
MFelix
Super User
9 years agoHi Anonymous,
I believe that for now there aren't any format options in the tooltips, one option can be to make measure using the FORMAT function that would allow you to do custom format.
For example:
Expected Net Value = FORMAT( (Expected value/1000000), "###.## M")
Regards,
MFelix
I believe that for now there aren't any format options in the tooltips, one option can be to make measure using the FORMAT function that would allow you to do custom format.
For example:
Expected Net Value = FORMAT( (Expected value/1000000), "###.## M")
Regards,
MFelix
- Anonymous9 years agoNot applicable
oK, THXS