<?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 Specific Question on Configuring URL to Support Relevant in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120516#M38884</link>
    <description>&lt;P&gt;This is a fairly specific question, but I am embedding a survey in a dashboard (for review/approval by multiple parties). I would like to add an "approved" yes/no question to the survey (made in connect) that only appears in one dashboard -- not in the regular form, or for the other dashboard.&lt;/P&gt;&lt;P&gt;My idea here is adding another hidden text question, and using that in the relevant column for the "approved" field (i.e. for_approval="yes"). Then I would use the url configuration with mode=edit and set the value for the hidden question (&amp;amp;for_approval=yes). In theory this makes sense to me, but it doesn't seem to work and when I do those steps the "approved" question still doesn't show up. I'll add some screenshots for reference. The rest of the url configuration seems to work with the edit and hide paramaters.&lt;/P&gt;&lt;P&gt;Is there a way to make this work? Or another idea for making a question only visible in a specific dashboard. I think I could add a question at the beginning asking about the role of the user for filtering, but it's already a long and complex survey so I don't want to add more required input from the user if I can avoid it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Nov 2021 23:37:44 GMT</pubDate>
    <dc:creator>GIS_utahDEM</dc:creator>
    <dc:date>2021-11-26T23:37:44Z</dc:date>
    <item>
      <title>Specific Question on Configuring URL to Support Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120516#M38884</link>
      <description>&lt;P&gt;This is a fairly specific question, but I am embedding a survey in a dashboard (for review/approval by multiple parties). I would like to add an "approved" yes/no question to the survey (made in connect) that only appears in one dashboard -- not in the regular form, or for the other dashboard.&lt;/P&gt;&lt;P&gt;My idea here is adding another hidden text question, and using that in the relevant column for the "approved" field (i.e. for_approval="yes"). Then I would use the url configuration with mode=edit and set the value for the hidden question (&amp;amp;for_approval=yes). In theory this makes sense to me, but it doesn't seem to work and when I do those steps the "approved" question still doesn't show up. I'll add some screenshots for reference. The rest of the url configuration seems to work with the edit and hide paramaters.&lt;/P&gt;&lt;P&gt;Is there a way to make this work? Or another idea for making a question only visible in a specific dashboard. I think I could add a question at the beginning asking about the role of the user for filtering, but it's already a long and complex survey so I don't want to add more required input from the user if I can avoid it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 23:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120516#M38884</guid>
      <dc:creator>GIS_utahDEM</dc:creator>
      <dc:date>2021-11-26T23:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Question on Configuring URL to Support Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120837#M38887</link>
      <description>&lt;P&gt;Hi. You can use the output from &lt;EM&gt;pulldata("@property", "mode")&lt;/EM&gt; to hide or show a question.&lt;/P&gt;&lt;P&gt;For example, adding &lt;EM&gt;pulldata("@property", "mode") = 'edit'&lt;/EM&gt; in the relevant (or &lt;EM&gt;body::esri:visible&lt;/EM&gt;) column will show the question only if the survey is in edit mode.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 16:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120837#M38887</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2021-11-29T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Question on Configuring URL to Support Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120846#M38888</link>
      <description>&lt;P&gt;That worked! Thanks Ismael&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 17:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1120846#M38888</guid>
      <dc:creator>GIS_utahDEM</dc:creator>
      <dc:date>2021-11-29T17:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Question on Configuring URL to Support Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1130691#M39545</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;Are there any contraindications for using this with url config &amp;amp;hide=field:approved? I have a field (approved) with the&amp;nbsp;&lt;EM&gt;pulldata("@property", "mode") = 'edit' &lt;/EM&gt;in the&amp;nbsp;&lt;EM&gt;body::esri:visible&amp;nbsp;&lt;/EM&gt;column, and then I try to hide it in one dashboard with &amp;amp;hide=field:approved, though it seems to show up anyways. I still need it hidden in the initial survey, and I need it visible in another dashboard.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 03:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/specific-question-on-configuring-url-to-support/m-p/1130691#M39545</guid>
      <dc:creator>GIS_utahDEM</dc:creator>
      <dc:date>2022-01-05T03:32:28Z</dc:date>
    </item>
  </channel>
</rss>

