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.

How to see the content of the variable inside calculation

Featured Replies

Hi,

I am just wondering how to see the variable "currentList", "existingSelection", and filteredList inside calculation. The debug tool in filemaker advanced didn't have it. Many Thanks.

Kent

Data Viewer or

use a script to show the variable

Show custom dialog ($var.Name)

-

Hi Kent, :^)

In addition to Ian's input, if you want to see variables defined within a Let() statement within a calculation (whether from field definitions, script or conditional format), you can comment out the calculation portion of the script // and replace it with the variable name. So if your calc is something like:

Let (

currentList = bla bla

;

the calc here

)

You can change it to:

Let (

currentList = bla bla

;

//the calc here

currentList

)

... and it will display the value from that calculation variable. If the calculation portion (the 'the calc here' part) is more than one line, instead wrap it with start of /* and end of */

wondering how to see the variable "currentList", "existingSelection", and filteredList inside calculation.

also this plugin can evaluate vars/calcs/lets in calc box on fly http://www.dracovent...y/developer.php

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.