<?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 Getting started filtering records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425312#M1159015</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 a complete beginner with Qlikview, and have finished the sample tutorial based on Northwind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now started to put it together with my own data and am struggling to understand the selection concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that contains a number of documents that are sent to a third party for printing. In this table there is a column called 'PrintReason'. I would like to exclude one of my PrintReasons from the select fields on Tab1 of my work sheet, but I would like it available to other times I use the same field on a different tab so I can't exclude that using a 'Where &amp;lt;&amp;gt;' type expression in my LOAD/Select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I have this one PrintReason not appear in the fields on tab 1, but have it appear in a field on tab 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense, I'm just starting to feel my way around the product so I'm not 100% sure of the terminology used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 16:16:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-11T16:16:37Z</dc:date>
    <item>
      <title>Getting started filtering records</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425312#M1159015</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 a complete beginner with Qlikview, and have finished the sample tutorial based on Northwind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now started to put it together with my own data and am struggling to understand the selection concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that contains a number of documents that are sent to a third party for printing. In this table there is a column called 'PrintReason'. I would like to exclude one of my PrintReasons from the select fields on Tab1 of my work sheet, but I would like it available to other times I use the same field on a different tab so I can't exclude that using a 'Where &amp;lt;&amp;gt;' type expression in my LOAD/Select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I have this one PrintReason not appear in the fields on tab 1, but have it appear in a field on tab 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense, I'm just starting to feel my way around the product so I'm not 100% sure of the terminology used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425312#M1159015</guid>
      <dc:creator />
      <dc:date>2013-02-11T16:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started filtering records</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425313#M1159016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy, just create 2 Fields. One full and one without some value. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , PrintReason as PrintReason_full&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , If(PrintReason &amp;lt;&amp;gt; 'Blablablabla', PrintReason) as PrintReason_small&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425313#M1159016</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-02-11T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started filtering records</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425314#M1159017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're using QV11 you can use alternate states. See &lt;A _jive_internal="true" href="https://community.qlik.com/thread/69336"&gt;here&lt;/A&gt; for a tutorial. The tutorial deals with a case that's probably a bit more complicated than yours, but the principles are the same. You want to use the same field with different states for different objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-started-filtering-records/m-p/425314#M1159017</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-11T16:40:08Z</dc:date>
    </item>
  </channel>
</rss>

