<?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 Exclude data based on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279946#M499916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Trent that works a treat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DV - many thanks for you response too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 12:30:49 GMT</pubDate>
    <dc:creator>Sunil_Kenth</dc:creator>
    <dc:date>2011-06-14T12:30:49Z</dc:date>
    <item>
      <title>Exclude data based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279943#M499913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data set which has some 'dirty' data in.&amp;nbsp; I would like to exclude this dirty data when a selection is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A selection box called 'Status', with the following values:&lt;/P&gt;&lt;P&gt;Active&lt;/P&gt;&lt;P&gt;Cancelled&lt;/P&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;P&gt;On Hold&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table box containing the following columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Start Date&lt;/P&gt;&lt;P&gt;Finish Date&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;% Complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i would like to do is exclude entries in the table box that have a value of 100% in the '%Complete' column when the 'Active' status is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figure i need some sort of set analysis to do this but not sure what the syntax is and where i would place this syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 12:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279943#M499913</guid>
      <dc:creator>Sunil_Kenth</dc:creator>
      <dc:date>2011-06-10T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Exclude data based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279944#M499914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be better off getting rid of those in the script or just make a flag for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([% Complete]=1 and Status='Active',1,0) as 'Exclusion Flag'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you just always have 0 selected if you really wanted to load them.&amp;nbsp; If you have other things you want to exclude, you could just add them in there as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 15:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279944#M499914</guid>
      <dc:creator />
      <dc:date>2011-06-10T15:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279945#M499915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Sunil - Yes, you might need set analysis. Please can you post an sample QV document and also can you explain in more detail with text boxes. It will help us to solve the issue ASAP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Cheers - &lt;STRONG&gt;DV&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 20:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279945#M499915</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-06-10T20:51:44Z</dc:date>
    </item>
    <item>
      <title>Exclude data based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279946#M499916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Trent that works a treat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DV - many thanks for you response too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 12:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-based-on-selection/m-p/279946#M499916</guid>
      <dc:creator>Sunil_Kenth</dc:creator>
      <dc:date>2011-06-14T12:30:49Z</dc:date>
    </item>
  </channel>
</rss>

