<?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: Showing a filter widget on the startup in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065163#M20925</link>
    <description>&lt;P&gt;Yes, off course it is possible. You have to make your custom widget to start&amp;nbsp; at the&amp;nbsp; startup. See Config.js of the app below. Then write the Js to act as soon as the user enter the code in the widget to perform the query.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"widgets": [{
            "uri": "widgets/YourWidget/Widget",
            "id": "YourWidget",
            "IsController": false,
            "name": "YourWidget",
            "openAtStart": true
          },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 15:47:35 GMT</pubDate>
    <dc:creator>LefterisKoumis</dc:creator>
    <dc:date>2021-06-04T15:47:35Z</dc:date>
    <item>
      <title>Showing a filter widget on the startup</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065013#M20920</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I wanted to create a filter widget that shows to the users on the startup like the splash widget and they can input the certain code. After the users input the certain code, the users will get the result of the filtered layer. and i wanted to make it simple for the user to just input the code, not seeing the filter widget with the expression. Is there anyways to make it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adji&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 09:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065013#M20920</guid>
      <dc:creator>AdjiChandra_Tistariawan</dc:creator>
      <dc:date>2021-06-04T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a filter widget on the startup</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065062#M20923</link>
      <description>&lt;P&gt;You can't get the filter to appear like a splash page, but you can click the circle icon to have a widget open with the app.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1622809893108.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15154iDF072B58AD0524DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1622809893108.png" alt="jcarlson_0-1622809893108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In addition, you can set the filter to prompt for a value and apply automatically. But there's no way to do this without showing the widget itself.&lt;/P&gt;&lt;P&gt;That said, you have a bit more freedom to adjust things and put widgets into a splash window if you use &lt;STRONG&gt;Experience Builder&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1622810299151.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15157i9D0E8E125B826508/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1622810299151.png" alt="jcarlson_1-1622810299151.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You should check that out and see if it can accomplish what you're going for.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065062#M20923</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-06-04T12:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a filter widget on the startup</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065163#M20925</link>
      <description>&lt;P&gt;Yes, off course it is possible. You have to make your custom widget to start&amp;nbsp; at the&amp;nbsp; startup. See Config.js of the app below. Then write the Js to act as soon as the user enter the code in the widget to perform the query.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"widgets": [{
            "uri": "widgets/YourWidget/Widget",
            "id": "YourWidget",
            "IsController": false,
            "name": "YourWidget",
            "openAtStart": true
          },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 15:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065163#M20925</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-06-04T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a filter widget on the startup</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065377#M20929</link>
      <description>&lt;P&gt;Thank you for the response, I will try your suggestions and from other users too.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 09:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065377#M20929</guid>
      <dc:creator>AdjiChandra_Tistariawan</dc:creator>
      <dc:date>2021-06-05T09:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a filter widget on the startup</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065378#M20930</link>
      <description>&lt;P&gt;Thank you for the response, I will try your suggestions and from other users too.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 09:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/showing-a-filter-widget-on-the-startup/m-p/1065378#M20930</guid>
      <dc:creator>AdjiChandra_Tistariawan</dc:creator>
      <dc:date>2021-06-05T09:22:18Z</dc:date>
    </item>
  </channel>
</rss>

