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 tooltip shows. If this is not possible, it would be a nice idea to be implement for the next update.
Thanks for your help!
- Hi 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
2 Replies
- MFelixSuper UserHi 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- AnonymousNot applicable
oK, THXS