<?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 generation from Published Service. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25513#M2217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert for the clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 14:30:15 GMT</pubDate>
    <dc:creator>MathanManohar</dc:creator>
    <dc:date>2017-01-25T14:30:15Z</dc:date>
    <item>
      <title>Report generation from Published Service.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25509#M2213</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;I have a layer called StaffDeployment and its data in the attribute table. The layer has been published as service through ArcMap in the ArcGIS Portal. Now I want to create the reports according to the dropdown selection in the browser. I got the REST URL of the published service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdomainname.com%2Fagswa%2Frest%2Fservices%2FStaffDeploy%2FFeatureServer%2F0" rel="nofollow" target="_blank"&gt;https://domainname.com/agswa/rest/services/StaffDeploy/FeatureServer/0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;JSON Format:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdomainname.com%2Fagswa%2Frest%2Fservices%2F" rel="nofollow" target="_blank"&gt;https://domainname.com/agswa/rest/services/&lt;/A&gt;&lt;SPAN&gt; StaffDeploy/FeatureServer/0?f=pjson&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query:&lt;/P&gt;&lt;P&gt;1. How to attain the report in an HTML web Page?&lt;/P&gt;&lt;P&gt;2. Since the GEO information, How well we can use the JSON format to create an report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25509#M2213</guid>
      <dc:creator>MathanManohar</dc:creator>
      <dc:date>2017-01-25T08:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Report generation from Published Service.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25510#M2214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You use a queryTask to query the map service to get the records you want and then use domContruct to create your report using standard html elements (like hr,&amp;nbsp;Span, img, div, table). It can be done but there is no simple shortcuts, you have a lot of work ahead of you creating and fomatting and laying out the dom elements to make your report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 13:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25510#M2214</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-25T13:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report generation from Published Service.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25511#M2215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert for your help.&lt;/P&gt;&lt;P&gt;Query:&lt;/P&gt;&lt;P&gt;1. Do I need to install ArcGIS Datarewier in ArcGIS portal for using Query task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was referring the below document.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/datareviewer_dashboardgetresultswithfilters.html" title="https://developers.arcgis.com/javascript/3/jssamples/datareviewer_dashboardgetresultswithfilters.html" rel="nofollow noopener noreferrer" target="_blank"&gt;DataReviewer - Dashboard Results with Filter | ArcGIS API for JavaScript 3.19&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;//This should point to the Data Reviewer soe
&amp;nbsp; var drsSoeUrl = "https://datareviewer.arcgisonline.com/arcgis/rest/services/Samples/reviewerDashboard/MapServer/exts/DataReviewerServer";


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 15:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25511#M2215</guid>
      <dc:creator>MathanManohar</dc:creator>
      <dc:date>2021-12-12T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Report generation from Published Service.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25512#M2216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No, the QueryTask is part of the JS API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25512#M2216</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-25T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Report generation from Published Service.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25513#M2217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert for the clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/report-generation-from-published-service/m-p/25513#M2217</guid>
      <dc:creator>MathanManohar</dc:creator>
      <dc:date>2017-01-25T14:30:15Z</dc:date>
    </item>
  </channel>
</rss>

