I have a field I need to be set to 0 if another field is equal to 0, otherwise, I'd like the field to be editable and show its normal drop down. Is this possible?
if ($feature.Transit_BusStopLocation == 0) {
return 0
}
// else show drop down
Solved! Go to Solution.
No, editable questions won't allow calculations in Forms.
Survey123 allows for this.
You could:
No, editable questions won't allow calculations in Forms.
Survey123 allows for this.
You could: