Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

% Field Calculation

Featured Replies

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!

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

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

or:

number * .01 * ( 100 - GetAsNumber ( popup ) )

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.