December 13, 200421 yr Is it possible to create/use true variables in Filemaker Pro or are global fields the only option? Thank you, rlbryant
December 13, 200421 yr Within a calculation, you can use the Let function to define a local variable. If you want a value that is available outside of a particular calculation, then you'll have to use a global.
December 13, 200421 yr The other option is to have a table (with only one record) which has a number of fields in it, which you can use to hold variable values, accessible by all the other tables in your solution. -Stanley
December 13, 200421 yr True, but I would consider that more of a constant than a variable. It depends on what the implication of 'true variable' is.
December 14, 200421 yr You're absolutely right. I was thinking of the value of "x", rather than "x" itself. -Stanley
Create an account or sign in to comment