How do I prevent 'calculate' fields and data uploading with 'Sent' Surveys?

420
2
04-15-2019 07:00 PM
AaronColbran1
New Contributor III

I am using CSV files and the pulldata function to load data for display in my survey. To do this I use the "calculate" field type.

The issue is that these fields get added to the total uploaded survey data.

Since the 'calculate' type requires a 'name' to be accessible eg ${MyData} it ends up becoming survey data and is stored in the table in ArcGIS Online.

We already have 255 fields of actual data in the survey which is at the limits of manageable data for excel or some MSSQL or ArcGIS ArcToolbox tasks (eg processes run but nothing happens). 

Currently we delete those extraneous fields prior to transfer from a file geodatabase into a secondary data repository.

Is there a way to tell a 'calculate' field to NOT upload with a survey? and be readonly like a 'note' type without a 'name'

0 Kudos
2 Replies
DeonLengton
Esri Contributor

You should specify the bind::esri:fieldType column to be null for those fields.

https://community.esri.com/groups/survey123/blog/2017/10/26/the-power-of-nothing

AaronColbran1
New Contributor III

Thankyou Deon. The link you sent me to has all the answers and it worked fine.