Hi All,
I am updating geoevent output to a feature service. I have the following fields in my output.
1. OBJECTID
2. FacilityName
3. TimeStamp
4. DriverNumber
5. DriverName
My condition to update the feature service is, if FacilityName is same, then the field FacilityName should be as,
FacilityName = DriverName, DriverNumber, Timestamp, and so on in a single row.
If FacilityName is not same, then write new records.
Is there a way to use Conditional statement in field calculator in GeoEvent ? I am trying so much and none of it works!
Any help is appreciate! Thank you!