<?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: Embed Filter into Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1583293#M42643</link>
    <description>Thank you! I will give that a try.</description>
    <pubDate>Wed, 22 May 2019 11:36:22 GMT</pubDate>
    <dc:creator>JamesR</dc:creator>
    <dc:date>2019-05-22T11:36:22Z</dc:date>
    <item>
      <title>Embed Filter into Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1582323#M42573</link>
      <description>&lt;P&gt;I'm trying to embed filters into bar charts and I can't seem to figure out which syntax is will work for this. It seems a fairly easy task.&lt;/P&gt;&lt;P&gt;Trying to show 2, side by side bar charts one showing open sales pipeline, and one showing a closed won status.&lt;/P&gt;&lt;P&gt;For both charts, the Dim is Region, and the Measure is TotalPrice.&lt;/P&gt;&lt;P&gt;I have tried so far based on searching:&lt;/P&gt;&lt;P&gt;Sum(if(StageName='Closed Won', TotalPrice))&lt;/P&gt;&lt;P&gt;If(StageName='Closed Won', Sum(TotalPrice))&lt;/P&gt;&lt;P&gt;The first option returns everything in the table, so its' not checking the If correctly.&lt;/P&gt;&lt;P&gt;The second one returns nothing at all.&lt;/P&gt;&lt;P&gt;Maybe I'm trying to over-simplify this.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1582323#M42573</guid>
      <dc:creator>JamesR</dc:creator>
      <dc:date>2019-05-20T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Filter into Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1582486#M42586</link>
      <description>We can filter our data using Set Analysis. For your scenario, the Measures will be:&lt;BR /&gt;Sales Pipeline&lt;BR /&gt;Sum({&amp;lt;StageName=-{'Closed Won'}&amp;gt;}TotalPrice)&lt;BR /&gt;Closed Won&lt;BR /&gt;Sum({&amp;lt;StageName={'Closed Won'}&amp;gt;}TotalPrice)</description>
      <pubDate>Tue, 21 May 2019 03:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1582486#M42586</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-05-21T03:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Filter into Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1583293#M42643</link>
      <description>Thank you! I will give that a try.</description>
      <pubDate>Wed, 22 May 2019 11:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Embed-Filter-into-Chart/m-p/1583293#M42643</guid>
      <dc:creator>JamesR</dc:creator>
      <dc:date>2019-05-22T11:36:22Z</dc:date>
    </item>
  </channel>
</rss>

