<?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 Excluding the value from a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177277#M44952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The following expression should resolve the issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=IF(Area='East' AND Group='B',Null(),Group)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The document is also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 14:07:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-20T14:07:50Z</dc:date>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177268#M44943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Imagine North,East,South and West are the area and A,B,C and are the groups which are there in each of the area. What I want to do is I want to exclude B group only from the East area. Rest of the area can have all the groups. I want to do this filteration at the dimension level.&lt;/P&gt;&lt;P&gt;Could you please help me out!&lt;/P&gt;&lt;P&gt;I wrote the below code to to exclude East from the Area. I don't know what is the code I have to write to exclude B Group only in East Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Area&amp;lt;&amp;gt;'East',Area)&lt;/P&gt;&lt;P&gt;----------------- Data for your understanding -----------------&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Area&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;North&lt;/P&gt;&lt;P&gt;East&lt;/P&gt;&lt;P&gt;South&lt;/P&gt;&lt;P&gt;West&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177268#M44943</guid>
      <dc:creator />
      <dc:date>2011-01-20T12:18:14Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177269#M44944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;&amp;lt;from table &amp;gt;&lt;/P&gt;&lt;P&gt;where Group &amp;lt;&amp;gt;'B';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177269#M44944</guid>
      <dc:creator />
      <dc:date>2011-01-20T12:22:41Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177270#M44945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Surender&lt;/P&gt;&lt;P&gt;But I don't want to do that at script level. Do you have anyother suggestion other than doing at the script level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177270#M44945</guid>
      <dc:creator />
      <dc:date>2011-01-20T12:25:27Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177271#M44946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to do it in the chart level u should use&lt;/P&gt;&lt;P&gt;if(Group &amp;lt;&amp;gt;'B',Area) as dimension. Also make sure u supress null values for this dimension on the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177271#M44946</guid>
      <dc:creator />
      <dc:date>2011-01-20T12:35:40Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177272#M44947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried that but it is incorrect.&lt;/P&gt;&lt;P&gt;The code which you have given will exclude Group:B from all the Areas. Where as I want to exclude Group:B only from East(Area).&lt;/P&gt;&lt;P&gt;Its tricky right!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177272#M44947</guid>
      <dc:creator />
      <dc:date>2011-01-20T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177273#M44948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use&lt;/P&gt;&lt;P&gt;if(Group &amp;lt;&amp;gt;'B' and Area &amp;lt;&amp;gt;'East' ,Area)&lt;/P&gt;&lt;P&gt;here the codition has to fullfill both the conditions and will produce the desired output.&lt;/P&gt;&lt;P&gt;Please do le me know if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177273#M44948</guid>
      <dc:creator />
      <dc:date>2011-01-20T12:55:31Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177274#M44949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Surender you are wrong again.&lt;/P&gt;&lt;P&gt;Area&amp;lt;&amp;gt;East will exlude East from the Area. Where as I don't want to do that.&lt;/P&gt;&lt;P&gt;I just want to Exclude Group B one and only from Group called East. In short A,C,D groups can be there in East but B should not be there in East(Only in East).&lt;/P&gt;&lt;P&gt;Very tricky isn't? I am also trying this from long time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 13:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177274#M44949</guid>
      <dc:creator />
      <dc:date>2011-01-20T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177275#M44950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls send me the qv doc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 13:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177275#M44950</guid>
      <dc:creator />
      <dc:date>2011-01-20T13:03:33Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177276#M44951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surender&lt;/P&gt;&lt;P&gt;As requested attached you the doc. Hope it will be easy now for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 13:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177276#M44951</guid>
      <dc:creator />
      <dc:date>2011-01-20T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177277#M44952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The following expression should resolve the issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=IF(Area='East' AND Group='B',Null(),Group)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The document is also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177277#M44952</guid>
      <dc:creator />
      <dc:date>2011-01-20T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177278#M44953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What Haneesh suggested is the right method. Please find attached the QVW file again.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sajeevan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177278#M44953</guid>
      <dc:creator />
      <dc:date>2011-01-20T14:21:02Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177279#M44954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Haneesh&lt;/P&gt;&lt;P&gt;But could you please explain what does that code does. What does that Null() do in the if condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177279#M44954</guid>
      <dc:creator />
      <dc:date>2011-01-20T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177280#M44955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function null() returns a null value. When the condition is satisfied (Area='East' AND Group='B'), then a null value will be returned, else the group value will be returned. So, in this case when the condition is satisfied we get a null value and the chart will suppress this null value.&lt;/P&gt;&lt;P&gt;Hope this explains the expression clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177280#M44955</guid>
      <dc:creator />
      <dc:date>2011-01-20T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Excluding the value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177281#M44956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haneesh,&lt;/P&gt;&lt;P&gt;Understood now!!!&lt;/P&gt;&lt;P&gt;If Area='East' and Group='B' then it will be Null() or else it wil display the group.&lt;/P&gt;&lt;P&gt;Many thanks to you and Sajeevan too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-the-value-from-a-dimension/m-p/177281#M44956</guid>
      <dc:creator />
      <dc:date>2011-01-20T14:58:39Z</dc:date>
    </item>
  </channel>
</rss>

