Forum Discussion

EOMDevelepors's avatar
EOMDevelepors
Qrew Captain
7 years ago

If statement based on field ID

I want to do an if statement based on a field ID and the field ID number should be a value from a different field. Like: If(_fid_[field that has the ID I want to base on]>=1,true,false) Thank...