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.

Passing global variables from a script into a calculation?

Featured Replies

Hi,

How do I pass global variables into a calculation to create text in a field?

This is the part of the script where I set a field with text and global variables set in an earlier part of the script:

Set Field [project_PROJECTNOTES::Description; "New sales order " & "$$ProjectSalesID" & " created. (Quote status: " & "$$QuoteStatus" & ")" ]

This is the result I get in browse mode:

New sales order $$ProjectSalesID created. (Quote status: $$QuoteStatus)

Is it possible to do this or do I need to approach it differently?

Thank you for your help!

Remove the quotes around $$ProjectSaiesID and $$QuoteStatus. Placing them in quotes indicates to FileMaker that they are literal strings, not variables.

If you need to show the quotation marks in the field, escape them by preceding them with a backslash:

Set Field [project_PROJECTNOTES::Description; "New sales order \"" & $$ProjectSalesID & "\" created. (Quote status: "\"" & $$QuoteStatus & "\")" ]

  • Author

That was the trick! Thanks for helping me with that!

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.