<?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 Filters &amp; Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230376#M82206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to create a set of dashboards for customer analysis. Basically, I'd like to analyze the customer state across many dimensions. For example, a new customer is someone that hasn't purchased a product in the past year. I want the 'New' customer state to work with filters. For example, the overall customer state may not be 'New', but the customer may be 'New' for a particular product line, geography, or other customer attribute (e.g., gold, silver, platinum level, etc). In set analysis, determining if a customer is 'New', would look something like this:&lt;BR /&gt;&lt;BR /&gt;If(Sum({&amp;lt;Prior3QtrFlag={1}&amp;gt;} POSQty)&amp;lt;=0,&lt;BR /&gt; If(Sum({&amp;lt;Prior2QtrFlag={1}&amp;gt;} POSQty)&amp;lt;=0,&lt;BR /&gt; If(Sum({&amp;lt;Prior1QtrFlag={1}&amp;gt;} POSQty)&amp;lt;=0,&lt;BR /&gt; If(Sum({&amp;lt;CurrentQtrFlag={1}&amp;gt;} POSQty &amp;gt;0&lt;BR /&gt;&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt;&lt;BR /&gt;Now, how can I 'filter' on New customers? Is there anyway to do this? For example, I would like to have a series of radio-button list objects that allow a user to select customer attributes (new, loyal, growing, etc.). These would be tied to filtered selections (e.g., geography, product hierarchy, etc). Can this be done?&lt;/P&gt;&lt;P&gt;To further complicate the matter, rather than just looking at the quarterly view, a user may opt to look at a monthly or weekly view. So, I don't think creating aggregated tables in the data load is going to work. But, I'm open to suggestions.&lt;/P&gt;&lt;P&gt;Are there any examples of something similar to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 17:10:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-03T17:10:19Z</dc:date>
    <item>
      <title>Filters &amp; Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230376#M82206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to create a set of dashboards for customer analysis. Basically, I'd like to analyze the customer state across many dimensions. For example, a new customer is someone that hasn't purchased a product in the past year. I want the 'New' customer state to work with filters. For example, the overall customer state may not be 'New', but the customer may be 'New' for a particular product line, geography, or other customer attribute (e.g., gold, silver, platinum level, etc). In set analysis, determining if a customer is 'New', would look something like this:&lt;BR /&gt;&lt;BR /&gt;If(Sum({&amp;lt;Prior3QtrFlag={1}&amp;gt;} POSQty)&amp;lt;=0,&lt;BR /&gt; If(Sum({&amp;lt;Prior2QtrFlag={1}&amp;gt;} POSQty)&amp;lt;=0,&lt;BR /&gt; If(Sum({&amp;lt;Prior1QtrFlag={1}&amp;gt;} POSQty)&amp;lt;=0,&lt;BR /&gt; If(Sum({&amp;lt;CurrentQtrFlag={1}&amp;gt;} POSQty &amp;gt;0&lt;BR /&gt;&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt;&lt;BR /&gt;Now, how can I 'filter' on New customers? Is there anyway to do this? For example, I would like to have a series of radio-button list objects that allow a user to select customer attributes (new, loyal, growing, etc.). These would be tied to filtered selections (e.g., geography, product hierarchy, etc). Can this be done?&lt;/P&gt;&lt;P&gt;To further complicate the matter, rather than just looking at the quarterly view, a user may opt to look at a monthly or weekly view. So, I don't think creating aggregated tables in the data load is going to work. But, I'm open to suggestions.&lt;/P&gt;&lt;P&gt;Are there any examples of something similar to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 17:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230376#M82206</guid>
      <dc:creator />
      <dc:date>2010-05-03T17:10:19Z</dc:date>
    </item>
    <item>
      <title>Filters &amp; Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230377#M82207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jstephens,&lt;/P&gt;&lt;P&gt;One option could be to use variables within your formula. Couple these with an Input Box object for the variable that has been customised with a drop down list and this should come close to doing what you want.&lt;/P&gt;&lt;P&gt;Note that I don't think you can use radio buttons with Input Boxes but I could be wrong..&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 00:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230377#M82207</guid>
      <dc:creator />
      <dc:date>2010-05-04T00:01:18Z</dc:date>
    </item>
    <item>
      <title>Filters &amp; Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230378#M82208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like this as the expression for a list box:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;aggr(if(...,'New',if(...,'Loyal',...)),Company)&lt;/P&gt;&lt;P&gt;Then display selections as check boxes with "only one selected" to mimic a radio button. Frankly, I'd just leave it as a normal list box, though. I'd rather train my users to use QlikView's objects than change all of my QlikView listboxes to resemble radio buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 00:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filters-Set-Analysis/m-p/230378#M82208</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-04T00:22:53Z</dc:date>
    </item>
  </channel>
</rss>

