I'm using a repeat to pull data from a feature service about current projects. I'm then using Concat to create a list of the projects in my main data layer. I want the ability to create surveys that have the ability to pull data into repeats, but not actually create the related table or any of the fields when I got to publish the survey. Just be able to use it as an intermediary for calculations.
Could you elaborate some one this?
A "null" value intrinsically has no value. So, publishing "nothing" doesn't really make a lot of sense. If you want the data to be stored, why not store it as a Text field with the Hidden appearance?
I don't necessarily want the related table even published. I'm using it to add multiple records from another service then writing to a separate text field within the main table. This gives me a list of active construction projects for the day. This information is then being sent out as a daily status email along with other pieces of key information. So i want a way to pull multiple records from an external source and list these out within the survey I'm currently working in. The only way I could come up with was to use a related table to calculate these values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.