<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Survey 123 Dynamic Questions and Related Table in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831849#M18620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thanks- I hadn't quite caught that you wanted the table&amp;nbsp;normalized to that degree. &amp;nbsp;You're right, at this point Survey123 can't quite handle that structure; I'm not sure the XLSForm standard can completely support this - in particular, getting the label of the question to stored into a field would be challenging (I don't know of anything within the XLSForm specification that could get the label of a question, though there might be an alternative lookup mechanism that could be implemented).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 22:17:15 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2017-12-04T22:17:15Z</dc:date>
    <item>
      <title>Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831840#M18611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi does anyone know if this is possible in Survey 123?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have a survey with a "select_one" question that presents the user with a number of options. Depending on what option the user selects they will be presented with a number of Y/N questions. These questions will be different depending on the option and the number of questions can vary as well but they are always Y/N answers. In my scenario there are hundreds of Y/N questions but they will all not be necessarily be answered (depending on the select_one option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;select_one Option 1&lt;UL&gt;&lt;LI&gt;Question 1 Y/N&lt;/LI&gt;&lt;LI&gt;Question 2 Y/N&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;select_one Option 2&lt;UL&gt;&lt;LI&gt;Question 1 Y/N&lt;/LI&gt;&lt;LI&gt;Question 2 Y/N&lt;/LI&gt;&lt;LI&gt;Question 3 Y/N&lt;/LI&gt;&lt;LI&gt;Question 4 Y/N&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;select_one Option 3&lt;UL&gt;&lt;LI&gt;Question 1 Y/N&lt;/LI&gt;&lt;LI&gt;Question 2 Y/N&lt;/LI&gt;&lt;LI&gt;Question 3 Y/N&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that the display of the questions can be achieved using the "relevant" column and I understand the notion of "repeats" but I want to write the question text and the answer to a related table rather than configuring a flat feature class with hundreds of columns for all the different questions as this leads to a lot of redundancy and blows out the limitations of the feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this explanation is clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 00:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831840#M18611</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-11-23T00:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831841#M18612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use groups with a nested repeat that has the Relevant column controlling when they are displayed for answers based on previous questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, let's say that your Option 1, 2, &amp;amp; 3 are a series of questions that you want a related table for each series. &lt;/P&gt;&lt;P&gt;Main Question that is a select one with answers 'Option 1', 'Option 2', and 'Option 3'&lt;/P&gt;&lt;P&gt;Begin Group Option1&amp;nbsp;&amp;nbsp;&amp;nbsp; Relevant Column equals ${Main Question}=Option 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Begin Repeat Option1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; End Repeat Option1&lt;/P&gt;&lt;P&gt;End Group Option1&lt;/P&gt;&lt;P&gt;Begin Group Option2&amp;nbsp;&amp;nbsp;&amp;nbsp; Relevant Column equals ${Main Question}='Option 2'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Begin Repeat Option2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; End Repeat Option2&lt;/P&gt;&lt;P&gt;End Group Option2&lt;/P&gt;&lt;P&gt;Begin Group Option3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Relevant Column equals ${Main Question}='Option 3'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Begin Repeat Option3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; End Repeat Option3&lt;/P&gt;&lt;P&gt;End Group Option3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll have to play around with the structure to match your question setup, but that should do what you want in terms of writing each group to a related table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 12:57:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831841#M18612</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-11-27T12:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831842#M18613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike for that. With your approach would each question be a record in the related table? or would there be 3 related tables with multiple columns depending on the number of questions? I am trying to get a solution with 1 related table and each question is a record in that table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 20:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831842#M18613</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-11-28T20:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831843#M18614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above approach would add three related tables that would be named "Option1", "Option2", and "Option3" and have each of the questions within them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I think what you are looking for would be something like this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begin Repeat Name of Related Table&lt;/P&gt;&lt;P&gt;Starting Main Question (The answer to this select one will dictate which Option question set is exposed)&lt;/P&gt;&lt;P&gt;Begin Group Option1&amp;nbsp;&amp;nbsp;&amp;nbsp; Relevant Column equals ${Main Question}=Option 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 2&lt;/P&gt;&lt;P&gt;End Group Option1&lt;/P&gt;&lt;P&gt;Begin Group Option2&amp;nbsp;&amp;nbsp;&amp;nbsp; Relevant Column equals ${Main Question}='Option 2'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 4&lt;/P&gt;&lt;P&gt;End Group Option2&lt;/P&gt;&lt;P&gt;Begin Group Option3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Relevant Column equals ${Main Question}='Option 3'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Question 3&lt;/P&gt;&lt;P&gt;End Group Option3&lt;/P&gt;&lt;P&gt;End Repeat Name of Related Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give you all of the questions within one related table and the ability to expose only the question groups that you want to expose.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 20:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831843#M18614</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-11-28T20:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831844#M18615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike I will have a play around with your ideas and see if I can get it to work the way I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will let you know how I get on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 20:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831844#M18615</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-11-28T20:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831845#M18616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries. I use this in a similar manner for one of our endangered bat surveys. We capture bats with poles that have a net between them and then record some vital measurements from the bat. If it is a bat of interest, then we place a small transmitter on it's back to perform some radio telemetry tracking to find it's potential roost trees. So, I have the transmitter questions hidden until they select "Yes" for are you going to track the bat?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my survey, I have a "bat capture" form with multiple groups inside of a related table that are exposed depending upon answers from select_one questions. So, I think this method should help you out.&lt;/P&gt;&lt;P&gt;If you need some help with the xlsx form structure, then put something together and I can take a look at it.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831845#M18616</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-11-28T21:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831846#M18617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've played around with you suggestions and I don't think it is possible to achieve what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my related table to look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;Question&lt;/TH&gt;&lt;TH&gt;Answer&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Is it corroded?&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Is it underground?&lt;/TD&gt;&lt;TD&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Is it broken?&lt;/TD&gt;&lt;TD&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Does it need maintenance?&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So depending on what is selected in the main question the user will get presented with a number of questions. Then the questions and the answer for these will be populated in a related table linked back to the featureclass which will have the main question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this may be a "Bridge to Far" with Survey 123 at the moment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:31:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831846#M18617</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-12-04T19:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831847#M18618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Callum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think this is necessarily outside of what can be done with Survey123. &amp;nbsp;One thing I'm not clear on:&lt;/P&gt;&lt;P&gt;- When you say you want the questions to be in a related table, are you specifying one related table per group of questions (as Mike showed above) or one related table with all of the additional questions? &amp;nbsp;If the latter, that can be done with one repeat section and multiple groups that have the different relevant statements inside it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 21:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831847#M18618</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-12-04T21:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831848#M18619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I want 1 related table with all of the additional questions. I don't want the related table to have a column for every question the related table should have only two columns "Question" and "Answer". The answers are either Y/N or Maybe. My survey has hundreds of questions so rather than having hundreds of columns I would rather have hundreds of records in a related table. If you think this is possible I would appreciate a small example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 21:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831848#M18619</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-12-04T21:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831849#M18620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thanks- I hadn't quite caught that you wanted the table&amp;nbsp;normalized to that degree. &amp;nbsp;You're right, at this point Survey123 can't quite handle that structure; I'm not sure the XLSForm standard can completely support this - in particular, getting the label of the question to stored into a field would be challenging (I don't know of anything within the XLSForm specification that could get the label of a question, though there might be an alternative lookup mechanism that could be implemented).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 22:17:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831849#M18620</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-12-04T22:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831850#M18621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking the question part might be able to be handled with hidden fields and default values but I was struggling as to how to incorporate the related table when not really using repeats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps food for thought for your development team as we would find functionality like this quite useful especially for surveys that have lots of Y/N type questions (by lots I mean hundreds) which makes the table large in terms of the number of columns. We prefer to use feature services and the submission_url for our surveys and we are finding that we often go over the 500 column limit for enterprise geodatabases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 22:30:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831850#M18621</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-12-04T22:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831851#M18622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might...no it will sound absurd, but could you do some post-processing of the data? Just thinking &lt;STRONG&gt;way&lt;/STRONG&gt; outside of the box here, but could you essentially modify the Survey to contain a bunch of hidden related tables. Plus create a tool that would allow you to point it at a FGDB of your dataset and process the related tables to end up with your one large table? I think that you would need to figure out some sort of Survey ID also; as this would allow you to query out the responses per survey submitted; since you have questions that can be skipped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unsure if there is a limit on the number of related tables, but if you made a related table that contained data fields named "Survey ID", "Question Asked", and "Answer Given". The "Survey ID" field would be some sort of Id that you generate at the beginning of the survey, "Question Asked" field would contain a default value that matched the question being asked, and then the "Answer Given" field would contain the answer to the question being asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you would have to increment the name of each related table's question and answer field in order to have unique field names; i.e. Question2, Answer2, Question3, Answer3...all the way to your last QuestionX, AnswerX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next you would have to create a master template table named Final_Question_Answers_Table that contains a schema of three text fields; "Master_Survey ID", "Master_Question Asked", and "Master_Answer Given" that would data entered into the related table data fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next you could build a Model builder or python script that will take your Master Template Table and merge all of the related table records into that table; via field mapping portion of the tool, to create the table you are looking for. You would have to point each of the data fields into the corresponding Master data fields' please see screen shot below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/385641_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, the survey is filled out and submitted, then you would have to download the data, after downloading the data, you could point the tool to the FGDB, allow it to process your data, and end up with the table that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said this is a far out in right field idea that would possibly get you what you need in the long run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be an easier way to do this, but I'm shooting from the hip after understanding that you want a very lean table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will spark a better idea of how to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831851#M18622</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-12-05T14:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Dynamic Questions and Related Table</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831852#M18623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is essentially where I am heading. We are not going to use related tables we are just going to have a flat feature class with lots of fields for all of the questions and then we will post process it into a related table so that there is 1 record for all of the Y/N questions (i.e. Normalise the structure). Our survey is configured with a submission_url so the survey data is stored directly in our enterprise gdb so no need to download. The python script can be scheduled on a regular basis to run against the enterprise gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and ideas. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-dynamic-questions-and-related-table/m-p/831852#M18623</guid>
      <dc:creator>CallumSmith2</dc:creator>
      <dc:date>2017-12-05T18:51:17Z</dc:date>
    </item>
  </channel>
</rss>

