<?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 Filter Chart based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210855#M65280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, see my previous comment.&lt;BR /&gt;&lt;BR /&gt;You should SUM the amounts because now it leaves out ALL amounts lower then the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 18:35:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-02-10T18:35:06Z</dc:date>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210849#M65274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the attached document, there is a graph on there that I only want to show the names where they have a total amount over $400&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 14:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210849#M65274</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2011-02-10T14:33:46Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210850#M65275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;I have edit your Dimension.&lt;BR /&gt;&lt;BR /&gt;Check teh file please.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 14:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210850#M65275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210851#M65276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dennis!&lt;/P&gt;&lt;P&gt;How hard is it to amend this so that it includes a Input box so the user can enter the amount they want to show, so the Graph will look at the amount the user has entered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 16:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210851#M65276</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2011-02-10T16:11:08Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210852#M65277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added a variabel (vAmount) which you can fill or use the slide I add.&lt;BR /&gt;Let me know if this is what you need.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210852#M65277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T17:19:05Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210853#M65278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw I would suggest that you SUM your amounts (grouped by person) in your script (as Amount_Total)&lt;/P&gt;&lt;P&gt;and then use that in your dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=If(Amount_Total&amp;gt;vAmount,Name)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210853#M65278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210854#M65279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response! I&lt;/P&gt;&lt;P&gt;have tried the attached when I typed in 682 I expected to see the following names to show:&lt;/P&gt;&lt;P&gt;Bob (896)&lt;/P&gt;&lt;P&gt;Bill (1000)&lt;/P&gt;&lt;P&gt;Chris (2096.59)&lt;/P&gt;&lt;P&gt;This is because they are over 682, with Jack and John not showing because there Total Amount was under 682.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210854#M65279</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2011-02-10T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210855#M65280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, see my previous comment.&lt;BR /&gt;&lt;BR /&gt;You should SUM the amounts because now it leaves out ALL amounts lower then the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 18:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210855#M65280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T18:35:06Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210856#M65281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Dennis, did not see that part of comment; so is that the only way I can aggregated this field is doing via the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 20:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210856#M65281</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2011-02-10T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210857#M65282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dennis, I have amended thescript so I have added another Field called "TotalAmmount", do you know why the graph is showing a bar that should not be there and also why does it not have a Name for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210857#M65282</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2011-02-10T21:16:20Z</dc:date>
    </item>
    <item>
      <title>Filter Chart based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210858#M65283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;Just check "Suppress When Value is Null" at the Dimension.&lt;/P&gt;&lt;P&gt;That will do the trick I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-based-on-condition/m-p/210858#M65283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T21:59:41Z</dc:date>
    </item>
  </channel>
</rss>

