<?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 Pass Through Map Scale to Feature Report in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1287671#M49159</link>
    <description>&lt;P&gt;I am creating a form for building pre-plans that will include an aerial map of the building. Do I have to set a standard scale that will accommodate the footprint of the largest building, or is there a way to have the user set the scale while filling the form out and it could be passed through to the feature report?&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 13:06:14 GMT</pubDate>
    <dc:creator>jzibbell_boise</dc:creator>
    <dc:date>2023-05-10T13:06:14Z</dc:date>
    <item>
      <title>Pass Through Map Scale to Feature Report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1287671#M49159</link>
      <description>&lt;P&gt;I am creating a form for building pre-plans that will include an aerial map of the building. Do I have to set a standard scale that will accommodate the footprint of the largest building, or is there a way to have the user set the scale while filling the form out and it could be passed through to the feature report?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1287671#M49159</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-05-10T13:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Through Map Scale to Feature Report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1288434#M49208</link>
      <description>&lt;P&gt;I got this reply from esri after I emailed them directly. I still need to try it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you could achieve the goal in either of the following approach:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the map scale is submitted as a question in the survey (e.g. mapScale1), you can use the place holder ${location | size:400:300 | mapScale:mapScale1} to use the value of “mapScale1” field as the map scale. You can refer to the example &lt;EM&gt;“${$image | src:&lt;A href="https://barcode.tec-it.com/barcode.ashx?code=QRCode&amp;amp;data=+field_0" target="_blank" rel="noopener"&gt;https://barcode.tec-it.com/barcode.ashx?code=QRCode&amp;amp;data=+field_0&lt;/A&gt;}&lt;/EM&gt;” in &lt;A href="https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdoc.arcgis.com%2Fen%2Fsurvey123%2Fbrowser%2Fanalyze-results%2Ffeaturereporttemplates.htm&amp;amp;data=05%7C01%7Cjzibbell%40cityofboise.org%7Cc544fd8b612c4d6924ec08db5235cc62%7Ca65ed95b12d341369a2725239887de84%7C0%7C0%7C638194163265040802%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=ot04px5E4P87Kd%2BAzuYdIveLweh8qRhMJjbnXjcyHTg%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;the documentation&lt;/A&gt;. Any word without quotation in a method parameter would be evaluated as a field name.&lt;/LI&gt;&lt;LI&gt;If you are using &lt;A href="https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fsurvey123%2Fapi-reference%2Frest%2Freport%2F%23create-report&amp;amp;data=05%7C01%7Cjzibbell%40cityofboise.org%7Cc544fd8b612c4d6924ec08db5235cc62%7Ca65ed95b12d341369a2725239887de84%7C0%7C0%7C638194163265197030%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=12fhKz3B2RQV29DpjVAyzxt6ajEXIAQt9Xy9pM5b%2BZ0%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;the Survey123 Report REST API&lt;/A&gt; to create a report, you can set the mapScale API parameter to overwrite the scale for all maps in a report. You can use the !important keyword in the template to take precedence over the API parameter.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 12 May 2023 19:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1288434#M49208</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-05-12T19:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Through Map Scale to Feature Report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1348982#M52817</link>
      <description>&lt;P&gt;I wanted to add an additional note that in order to collect an "other" scale from your user I had to create two map rows and make them conditional. That worked well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jzibbell_boise_0-1699915560998.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85873i048EC54D841C16BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jzibbell_boise_0-1699915560998.png" alt="jzibbell_boise_0-1699915560998.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 22:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pass-through-map-scale-to-feature-report/m-p/1348982#M52817</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-11-13T22:46:31Z</dc:date>
    </item>
  </channel>
</rss>

