<?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>idea Operations Dashboard - Allow custom categories in ArcGIS Dashboards Ideas</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idi-p/942263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes, features may need to have multiple values in the same field. Since a feature cannot take multiple coded values, I have put the values together for each feature using a comma delimiter, like how Survey123's select multiple does.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; width: 25.4386%;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 10%;"&gt;Unit&lt;/TH&gt;&lt;TH style="width: 10%;"&gt;Activity&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;1&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;A,C,D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;2&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;B,C,E,G&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;4&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;E,F&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;And so on. A lot of activity combinations can occur. I want to be able to filter by having a checkbox for each activity so that my map and widgets reflect my selection like this:&lt;/P&gt;&lt;P&gt;&lt;INPUT name="A" type="checkbox" value="" /&gt; A&lt;BR /&gt; &lt;INPUT name="B" type="checkbox" value="" /&gt; B&lt;BR /&gt; &lt;INPUT checked="checked" name="C" type="checkbox" value="" /&gt; C&lt;BR /&gt; &lt;INPUT name="D" type="checkbox" value="" /&gt; D&lt;BR /&gt; &lt;INPUT checked="checked" name="E" type="checkbox" value="" /&gt; E&lt;BR /&gt; &lt;INPUT name="F" type="checkbox" value="" /&gt; F&lt;BR /&gt; &lt;INPUT name="G" type="checkbox" value="" /&gt; G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, categories by grouped values takes each activity combination as a unique value; it doesn't recognize ',' as a delimiter. Custom expressions could help in this case, as a wildcard statement along the lines of&amp;nbsp;&lt;EM&gt;WHERE Activity LIKE '%C%'&lt;/EM&gt;&amp;nbsp;as the&amp;nbsp;category and &lt;EM&gt;C&lt;/EM&gt;&amp;nbsp;as the&amp;nbsp;label would find all the units with activity C. I've tried something like this by overriding categories in the grouped values option, and inputting similar statements under the defined values option rather than grouped values, but it turns out that the category must be an exact match to the field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allowing custom expressions to create my own categories (or an ability to specify and recognize delimiters to automatically create categories) would be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 20:57:11 GMT</pubDate>
    <dc:creator>MeganFong</dc:creator>
    <dc:date>2018-08-14T20:57:11Z</dc:date>
    <item>
      <title>Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idi-p/942263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes, features may need to have multiple values in the same field. Since a feature cannot take multiple coded values, I have put the values together for each feature using a comma delimiter, like how Survey123's select multiple does.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; width: 25.4386%;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 10%;"&gt;Unit&lt;/TH&gt;&lt;TH style="width: 10%;"&gt;Activity&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;1&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;A,C,D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;2&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;B,C,E,G&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;4&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;E,F&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;And so on. A lot of activity combinations can occur. I want to be able to filter by having a checkbox for each activity so that my map and widgets reflect my selection like this:&lt;/P&gt;&lt;P&gt;&lt;INPUT name="A" type="checkbox" value="" /&gt; A&lt;BR /&gt; &lt;INPUT name="B" type="checkbox" value="" /&gt; B&lt;BR /&gt; &lt;INPUT checked="checked" name="C" type="checkbox" value="" /&gt; C&lt;BR /&gt; &lt;INPUT name="D" type="checkbox" value="" /&gt; D&lt;BR /&gt; &lt;INPUT checked="checked" name="E" type="checkbox" value="" /&gt; E&lt;BR /&gt; &lt;INPUT name="F" type="checkbox" value="" /&gt; F&lt;BR /&gt; &lt;INPUT name="G" type="checkbox" value="" /&gt; G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, categories by grouped values takes each activity combination as a unique value; it doesn't recognize ',' as a delimiter. Custom expressions could help in this case, as a wildcard statement along the lines of&amp;nbsp;&lt;EM&gt;WHERE Activity LIKE '%C%'&lt;/EM&gt;&amp;nbsp;as the&amp;nbsp;category and &lt;EM&gt;C&lt;/EM&gt;&amp;nbsp;as the&amp;nbsp;label would find all the units with activity C. I've tried something like this by overriding categories in the grouped values option, and inputting similar statements under the defined values option rather than grouped values, but it turns out that the category must be an exact match to the field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allowing custom expressions to create my own categories (or an ability to specify and recognize delimiters to automatically create categories) would be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 20:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idi-p/942263</guid>
      <dc:creator>MeganFong</dc:creator>
      <dc:date>2018-08-14T20:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/942264#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this sounds like the functionality i suggested as well (manually grouping multiple categories into a single category&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/ideas/15668-allow-multiple-categories-to-be-grouped-manually-in-a-pie-chart"&gt;https://community.esri.com/ideas/15668-allow-multiple-categories-to-be-grouped-manually-in-a-pie-chart&lt;/A&gt;).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if we can combine them to get a more significant 'push'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 18:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/942264#M669</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-10-19T18:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1235080#M1919</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://doc.arcgis.com/en/dashboards/latest/get-started/create-data-expressions.htm" target="_blank" rel="noopener"&gt;Data expressions&lt;/A&gt; can be used to create custom categories.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 16:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1235080#M1919</guid>
      <dc:creator>patrickb</dc:creator>
      <dc:date>2022-11-25T16:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1291054#M2074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7515"&gt;@patrickb&lt;/a&gt;, can you explain how data expressions can help here? I use "defined values" to make the choices I want for the category selector. The issue is the behind-the-scenes query used to filter. Instead of find all that = 'VALUE', we want to find all that are LIKE '%VALUE%'. Using data expressions as the source would break down all the interconnectivity of the dashboard's widgets' actions and cause performance issues as mentioned in the other post.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/281519"&gt;@MeganFong&lt;/a&gt;&amp;nbsp;maybe you should rename the idea? I think we're in the same boat and it's not defining the custom categories that's the issue, it's how they're used to filter records.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 14:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1291054#M2074</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2023-05-19T14:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1362834#M2335</link>
      <description>&lt;P&gt;I would also like an example of how to use data expressions to filter a dashboard element using a wildcard (like) statement. If anyone has done this, please share. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 21:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1362834#M2335</guid>
      <dc:creator>PeterMacKenzie2</dc:creator>
      <dc:date>2023-12-19T21:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1362853#M2336</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/289812"&gt;@PeterMacKenzie2&lt;/a&gt;&amp;nbsp;, may not be quite what you're looking for since it's not data expressions, but dashboards now allows the "contains" operator (acts like a LIKE) so we can finally search on those multi-choice survey123 questions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChelseaRozek_0-1703022634125.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89561i25030CE7D8B2A0A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChelseaRozek_0-1703022634125.png" alt="ChelseaRozek_0-1703022634125.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 21:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1362853#M2336</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2023-12-19T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1362897#M2339</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/401001"&gt;@ChelseaRozek&lt;/a&gt;&amp;nbsp;, I was looking at our 10.8 Enterprise version but I had a peek in AGOL and can see this contains functionality. Great tip!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 00:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1362897#M2339</guid>
      <dc:creator>PeterMacKenzie2</dc:creator>
      <dc:date>2023-12-20T00:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1374703#M2358</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/401001"&gt;@ChelseaRozek&lt;/a&gt;&amp;nbsp;I found this thread and got excited for the "contains" option in the category filters. However, it isn't implemented on 11.2. I guess I should have learned my lesson every time I make a dashboard in portal, haha.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 22:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1374703#M2358</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2024-01-25T22:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Operations Dashboard - Allow custom categories</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1375079#M2363</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73"&gt;@AdrianWelsh&lt;/a&gt;&amp;nbsp;oof I run into that often too... I love having unlimited viewers in portal, but all the cool stuff takes forever to trickle down to portal&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 20:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/operations-dashboard-allow-custom-categories/idc-p/1375079#M2363</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2024-01-26T20:04:19Z</dc:date>
    </item>
  </channel>
</rss>

