<?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 URL Parameter for WebAppBuilder Application in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273956#M7293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to pass parameter from url of webappbuilder.&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost/gismaps/id=12345"&gt;http://localhost/gismaps/id=12345&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id is the field in one of the operational layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this and also can we pass multiple values like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost/gismaps/id=12345" style="color: #2989c5; text-decoration: none;"&gt;http://localhost/gismaps/id=12345&lt;/A&gt;,45678,98745 PIn=100122,111222,456456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Pin is field in another layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2019 09:08:39 GMT</pubDate>
    <dc:creator>KafilBaig</dc:creator>
    <dc:date>2019-04-04T09:08:39Z</dc:date>
    <item>
      <title>URL Parameter for WebAppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273956#M7293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to pass parameter from url of webappbuilder.&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost/gismaps/id=12345"&gt;http://localhost/gismaps/id=12345&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id is the field in one of the operational layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this and also can we pass multiple values like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost/gismaps/id=12345" style="color: #2989c5; text-decoration: none;"&gt;http://localhost/gismaps/id=12345&lt;/A&gt;,45678,98745 PIn=100122,111222,456456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Pin is field in another layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 09:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273956#M7293</guid>
      <dc:creator>KafilBaig</dc:creator>
      <dc:date>2019-04-04T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameter for WebAppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273957#M7294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kafil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; These are the supported URL parameters in WAB:&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm"&gt;http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 13:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273957#M7294</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-04-04T13:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameter for WebAppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273958#M7295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert,Thanks for the link. I have gone through and was successful in&lt;/P&gt;&lt;P&gt;passing the url parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First Case :&lt;/P&gt;&lt;P&gt;https://myserver.local/GISAPP/index.html?query=layername,fieldname,fieldvalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above link works perfectly and zooms to particular location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Second Case:&lt;/P&gt;&lt;P&gt;https://myserver.local/GISAPP/index.html?query=layername;fieldname IN&lt;/P&gt;&lt;P&gt;(12345,45678,74747) : this also works fine but it is not zoomed to&lt;/P&gt;&lt;P&gt;particular location. I have to click on zoomto link available in the popup.&lt;/P&gt;&lt;P&gt;My requirement is it should directly zoom to particular location when i&lt;/P&gt;&lt;P&gt;navigate the result and Also i need to put marker in the query itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Third Case:&lt;/P&gt;&lt;P&gt;https://myserver.local/GISAPP/index.html?query=layername1;fieldname IN&lt;/P&gt;&lt;P&gt;(12345,45678,74747) &amp;amp; layername2; fieldname_of_Layername2 In (32145,45555)&lt;/P&gt;&lt;P&gt;Is it possible to query 2 layers at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Thu, Apr 4, 2019 at 4:10 PM Robert Scheitlin, GISP &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 04:51:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273958#M7295</guid>
      <dc:creator>KafilBaig</dc:creator>
      <dc:date>2019-04-08T04:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameter for WebAppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273959#M7296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kafil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no support for querying 2 layer like you third case. The MapUrlParamsHandler.js in the jimu folder will not do any zooming if the results of the query are greater than one. You could go into that file and make your changes to support that though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameter-for-webappbuilder-application/m-p/273959#M7296</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-04-08T12:59:58Z</dc:date>
    </item>
  </channel>
</rss>

