<?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 Indexed list string extraction to Arcgis Dashboard in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/indexed-list-string-extraction-to-arcgis-dashboard/m-p/1111766#M5313</link>
    <description>&lt;P&gt;Hi, This is an idea I'm thinking about, and I want to test if this by any chance is possible.&lt;/P&gt;&lt;P&gt;I call this a list, since it is what it's called in CityEngine (CE), and it's not equal to the list widget in operation dashboard.&lt;/P&gt;&lt;P&gt;A list could look like: Building;Tree;street and so on. In CE the list is indexed, so if I call index 1, I get Tree, standard functionality in a lot of tools.&lt;/P&gt;&lt;P&gt;I have a large Survey123 with a lot of repeats, which creates related tables.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm not able to create widgets on top of related tables, for example in a chart, right?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I can use Survey123 to calculate the values to the feature service. So that is what I'm doing right now.&lt;/P&gt;&lt;P&gt;My issue is that I have 85 sub categories in my repeat, and for every one of them I have different values to put in.&lt;/P&gt;&lt;P&gt;Let's say it's 85 different vegetation species &amp;nbsp;with different height values, and I want to show in my dashboard how many of the different species I have, and in another chart show the total height of the different species.&lt;/P&gt;&lt;P&gt;That will create 85 columns for the species and then again 85 for height per species. That will become a huge attribute table.&lt;/P&gt;&lt;P&gt;So here is my thought.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In CE I could use something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;listCount(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"city;cityengine;city;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"city"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;# result = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or maybe:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;listItem(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"rule;your;city;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;# result = "city"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For example the list count will give me the ability to calculate all the repeats of the species into a list, and then use the count to a report and create charts.&lt;/P&gt;&lt;P&gt;So, could this thought maybe be coded in Operation dashboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 17:48:28 GMT</pubDate>
    <dc:creator>kelin84</dc:creator>
    <dc:date>2021-10-27T17:48:28Z</dc:date>
    <item>
      <title>Indexed list string extraction to Arcgis Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/indexed-list-string-extraction-to-arcgis-dashboard/m-p/1111766#M5313</link>
      <description>&lt;P&gt;Hi, This is an idea I'm thinking about, and I want to test if this by any chance is possible.&lt;/P&gt;&lt;P&gt;I call this a list, since it is what it's called in CityEngine (CE), and it's not equal to the list widget in operation dashboard.&lt;/P&gt;&lt;P&gt;A list could look like: Building;Tree;street and so on. In CE the list is indexed, so if I call index 1, I get Tree, standard functionality in a lot of tools.&lt;/P&gt;&lt;P&gt;I have a large Survey123 with a lot of repeats, which creates related tables.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm not able to create widgets on top of related tables, for example in a chart, right?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I can use Survey123 to calculate the values to the feature service. So that is what I'm doing right now.&lt;/P&gt;&lt;P&gt;My issue is that I have 85 sub categories in my repeat, and for every one of them I have different values to put in.&lt;/P&gt;&lt;P&gt;Let's say it's 85 different vegetation species &amp;nbsp;with different height values, and I want to show in my dashboard how many of the different species I have, and in another chart show the total height of the different species.&lt;/P&gt;&lt;P&gt;That will create 85 columns for the species and then again 85 for height per species. That will become a huge attribute table.&lt;/P&gt;&lt;P&gt;So here is my thought.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In CE I could use something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;listCount(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"city;cityengine;city;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"city"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;# result = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or maybe:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;listItem(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"rule;your;city;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;# result = "city"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For example the list count will give me the ability to calculate all the repeats of the species into a list, and then use the count to a report and create charts.&lt;/P&gt;&lt;P&gt;So, could this thought maybe be coded in Operation dashboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/indexed-list-string-extraction-to-arcgis-dashboard/m-p/1111766#M5313</guid>
      <dc:creator>kelin84</dc:creator>
      <dc:date>2021-10-27T17:48:28Z</dc:date>
    </item>
  </channel>
</rss>

