Can you utilize if function in calculation with pulldata?

120
2
Jump to solution
11-16-2022 11:40 AM
ArmstKP
Occasional Contributor III

I am trying to run a calculation if the string-length of a field is greater than zero...?

Is this possible?

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Honored Contributor

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

View solution in original post

0 Kudos
2 Replies
DougBrowning
MVP Honored Contributor

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

0 Kudos
ArmstKP
Occasional Contributor III

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 

0 Kudos