Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Well, live and learn. Is there ever a benefit such syntax.
EOMDevelepors
7 years agoQrew Captain
The only benefit I can see is, if I can implement it in a way where the field ID number can be looked up in another field. This will make things much more dynamic.
Let's see if Dan can come up with something.
I tried declaring a var by putting:
var text fid = "[" & "_fid_" & [field that has the ID I want to base on] & "]";
but when I put fid in the syntex its taking it as a text instead of a field id indicator...
Let's see if Dan can come up with something.
I tried declaring a var by putting:
var text fid = "[" & "_fid_" & [field that has the ID I want to base on] & "]";
but when I put fid in the syntex its taking it as a text instead of a field id indicator...