Hello All,
I'm trying to use the pulldata function to calculate a field in a survey and having trouble.
I have a survey with a field called "Pump1Reading" and a field called "Pump1Hours".
I'd like to have the "Pump1Hours" field auto calculate based on the last record's "Pump1Reading"+the current record's "Pump1Reading".
At this point, i'm just trying to get pulldata to return the last value in the Hours field... haven't gotten to the calculation part yet.
Does this look like i'm on the right track?
pulldata ("@layer", "getValue","attributes.Pump1Reading", "https://services.arcgis.com/xyzx/FeatureServer")
Thanks so much for any help.
steve