Math Functions with Collector and Survey123

552
0
07-26-2017 03:02 PM
GISDepartment9
New Contributor III

I am using Survey123 in conjunction with Collector app to collect a related table of inspections based on object id's from features.

I am calling certain attributes of the "point" feature service to answer questions with Survey123.

arcgis-survey123://?itemid=abbd0ada3da34b4cae4c6bcc9aaf66f3&field:obj_id={OBJECTID}&field:cu_length={Shape__Length}

Now what I am trying to do is a number function on a passed field into survey.

CEILING(number)   CEILING(12.93)—result is 13

My initial thought was to do the function on the field in the URL like &field:cu_length[=CEILING({Shape__Length})

however it just kept the "CEILING" as text but not as a function on the number. I am trying to make it so my crew doesn't have to actually measure the length of a feature but just draw it and get the feature length. However, having it as a nearest integer would be nice. It doesn't have to be that exact.

Is what I am asking for even a thing?

Tags (2)
0 Kudos
0 Replies