<?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: How to make a Dimension Ignore a specific Selection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687006#M677553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about... =if(Field &amp;lt;&amp;gt; 'Value', Dimension) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 14:09:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-16T14:09:32Z</dc:date>
    <item>
      <title>How to make a Dimension Ignore a specific Selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687003#M677548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have the following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a certain table and I want the table to ignore a selection in a specific field.&lt;/P&gt;&lt;P&gt;When taking into account the Expressions- no problem here, I use set analysis and successfully ignore that field selection/&lt;/P&gt;&lt;P&gt;However, I have a calculated dimension without any set analysis....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to make this calculated dimension to ignore a specific field selection without set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;P&gt;Ella&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687003#M677548</guid>
      <dc:creator />
      <dc:date>2014-06-16T13:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Dimension Ignore a specific Selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687004#M677549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi look at the below post.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1334"&gt;http://community.qlik.com/docs/DOC-1334&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687004#M677549</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-16T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Dimension Ignore a specific Selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687005#M677551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not relevant.&lt;/P&gt;&lt;P&gt;I specifically wrote without set analysis and you gave me a blog about set analysis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687005#M677551</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Dimension Ignore a specific Selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687006#M677553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about... =if(Field &amp;lt;&amp;gt; 'Value', Dimension) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687006#M677553</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Dimension Ignore a specific Selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687007#M677555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Field)=0,CalculatedDimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Dimension-Ignore-a-specific-Selection/m-p/687007#M677555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T14:26:46Z</dc:date>
    </item>
  </channel>
</rss>

