<?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: IF to exclude values in dimension/table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992791#M644774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was doing it wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another question. How do I do a count distinct in set analysis Im trying:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Active={'Y'}, Role={'A','B'}&amp;gt;}NoOfDaysOver30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to count distinct on name so it groups all the names together and gives me a score of 1 per name over 30 but this would also need to be based on latest date I believe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 08:53:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-11T08:53:26Z</dc:date>
    <item>
      <title>IF to exclude values in dimension/table</title>
      <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992786#M644769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make a pivot table that shows Names according to the below criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Active = Y (so do not include N values)&lt;/P&gt;&lt;P&gt;Role = A or B (so do not include C values)&lt;/P&gt;&lt;P&gt;Type = N or V (so do not include E values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below if statement is what I used in the dimension but I still get values returning that include E values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Active='Y' and Role='A' or Role='B' and Type='N' or Type='V', Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone assist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 15:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992786#M644769</guid>
      <dc:creator />
      <dc:date>2015-12-10T15:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: IF to exclude values in dimension/table</title>
      <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992787#M644770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this with parenthesis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(Active='Y' and &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;Role='A' or Role='B'&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; and &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;Type='N' or Type='V'&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, Name)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 15:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992787#M644770</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T15:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: IF to exclude values in dimension/table</title>
      <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992788#M644771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, unfortunately it didn't work. Are ther any other ways to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 16:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992788#M644771</guid>
      <dc:creator />
      <dc:date>2015-12-10T16:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: IF to exclude values in dimension/table</title>
      <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992789#M644772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why it won't work, would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992789#M644772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: IF to exclude values in dimension/table</title>
      <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992790#M644773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Active='Y'&amp;nbsp; and match(Role,'A','B') and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;match(Type,'N','V') , Name)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992790#M644773</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-10T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: IF to exclude values in dimension/table</title>
      <link>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992791#M644774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was doing it wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another question. How do I do a count distinct in set analysis Im trying:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Active={'Y'}, Role={'A','B'}&amp;gt;}NoOfDaysOver30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to count distinct on name so it groups all the names together and gives me a score of 1 per name over 30 but this would also need to be based on latest date I believe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-to-exclude-values-in-dimension-table/m-p/992791#M644774</guid>
      <dc:creator />
      <dc:date>2015-12-11T08:53:26Z</dc:date>
    </item>
  </channel>
</rss>

