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 6130 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

How should I go about this? I have a field that displays a popup menu 5%, 6%, 7%....10%. Then I have a calculation field that should calculate the % of a total amount. For example "121.1 - 5%".

I added in the calculation field:

"Total * "0.0" & popupmenue (5%)"

the result is wrong.

I did not show the % sign so I thought this might work but it does not. Also it seems like this is not the way to do a calc like that.

Any help please!

Posted

i have used this formula it is a general layout but you can change the numbers to work for you.

Case ( Field1 ≥ 200 ;Case (Field1 ≤ 1000 ; 17 ;

Field1 ≤ 3000 ; 9 ;Field1 ≤ 6000 ; 6 ))

James

Posted

Well normally you can just format a number field to be a percentage. However, if you absolutely need the '%' sign as part of the popup menu, then you can try something like this. It will also allow you to control the rates instead of hardcoding them into your value list.

pct_sign_popup.zip

This topic is 6130 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.