<?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: Filtering data from a chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1656776#M49116</link>
    <description>&lt;P&gt;You can filter your charts by using set analysis in your expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say you want to only calculate sales for the northern region in 2019 you can do like this.&lt;/P&gt;&lt;P&gt;SUM(&lt;STRONG&gt;{&amp;lt;&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;Region={'Northern'}, Year={2019}&amp;gt;}&lt;/STRONG&gt;[Sales amount])&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 21:23:41 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-12-11T21:23:41Z</dc:date>
    <item>
      <title>Filtering data from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1656743#M49112</link>
      <description>&lt;P&gt;Hello, is there a way to filter certain data from a dimension in a chart I've created? I know it would be hard coded but that's ok.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 19:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1656743#M49112</guid>
      <dc:creator>mrmatt</dc:creator>
      <dc:date>2019-12-11T19:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1656776#M49116</link>
      <description>&lt;P&gt;You can filter your charts by using set analysis in your expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say you want to only calculate sales for the northern region in 2019 you can do like this.&lt;/P&gt;&lt;P&gt;SUM(&lt;STRONG&gt;{&amp;lt;&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;Region={'Northern'}, Year={2019}&amp;gt;}&lt;/STRONG&gt;[Sales amount])&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 21:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1656776#M49116</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-12-11T21:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1657121#M49148</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp; thanks I'm actually not doing a sum query.&amp;nbsp; I'm trying to exclude a certain data value from a string field.&amp;nbsp; How does this look to you? It's giving me an Invalid Dimension error:&lt;/P&gt;&lt;P&gt;=maxstring({$&amp;lt;FieldName={"data name"}&amp;gt;}FieldName)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1657121#M49148</guid>
      <dc:creator>mrmatt</dc:creator>
      <dc:date>2019-12-12T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1657125#M49150</link>
      <description>&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=aggr(maxstring({$&amp;lt;FieldName={"data name"}&amp;gt;}FieldName),FieldName)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1657125#M49150</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2019-12-12T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1657136#M49154</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;that worked great. I just had to add the minus to actually exclude that single data string.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=aggr(maxstring({$&amp;lt;FieldName= - {"data name"}&amp;gt;}FieldName),FieldName)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-from-a-chart/m-p/1657136#M49154</guid>
      <dc:creator>mrmatt</dc:creator>
      <dc:date>2019-12-12T14:59:35Z</dc:date>
    </item>
  </channel>
</rss>

