Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

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

  • 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
    • Anonymous's avatar
      Anonymous
      Not applicable

      oK, THXS