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

Need help on script-number multplied by percent =

Featured Replies

  • Newbies

I have 2 fields salary and fee. I would like a button when clicked will take the number from salary field multiplied by 12.5% and the result entered in the fee field. THANKS

Make a script:

Set Field [fee, Round (salary * .125, 2)]

Then attach the script to a button. Done.

You could do this without a script by changing fee to a calculation field. I would add another field called multiplier, where you would put the 12.5%. The calculation for fee field = salary * multiplier. As soon as you enter the multiplier, the fee field would be filled in. You can also set the multiplier field to have an auto-entry of 12.5%

Another reason for the multiplier field is that if the multiplier value changes, you wouldn't have to change any hard coded equations.

HTH, Mike

Create an account or sign in to comment

Important Information

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

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.