<?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: Report Temaple experession to return select_one name instead of label? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766901#M2708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the supported expressions in the Survey123 Online Documentation:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/browser/analyze-results/printsurveyresults.htm#ESRI_SECTION1_74E9041F114B4CD9B5FFBA4FF93209FD" title="https://doc.arcgis.com/en/survey123/browser/analyze-results/printsurveyresults.htm#ESRI_SECTION1_74E9041F114B4CD9B5FFBA4FF93209FD"&gt;Print survey results—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&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, 19 Jul 2018 23:56:19 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-07-19T23:56:19Z</dc:date>
    <item>
      <title>Report Temaple experession to return select_one name instead of label?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766897#M2704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to pull the &lt;EM&gt;name&lt;/EM&gt; value from my select_one list into the Report Template instead of the &lt;EM&gt;label&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/414080_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;The label looks great in the Survey123 app:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/414081_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need the actual DB value (i.e. '9') in the Report Template instead of the verbose label ('&amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt; - Very Good, New Condition')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively is there an expression that will pull a specific character into the Word Doc report instead of the full label?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 23:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766897#M2704</guid>
      <dc:creator>VirajP</dc:creator>
      <dc:date>2018-07-12T23:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Report Temaple experession to return select_one name instead of label?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766898#M2705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/54454"&gt;Zhifang Wang&lt;/A&gt;&lt;SPAN&gt;‌ Can you please look into this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;and update user if it is currently possible&lt;/SPAN&gt;&lt;SPAN&gt;? Otherwise can we create as possible enhancement&amp;nbsp;request to use a parameter?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766898#M2705</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-07-18T06:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Report Temaple experession to return select_one name instead of label?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766899#M2706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;Yes, you can use &lt;SPAN style="color: #24292e; background-color: rgba(27, 31, 35, 0.05);"&gt;${fieldname1 | getValue:""} &lt;/SPAN&gt;to get the raw value of an underlying field. For a string field with coded value domain, it will return the code, for a date field, it will return the Unix time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt; ${expertise}&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns "None. I have never used it." (the name of the coded value domain) while&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;${expertise | getValue:""}&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns "none" (the code of the coded value domain).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 10:31:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766899#M2706</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2018-07-19T10:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Report Temaple experession to return select_one name instead of label?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766900#M2707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked like a charm, thanks.&amp;nbsp; Where is the best place to find a listing of these functions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 23:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766900#M2707</guid>
      <dc:creator>VirajP</dc:creator>
      <dc:date>2018-07-19T23:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Report Temaple experession to return select_one name instead of label?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766901#M2708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the supported expressions in the Survey123 Online Documentation:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/browser/analyze-results/printsurveyresults.htm#ESRI_SECTION1_74E9041F114B4CD9B5FFBA4FF93209FD" title="https://doc.arcgis.com/en/survey123/browser/analyze-results/printsurveyresults.htm#ESRI_SECTION1_74E9041F114B4CD9B5FFBA4FF93209FD"&gt;Print survey results—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&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, 19 Jul 2018 23:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-temaple-experession-to-return-select-one/m-p/766901#M2708</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-07-19T23:56:19Z</dc:date>
    </item>
  </channel>
</rss>

