<?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 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000472#M950143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have field that have manu values but I don't wanted show particular value from that list through button action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;Filed_Test:&lt;/P&gt;&lt;P&gt;AA&lt;/P&gt;&lt;P&gt;BB&lt;/P&gt;&lt;P&gt;CC&lt;/P&gt;&lt;P&gt;DD&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;P&gt;FF&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to show all except DD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 12:53:57 GMT</pubDate>
    <dc:creator>priyarane</dc:creator>
    <dc:date>2015-12-11T12:53:57Z</dc:date>
    <item>
      <title>Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000472#M950143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have field that have manu values but I don't wanted show particular value from that list through button action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;Filed_Test:&lt;/P&gt;&lt;P&gt;AA&lt;/P&gt;&lt;P&gt;BB&lt;/P&gt;&lt;P&gt;CC&lt;/P&gt;&lt;P&gt;DD&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;P&gt;FF&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to show all except DD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000472#M950143</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-12-11T12:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000473#M950144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a listbox with a calculated dimension, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF (Field_Test &amp;lt;&amp;gt; 'DD', Field_Test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add some logic that tests a button-controlled variable to see whether the listbox should show all values or filter some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000473#M950144</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-11T12:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000474#M950145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found this .qvw, maybe it can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000474#M950145</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-11T12:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000475#M950146</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;Quickest is like Peter has suggested, if you are going to be using in a number of places i would do it in script.&lt;/P&gt;&lt;P&gt;like &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;IF(Field_Test &amp;lt;&amp;gt; 'DD', Field_Test)&amp;nbsp; as Field_Test1,&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Mark&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000475#M950146</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-12-11T12:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000476#M950147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For restricting values in a list field , "IF" condition will serve your purpose as mentioned above my Mark and others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000476#M950147</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-11T13:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000477#M950148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above all suggestion can work out in List box but I have to show the result in Straight table as dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000477#M950148</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-12-11T13:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000478#M950149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well all the above options would work in both a list box and dimension.&lt;/P&gt;&lt;P&gt;just add a calculated dimension, although if scripted you can just add it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000478#M950149</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-12-11T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000479#M950150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use a calculated dimension (Peter's suggestion should still work)&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;=IF(Field_Test &amp;lt;&amp;gt; 'DD', Field_Test)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000479#M950150</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-11T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000480#M950151</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;Use it in the straight table as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension :&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF(Field_Test &amp;lt;&amp;gt; 'DD', Field_Test)&lt;/SPAN&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;Make sure you set the "Supress When value is null" for dimension.&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Thanks,Hemanth.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 14:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000480#M950151</guid>
      <dc:creator>hemhund2016</dc:creator>
      <dc:date>2015-12-11T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000481#M950152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimension with if condition should do the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 15:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values/m-p/1000481#M950152</guid>
      <dc:creator>thakkarrahul01</dc:creator>
      <dc:date>2015-12-11T15:27:03Z</dc:date>
    </item>
  </channel>
</rss>

