<?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: Exclude data from a list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616855#M227389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;assuming a chart with dimension Dim3, expression sum(...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this calculated dimension (to exclude values X and Y from dimension)&lt;/P&gt;&lt;P&gt;=if(match(Dim3, 'X', 'Y',), null(), Dim3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and flag "Suppress when value is null" if you want suppress the row with null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it depends on your chart as Peter suggests&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2014 10:18:11 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-09T10:18:11Z</dc:date>
    <item>
      <title>Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616850#M227384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I have a major problem and i could not solve it yet... &lt;/P&gt;&lt;P&gt;I have chart with calculated dimension... i want to exclude some data from a list of data in calculated dimension... actually i want to this in calculated dimension expression.... &lt;/P&gt;&lt;P&gt;can anyone please help me on this ,, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&amp;nbsp; a lot&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sahar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 04:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616850#M227384</guid>
      <dc:creator />
      <dc:date>2014-03-09T04:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616851#M227385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If anyone can give me a solution to add a list of data to another list and show them in calculated dimension, my problem will be solved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Sahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 05:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616851#M227385</guid>
      <dc:creator />
      <dc:date>2014-03-09T05:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616852#M227386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sahar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this:&lt;/P&gt;&lt;P&gt;where&amp;nbsp; Field &amp;lt;&amp;gt; exclude_Part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 07:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616852#M227386</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-03-09T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616853#M227387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, read this: &lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the future it will help you write your question in such a way that it elicits more responses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The technique to exclude values from a dimension largely depends on the code used in your chart, both in calculated dimension and expressions. Please post both your calculated dimension and your expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 10:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616853#M227387</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-03-09T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616854#M227388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your quickly response ... &lt;/P&gt;&lt;P&gt;how can i use &amp;lt;&amp;gt; in calculation Dimension... can you please enplane more detail... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 10:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616854#M227388</guid>
      <dc:creator />
      <dc:date>2014-03-09T10:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616855#M227389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;assuming a chart with dimension Dim3, expression sum(...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this calculated dimension (to exclude values X and Y from dimension)&lt;/P&gt;&lt;P&gt;=if(match(Dim3, 'X', 'Y',), null(), Dim3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and flag "Suppress when value is null" if you want suppress the row with null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it depends on your chart as Peter suggests&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 10:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616855#M227389</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-09T10:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616856#M227390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi peter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kindly response... &lt;/P&gt;&lt;P&gt;actually the problem is from BTS Analysis Dashboard.... in this dashboard we divided BTS in 9 section ....suppose the 3*3 matrix.... &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54582_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;Suppose i have a chart base on the segmentation like the above picture and the dim of chart must show the BTSs that are in section 1,2 and 3 &lt;/P&gt;&lt;P&gt;so i have to use calculated dimension .suppose i need to show bts in section 1 in that case my calculated dimension is something like: if (x&amp;gt;=1.5 and y&amp;gt;=1.5,BTS)... but i dont know how can i write an expression for section 1 and 2 and 3 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Sahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 12:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-from-a-list/m-p/616856#M227390</guid>
      <dc:creator />
      <dc:date>2014-03-09T12:33:14Z</dc:date>
    </item>
  </channel>
</rss>

