<?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 Help with editing my script... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263574#M1207332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, that worked. Thanks for your help.&lt;/P&gt;&lt;P&gt;Easy when you know how!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 14:45:57 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2010-06-23T14:45:57Z</dc:date>
    <item>
      <title>Help with editing my script...</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263570#M1207328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this will be an easy one to answer,&lt;/P&gt;&lt;P&gt;I am reporting on transactions for my company,I need to display my results for transaction numbers between 1000000 - 2000000 and exclude everything else.&lt;/P&gt;&lt;P&gt;i know how to show values under a number i,e show values below transaction number 1000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM &lt;I&gt;$(cFileName)&lt;/I&gt; (qvd) WHERE DealNumber &amp;lt; 1000000 ;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But how do i stop it from displaying values higher than 2000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263570#M1207328</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-06-23T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Help with editing my script...</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263571#M1207329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help anyone?....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263571#M1207329</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-06-23T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Help with editing my script...</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263572#M1207330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'd try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FROM $(cFileName) (qvd) WHERE DealNumber &amp;gt;= 1000000 AND DealNumber &amp;lt;= 2000000&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263572#M1207330</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-06-23T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Help with editing my script...</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263573#M1207331</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 i understood my question, below is your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;FROM &lt;I&gt;$(cFileName)&lt;/I&gt; (qvd) WHERE DealNumber &amp;gt;= 1000000 and DealNumber &amp;lt;= 2000000 ;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263573#M1207331</guid>
      <dc:creator />
      <dc:date>2010-06-23T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Help with editing my script...</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263574#M1207332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, that worked. Thanks for your help.&lt;/P&gt;&lt;P&gt;Easy when you know how!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-editing-my-script/m-p/263574#M1207332</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-06-23T14:45:57Z</dc:date>
    </item>
  </channel>
</rss>

