<?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 remove field values from results? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788097#M1045085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use conditional reload&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from where B&amp;lt;&amp;gt;3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can do this in UI as using expression in list box or calculated dimension in objects&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Field=3,null(),Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Supress nulls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 12:00:30 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-11-20T12:00:30Z</dc:date>
    <item>
      <title>How to remove field values from results?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788096#M1045084</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'm fairly new to qlikview and programming in general and I was wondering if anyone had any ideas about how to remove a field value from a result.&lt;/P&gt;&lt;P&gt;By this I mean I have a field A and the values within the field are 1,2,3,4,5. Is there any flexible formulas whereby I could just remove value 3 from the coding and keep it flexible so that if 6,7,8 etc were to come through in a later upload they would still carry through. The best method I have at the moment is just to lock the field but this is not particularly flexible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an aside would anybody have any suggestions as to where to go to learn the basics concepts of the type of programming I might need for qlikview (preferably without costing).&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, 20 Nov 2014 11:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788096#M1045084</guid>
      <dc:creator />
      <dc:date>2014-11-20T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values from results?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788097#M1045085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use conditional reload&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from where B&amp;lt;&amp;gt;3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can do this in UI as using expression in list box or calculated dimension in objects&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Field=3,null(),Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Supress nulls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788097#M1045085</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-20T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values from results?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788098#M1045086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. I just basically did the last line but with A which seemed to work for what I wanted. Can you tell me what &amp;lt;&amp;gt; means in terms of coding?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788098#M1045086</guid>
      <dc:creator />
      <dc:date>2014-11-20T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to remove field values from results?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788099#M1045087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;gt; is just not equal to (!= in other scripting languages).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788099#M1045087</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-11-20T12:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values from results?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788100#M1045088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It returns anything lesser than '&amp;lt;' or greater than '&amp;gt;' your value... so in essence everything which is not equal to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-field-values-from-results/m-p/788100#M1045088</guid>
      <dc:creator />
      <dc:date>2014-11-20T13:07:01Z</dc:date>
    </item>
  </channel>
</rss>

