<?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 Trying to filter out groups and intersections between groups in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230624#M82436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you need to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 14:39:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-25T14:39:31Z</dc:date>
    <item>
      <title>Trying to filter out groups and intersections between groups</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230622#M82434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to filter out our VOD content rights. I have TVOD, SVOD and Others. But some of our movies are both TVOD and SVOD. How do I make that? Now I can find the ones that are both TVOD&amp;amp;SVOD but they are not showing up as TVOD separated or SVOD separated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;if(("New_denmark_rights_SVOD" &amp;lt; 0 AND "New_denmark_rights_TVOD" &amp;lt; 0) OR ("New_finland_rights_SVOD" &amp;lt; 0 AND "New_finland_rights_TVOD" &amp;lt; 0) OR ("New_norway_rights_SVOD" &amp;lt; 0 AND "New_norway_rights_TVOD" &amp;lt; 0) OR ("New_sweden_rights_SVOD" &amp;lt; 0 AND "New_sweden_rights_TVOD" &amp;lt; 0), 'SVOD&amp;amp;TVOD',&lt;BR /&gt; if("New_denmark_rights_SVOD" &amp;lt; 0 OR "New_finland_rights_SVOD" &amp;lt; 0 OR "New_norway_rights_SVOD" &amp;lt; 0 OR "New_sweden_rights_SVOD" &amp;lt; 0, 'SVOD',&lt;BR /&gt; if("New_denmark_rights_TVOD" &amp;lt; 0 OR "New_finland_rights_TVOD" &amp;lt; 0 OR "New_norway_rights_TVOD" &amp;lt; 0 OR "New_sweden_rights_TVOD" &amp;lt; 0, 'TVOD', 'Other'))) as Product&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to do it? I'm having all the rights in our DB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 12:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230622#M82434</guid>
      <dc:creator />
      <dc:date>2011-02-25T12:36:03Z</dc:date>
    </item>
    <item>
      <title>Trying to filter out groups and intersections between groups</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230623#M82435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Can u share ur sample application or some examples so i can help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 13:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230623#M82435</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2011-02-25T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Trying to filter out groups and intersections between groups</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230624#M82436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you need to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 14:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230624#M82436</guid>
      <dc:creator />
      <dc:date>2011-02-25T14:39:31Z</dc:date>
    </item>
    <item>
      <title>Trying to filter out groups and intersections between groups</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230625#M82437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So... rather than have it show up as Product = 'SVOD&amp;amp;TVOD', you would like it to show up if Product = 'SVOD' is selected OR if Product = 'TVOD' is selected? For that, you'd want two rows, one with Product = 'SVOD' and one with Product = 'TVOD'. Assuming you have an ID field on the original table, you could make a new table to store the products:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;ID, Product&lt;BR /&gt;SVOD Movie #1, SVOD&lt;BR /&gt;TVOD Movie #2, TVOD&lt;BR /&gt;SVOD&amp;amp;TVOD Movie #3, SVOD&lt;BR /&gt;SVOD&amp;amp;TVOD Movie #3, TVOD&lt;/P&gt;&lt;P&gt;No idea if I'm understanding, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 22:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-filter-out-groups-and-intersections-between-groups/m-p/230625#M82437</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-25T22:49:08Z</dc:date>
    </item>
  </channel>
</rss>

