I am trying to run a calculation if the string-length of a field is greater than zero...?
Is this possible?
Solved! Go to Solution.
I have seen this posted before I think. Have the pulldata in one field then check it with the if referencing that temp field. Can set bind esri to null to keep the temp field out of the service.
hope that helps
I have seen this posted before I think. Have the pulldata in one field then check it with the if referencing that temp field. Can set bind esri to null to keep the temp field out of the service.
hope that helps
Thank you. What I wound-up doing was using the relevant field to make the calculation only relevant when the other field has a string-length > 0.
Appreciate your help @DougBrowning