<?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 How do I fill three different fields based on the inputs of one of the three fields? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835005#M19397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is causing some sort of a circular error. The spreadsheet is attached. Essentially the basic gist of what I am trying to accomplish is have a single form that can identify what team of people (FxSP or NGO or OGA) is filling out the form and have it identify their corresponding counterparts automatically. So far I have the first two fields the FxSP and NGO fields partially working but it stops there. When I tried to do the same formula in the fxsp it errors out with the error below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/461520_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2019 20:07:58 GMT</pubDate>
    <dc:creator>RyanWaller</dc:creator>
    <dc:date>2019-10-09T20:07:58Z</dc:date>
    <item>
      <title>How do I fill three different fields based on the inputs of one of the three fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835005#M19397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is causing some sort of a circular error. The spreadsheet is attached. Essentially the basic gist of what I am trying to accomplish is have a single form that can identify what team of people (FxSP or NGO or OGA) is filling out the form and have it identify their corresponding counterparts automatically. So far I have the first two fields the FxSP and NGO fields partially working but it stops there. When I tried to do the same formula in the fxsp it errors out with the error below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/461520_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 20:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835005#M19397</guid>
      <dc:creator>RyanWaller</dc:creator>
      <dc:date>2019-10-09T20:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fill three different fields based on the inputs of one of the three fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835006#M19398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error you are seeing is expected as you have created a cyclic dependency with 2 of your calculations. If you look at the&amp;nbsp;2 calculations you are using in ${fxsp} and ${oga} fields, the first&amp;nbsp;calculation in ${fxsp} is relying on values from ${oga} to be calculated to get an answer in the if() statement. However the calculation in &lt;SPAN&gt;${oga}&amp;nbsp;is relying on values from ${fxsp} to be calculated to get an answer in the if() statement. This is a&amp;nbsp;cyclic dependency.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can't try and calculate something that is based on something else that is calculated&amp;nbsp;from the thing you are trying&amp;nbsp;to calculate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is possible to&amp;nbsp;fill three different fields based on the inputs of&amp;nbsp;another field provided you do not create a cyclic dependency. You may need to reconsider how you want to set up your questions and the calculations to avoid this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Phil.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 03:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835006#M19398</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-11T03:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fill three different fields based on the inputs of one of the three fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835007#M19399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phil,&lt;/P&gt;&lt;P&gt;To your statement "&lt;SPAN style="background-color: #ffffff;"&gt;It is possible to&amp;nbsp;fill three different fields based on the inputs of&amp;nbsp;another field provided you do not create a cyclic dependency. You may need to reconsider how you want to set up your questions and the calculations to avoid this."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Can you expand on this a little further? Maybe a quick how-to?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;-Ryan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 21:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835007#M19399</guid>
      <dc:creator>RyanWaller</dc:creator>
      <dc:date>2019-11-13T21:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fill three different fields based on the inputs of one of the three fields?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835008#M19400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you can't have questions set up in a way with calculations where field 3 relies on field 2 which relies on field 1 which relies on field 3. The would also not work in Excel using standard formulas or SQL or any programming language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to consider how you can change the way you have set up your questions, not to have calculations relying on each other in a cyclical way. This means you may need the user to enter more data or use a select one with relevant statements to control when certain questions appear or when they are calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 10:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-fill-three-different-fields-based-on-the/m-p/835008#M19400</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-11-14T10:43:10Z</dc:date>
    </item>
  </channel>
</rss>

