<?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: Dashboard Indicator with dynamic text? in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1255612#M7316</link>
    <description>&lt;P&gt;You can use Formatted Lists as described in the blog posts linked above and filter the content to show only for the selected country and link it with an Indicator.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 07:47:50 GMT</pubDate>
    <dc:creator>SimonSchütte_ct</dc:creator>
    <dc:date>2023-02-07T07:47:50Z</dc:date>
    <item>
      <title>Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111703#M5308</link>
      <description>&lt;P&gt;I'm working on a dashboard that contains two map views with linked extents and a category selector for each map so that when a year is selected only that year's data display in the corresponding map. I would like to be able to use the selection made in the category selector as dynamic text for an indicator, so that if the year 1999 is selected for Map 1, the indicator shows that year next to the value. Right now it's just displaying "Map 1: {value}" and "Map 2: {reference}". Can this be done in the advanced formatting options using Arcade? Any suggestions would be much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111703#M5308</guid>
      <dc:creator>LM16</dc:creator>
      <dc:date>2021-10-27T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111709#M5309</link>
      <description>&lt;P&gt;Anything that performs actions can act on the &lt;EM&gt;value&lt;/EM&gt; and &lt;EM&gt;reference&lt;/EM&gt; of an indicator separately. If you configure your category selector accordingly, you can tell it to filter the value only, leaving the reference alone.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111709#M5309</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-10-27T16:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111725#M5310</link>
      <description>&lt;P&gt;Thanks for your reply, but I was asking about the ability to change additional text in the indicator, aside from the value and reference. In the example I gave above, rather than have "Map1: {value}" displayed, I would like to show "1999: {value}", but having the year that's displayed be dependent on the selection made in the category selector.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111725#M5310</guid>
      <dc:creator>LM16</dc:creator>
      <dc:date>2021-10-27T16:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111731#M5311</link>
      <description>&lt;P&gt;Oh, I see! So you effectively have an indicator with two values, then, one of them being the year, the other being the "{value}".&lt;/P&gt;&lt;P&gt;Can you elaborate on what the data looks like? What is the "value"? Is it being aggregated? And if so, how?&lt;/P&gt;&lt;P&gt;This still sounds like something doable in a Data Expression (not simply with Advanced Formatting), but will depend a lot on how the data's coming in, and what you want it to look like.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111731#M5311</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-10-27T16:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111818#M5314</link>
      <description>&lt;P&gt;The data are coming from a hosted feature layer which contains the Year field (integer) used by the category selector and the Acres field (also integer) which is the {value} or {reference} used by the indicator. This hosted feature layer is part of a web map which was used as the basis for the dashboard.&lt;/P&gt;&lt;P&gt;I'm not sure if this will help, but below is a screen grab of the existing expression used by the indicator. The Map 1 and Map 2 in the middleText and bottomText in the IF statement is where I would like to reference the year selected in the category selectors.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LM16_0-1635360777718.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26341i48CDB27B501F784F/image-size/large?v=v2&amp;amp;px=999" role="button" title="LM16_0-1635360777718.png" alt="LM16_0-1635360777718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that makes sense and answers your question!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 18:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111818#M5314</guid>
      <dc:creator>LM16</dc:creator>
      <dc:date>2021-10-27T18:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111848#M5315</link>
      <description>&lt;P&gt;I can see where you were going with it, but unfortunately this doesn't expose any additional attributes for a Selector to act on. But there's a way, using Data Expressions!&lt;/P&gt;&lt;P&gt;The reason I asked if your value was being aggregated is because we'll probably need to aggregate the data in our expression, rather than letting the Indicator handle it.&lt;/P&gt;&lt;P&gt;So, just to be clear: if I looked at your indicator, what is it actually showing me? Is the &lt;STRONG&gt;value&lt;/STRONG&gt; the sum of all "sum_Acres" in the whole layer? And is the &lt;STRONG&gt;reference&lt;/STRONG&gt; the un-filtered sum? Or are they looking at specific features / subsets of features?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:17:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1111848#M5315</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-10-27T20:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1132514#M5679</link>
      <description>&lt;P&gt;With the latest (Dec. 2021 version) of ArcGIS Online and ArcGIS Enterprise 10.9.1 it s possible to define Text values for indicators using Advanced formatting:&lt;BR /&gt;Data options value type: Feature and Indicator options: Advanced formatting TopText: $datapoint.yourtextfield,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://enterprise.arcgis.com/en/dashboards/latest/create-and-share/advanced-formatting.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/dashboards/latest/create-and-share/advanced-formatting.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 17:18:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1132514#M5679</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2022-01-11T17:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1158609#M6066</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/460855"&gt;@SimonSchütte_ct&lt;/a&gt;&amp;nbsp;- could you elaborate on this? I can't see how one would pull in the value used in the indicator.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 21:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1158609#M6066</guid>
      <dc:creator>MundellEarth</dc:creator>
      <dc:date>2022-03-28T21:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1159843#M6095</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518202"&gt;@MundellEarth&lt;/a&gt;This only works with the new Dashboard (not the Dashboard Classic).&lt;BR /&gt;Select the following: "Data" -&amp;gt; "Value Type:Feature", "Indicator" -&amp;gt; enable "Advanced Formatting":&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimonSchtte_ct_0-1648731824216.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37840i5752289B2560F3AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimonSchtte_ct_0-1648731824216.png" alt="SimonSchtte_ct_0-1648731824216.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is great to combine with a Filter.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1159843#M6095</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2022-03-31T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1160872#M6102</link>
      <description>&lt;P&gt;Ah...I think I see the point but maybe I am missing something as I'm getting an Arcade error.&lt;/P&gt;&lt;P&gt;For instance, my selector is going to determine if the indicator shows the count of businesses with "active" status or "historic" status. In the screenshot, I would be able to pull in this "Status" as it is an attribute of each data point included in the count?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 18:00:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1160872#M6102</guid>
      <dc:creator>MundellEarth</dc:creator>
      <dc:date>2022-04-04T18:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1161515#M6109</link>
      <description>&lt;P&gt;I´d recommend you to take a look at the blog posts here:&lt;A href="https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/getting-started-with-arcade-in-arcgis-dashboards/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/getting-started-with-arcade-in-arcgis-dashboards/&lt;/A&gt; and &lt;A href="https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/pushing-the-limits-of-arcade-in-dashboards/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/ops-dashboard/real-time/pushing-the-limits-of-arcade-in-dashboards/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 11:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1161515#M6109</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2022-04-06T11:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1255560#M7315</link>
      <description>&lt;P&gt;Have you figured this out? I think I'm trying to do the same thing that you were within my indicator in my dashboard. My use case is as such:&lt;/P&gt;&lt;P&gt;When selected a county from a list of counties, the indicator filters the sum of the acres of the parcels in question for that county. I want it to read "[# of acres] within [SELECTED COUNTY]". I can obviously get the number of acres very easily, but is there a way for the [SELECTED COUNTY] text to change dynamically based on the filter?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 00:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1255560#M7315</guid>
      <dc:creator>Michelle_Baragona</dc:creator>
      <dc:date>2023-02-07T00:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Indicator with dynamic text?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1255612#M7316</link>
      <description>&lt;P&gt;You can use Formatted Lists as described in the blog posts linked above and filter the content to show only for the selected country and link it with an Indicator.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 07:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-with-dynamic-text/m-p/1255612#M7316</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2023-02-07T07:47:50Z</dc:date>
    </item>
  </channel>
</rss>

