Jump to content

Format Numbers in a tooltip


Aaron C

Recommended Posts

How do I format a number in a tooltip

I have this value "Test" that is a Real value. I'd like to display it as "#,##0" format. (e.g. thousands separator, w/ no decimal places).

I was able to remove decimals, simply by casting it to an integer, but I can't get the thousand separators.

 

THEN Integer([Y.FinalValue]) as [test]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...