<?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 using load script to filter Reporting_Code&amp;lt;10026 ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061601#M638975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QV Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 03:44:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-20T03:44:53Z</dc:date>
    <item>
      <title>How to using load script to filter Reporting_Code&lt;10026 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061600#M638973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below code :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1:13, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @14:46, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @106:122, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @123:n as Reporting_Code&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(fix, codepage is 1252, no eof);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will display Reporting_Code as below :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10000&lt;/P&gt;&lt;P&gt;10011&lt;/P&gt;&lt;P&gt;10026&lt;/P&gt;&lt;P&gt;10030&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is what is the script i need to add , so that it will only keep those Reporting Code less then 10026 ? So that my QV Doc will only have 2 row of record.&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;Paul ( I am using my friend account as my account cannot log in )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 03:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061600#M638973</guid>
      <dc:creator />
      <dc:date>2016-04-20T03:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to using load script to filter Reporting_Code&lt;10026 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061601#M638975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QV Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 03:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061601#M638975</guid>
      <dc:creator />
      <dc:date>2016-04-20T03:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to using load script to filter Reporting_Code&lt;10026 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061602#M638977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eksa Susanto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilize clause where like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD @1:13, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @14:46, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @106:122, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @123:n as Reporting_Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(fix, codepage is 1252, no eof)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@123:n &amp;lt; 10026;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-using-load-script-to-filter-Reporting-Code-lt-10026/m-p/1061602#M638977</guid>
      <dc:creator>jonas_rezende</dc:creator>
      <dc:date>2016-04-20T12:06:08Z</dc:date>
    </item>
  </channel>
</rss>

