<?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 Quick Report add setting to report in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803127#M1367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add an app setting data such as "Font Size" to the report in the Quick Report App without asking the user to enter it manually in the "Add Details" page.&lt;/P&gt;&lt;P&gt;How can I make that work?&lt;/P&gt;&lt;P&gt;I keep going over the code but can't understand where to begin.&lt;/P&gt;&lt;P&gt;Is it the AttibutesPage.qml?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2019 22:42:52 GMT</pubDate>
    <dc:creator>JonceAnders</dc:creator>
    <dc:date>2019-11-11T22:42:52Z</dc:date>
    <item>
      <title>Quick Report add setting to report</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803127#M1367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add an app setting data such as "Font Size" to the report in the Quick Report App without asking the user to enter it manually in the "Add Details" page.&lt;/P&gt;&lt;P&gt;How can I make that work?&lt;/P&gt;&lt;P&gt;I keep going over the code but can't understand where to begin.&lt;/P&gt;&lt;P&gt;Is it the AttibutesPage.qml?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 22:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803127#M1367</guid>
      <dc:creator>JonceAnders</dc:creator>
      <dc:date>2019-11-11T22:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Report add setting to report</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803128#M1368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonce,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have "Base font size" in the Settings &amp;gt; Properties &amp;gt; Start Screen already, for the app setting, that would set the base font size used throughout the app. If you want to add something like this, this can be edited (removed/added) from the appscheme.json file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="361" src="https://community.esri.com/legacyfs/online/473055_pastedImage_1.png" width="538" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="243" src="https://community.esri.com/legacyfs/online/473056_pastedImage_2.png" width="543" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But all the questions in the "Add Details" page are from the attributes of the feature layer.&amp;nbsp;&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>Mon, 11 Nov 2019 23:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803128#M1368</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2019-11-11T23:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Report add setting to report</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803129#M1369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I include the size of the font into the attributes of the feature layer? I want it to be part of the data included into layer so I can see what the prevalent font size is. This will help select the most used one as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 01:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803129#M1369</guid>
      <dc:creator>JonceAnders</dc:creator>
      <dc:date>2019-11-12T01:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Report add setting to report</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803130#M1370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see. For this, you are not making changes to the QuickReport app in AppStudio. You would need to make changes on the feature layer itself to have this attribute added to the layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have this added to the feature layer, then it would show in the "Add Detail" page in the QuickReport app.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 17:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803130#M1370</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2019-11-12T17:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Report add setting to report</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803131#M1371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two related questions to this topic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The Detail Page fields are not corresponding to the Feature Layer table fields defined on AGOL. I&amp;nbsp;deleted all the existing fields of the details page from the table (speed, direction of travel, etc) and added Name, Last Name and ID number fields (nombre, apellido, cédula, in spanish)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to modify the details page fields? I supposed they were taken from the Feature Layer table fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="491965" alt="Detail page fields not corresponding to Feature Layer table fields" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/491965_baqreportes_error_details_fields.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The font&amp;nbsp;used on all the titles of the app (multicolore.ttf) is&amp;nbsp;showing ok on all pages when running inside AppStudio, but when I test it on iOS Player it doesn't display properly. The&amp;nbsp;text font (Cabin-regular.ttf) appears to be displaying ok in both versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="491964" alt="Title font issue on iOS" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/491964_baqreportes_error_font_title.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 21:12:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/quick-report-add-setting-to-report/m-p/803131#M1371</guid>
      <dc:creator>JaguarDigital</dc:creator>
      <dc:date>2020-05-12T21:12:18Z</dc:date>
    </item>
  </channel>
</rss>

