<?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 in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645405#M236512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try set analysis like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;State={'MI', 'WI', 'NY'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and maybe for the sum, try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;State = {'=sum(Losses)&amp;gt;10000'}&amp;gt;}Losses)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where State is the dimension for that chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 15:22:13 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-08-25T15:22:13Z</dc:date>
    <item>
      <title>Filtering Data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645404#M236511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am relatively new to Qlikview and am still getting used to the program itself. I was hoping to seek out the Qlikview community to have a couple of questions answered! I have two questions really regarding how to filter data in qlikview. I currently have a chart with lots of information and in the first column as a dimension I have it ordered by States (MI, WI, NY, etc). Is it possible to write something that will filter it out so I can only get the data for 3-4 specific states?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for the expressions I have a column where I show the sum of the losses. How can I filter that so I'm only looking for a number greater than like 10000? Should I be using if statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 15:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645404#M236511</guid>
      <dc:creator />
      <dc:date>2014-08-25T15:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645405#M236512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try set analysis like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;State={'MI', 'WI', 'NY'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and maybe for the sum, try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;State = {'=sum(Losses)&amp;gt;10000'}&amp;gt;}Losses)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where State is the dimension for that chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 15:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645405#M236512</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-08-25T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645406#M236513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to filter data in a qlikview application, all you need to do is to select the values.&amp;nbsp; For example, create a list box State, and select what you need (MI, WI, NY, etc.).&amp;nbsp; If you want to filter data only in the particular object (straight table), it is a different story, but I think you don't need this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression that includes only amounts greater than 10000:&lt;BR /&gt;sum(if(Loss&amp;gt;10000, Loss, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 15:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645406#M236513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-25T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645407#M236514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Michael and Jeremiah thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael I ended up using your expressions and they worked out! I was using the list box for the States originally but it seemed as if I could only choose 1 state at a time. Is there something I have to check or write in the expression in order to get the box to select all 3 states at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 15:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645407#M236514</guid>
      <dc:creator />
      <dc:date>2014-08-25T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645408#M236515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To select multiple States, you need to press and hold CTRL key while clicking on the States.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 15:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645408#M236515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-25T15:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645409#M236516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course should've though that through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to get rid of losses that amount to less than my desired amount of 10000, is there something else I should put in my expression instead of 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Michael!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 16:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-in-Straight-Table/m-p/645409#M236516</guid>
      <dc:creator />
      <dc:date>2014-08-25T16:09:08Z</dc:date>
    </item>
  </channel>
</rss>

