<?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 Hiding fields in Quick Report template  in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816183#M1748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a feature view and hide few fields using "Set View Definition". I checked the rest service and Fields are not visible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used this feature view service in quick report template, all the fields (in Hosted Feature Layer) are visible. Is there anyway I can hide few fields in Quick Report Template.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2020 07:41:44 GMT</pubDate>
    <dc:creator>KrishV</dc:creator>
    <dc:date>2020-02-04T07:41:44Z</dc:date>
    <item>
      <title>Hiding fields in Quick Report template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816183#M1748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a feature view and hide few fields using "Set View Definition". I checked the rest service and Fields are not visible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used this feature view service in quick report template, all the fields (in Hosted Feature Layer) are visible. Is there anyway I can hide few fields in Quick Report Template.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 07:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816183#M1748</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2020-02-04T07:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding fields in Quick Report template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816184#M1749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide fields by editing the QuickReportApp.qml around line 1034 in version 4.0. Just keep adding to the string the fields you wish to hide. Field names are&amp;nbsp;case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;PRE style="margin: 0px;"&gt;&lt;SPAN style="color: #808000;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #2985c7;"&gt;fields&lt;/SPAN&gt;[&lt;SPAN style="color: #2985c7;"&gt;i&lt;/SPAN&gt;].editable===true&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&amp;amp;&amp;amp;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;fields&lt;/SPAN&gt;[&lt;SPAN style="color: #2985c7;"&gt;i&lt;/SPAN&gt;].name&lt;SPAN style="text-decoration: underline;"&gt;!=&lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;root&lt;/SPAN&gt;.typeIdField&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&amp;amp;&amp;amp;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;fields&lt;/SPAN&gt;[&lt;SPAN style="color: #2985c7;"&gt;i&lt;/SPAN&gt;].name&lt;SPAN style="text-decoration: underline;"&gt;!=&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"field1" &lt;/SPAN&gt;&amp;amp;&amp;amp;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2985c7;"&gt;fields&lt;/SPAN&gt;[&lt;SPAN style="color: #2985c7;"&gt;i&lt;/SPAN&gt;].name&lt;SPAN style="text-decoration: underline;"&gt;!=&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"field2"&lt;/SPAN&gt;)&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Orlo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 02:17:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816184#M1749</guid>
      <dc:creator>OrloDennison</dc:creator>
      <dc:date>2020-02-05T02:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding fields in Quick Report template</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816185#M1750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not reproduce this issue, I am able to use both hosted feature layer and the hosted feature layer view, and only show the fields that set to be shown on the respective layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="503" src="https://community.esri.com/legacyfs/online/480426_pastedImage_1.png" width="566" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps, if you are using the same app you need to Reset the app to make sure to get the latest changes from the feature layer schema? Go to "Hamburger" menu &amp;gt; Settings &amp;gt; Reset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="271" src="https://community.esri.com/legacyfs/online/480443_pastedImage_3.png" width="200" /&gt;&amp;nbsp;&lt;IMG class="image-3 jive-image" height="174" src="https://community.esri.com/legacyfs/online/480444_pastedImage_4.png" width="181" /&gt;&lt;IMG class="jive-image image-4" height="120" src="https://community.esri.com/legacyfs/online/480445_pastedImage_5.png" width="187" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 02:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/hiding-fields-in-quick-report-template/m-p/816185#M1750</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-02-06T02:16:27Z</dc:date>
    </item>
  </channel>
</rss>

