laudmusic Posted March 2, 2009 Posted March 2, 2009 Good day. I've been trying to use a global variable ($$GVar) in a field definition calculation to no avail. I thought this was possible but might be confusing in with the Let function. When I test in Data Viewer, the calc works, but when it's in the field definition calc, nothing happens. Just need some verification. Thanks, M
comment Posted March 2, 2009 Posted March 2, 2009 If the calculation field defining the variable is evaluated, the variable is created and assigned a value (as you can see in Data Viewer). However, merely evaluating a calculation does not necessarily trigger the evaluation of another (is your first field referenced in the second calculation?), or a screen refresh.
Julian L Posted March 2, 2009 Posted March 2, 2009 Global variables do not have the same "triggering effect" that field references have. FileMaker will evaluate most evaluations that have a field reference of the changed field. This does not apply to any kind of variable. Although, a screen refresh will cause a calculation to re-evaluate if the field is currently on-screen, regardless of the field references.
Recommended Posts
This topic is 6115 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 accountSign in
Already have an account? Sign in here.
Sign In Now