Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6424 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a formulas that conc. 3 different fields and outputs as text.

One field is text which is easy, the other is a percent and the other is a number.

The problem is the number fields report as a raw number - like the percent will read .345233571535371531. I can round it but it still lacks the % and doesn't read right.

I want the percent to read as a percent and the number to read to one decimal and have a comma when appropriate.

Any thoughts?

Thanks

Posted

If you need it in a text field, you need to format it yourself, i.e. round it, multiply by 100 and prefix a"%" symbol. The same applies to the other number field.

Using merged fields can save you one of the two tasks.

Posted

Thanks...that's what I thought but was hoping someone smarter out there had another way.

I can't merge the data because it's for charting software.

Thanks

Posted

If you are exporting as text, then no - you have to calculate the exact string of the formatted number. You could use this as a starting point.

If you are exporting as XML, I *think* you could do the formatting in the XSLT stylesheet.

This topic is 6424 days old. Please don't post here. Open a new topic instead.

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...

Important Information

By using this site, you agree to our Terms of Use.