<?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 vb script help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329757#M121398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp; this statement it works only "&amp;gt;=" and not &amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;f1.select("&amp;gt;=" &amp;amp; v &amp;amp; "&amp;lt;w")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;I tried to fix it but i cannot&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 16:40:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-29T16:40:24Z</dc:date>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329752#M121393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help in vbscript&lt;/P&gt;&lt;P&gt;I have two fields Date and Sales&lt;/P&gt;&lt;P&gt;I create a variable as vStartDate and one as vEndDate.I want to create a button which sum Sales from vStartDate&amp;nbsp; to vEndDate.&lt;/P&gt;&lt;P&gt;This is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub calc&lt;/P&gt;&lt;P&gt;set q = ActiveDocument&lt;/P&gt;&lt;P&gt;q.ClearAll (True)&lt;/P&gt;&lt;P&gt;Set f1=q.GetField("DATE")&lt;/P&gt;&lt;P&gt;Set v1 = ActiveDocument.Variables("vStartDate")&lt;/P&gt;&lt;P&gt;v=v1.GetContent.String&lt;/P&gt;&lt;P&gt;Set w1 = ActiveDocument.Variables("vEndDate")&lt;/P&gt;&lt;P&gt;w=w1.GetContent.String&lt;/P&gt;&lt;P&gt;f1.select("&amp;gt;=v &amp;lt;w")&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it does nothing.Could anyone help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329752#M121393</guid>
      <dc:creator />
      <dc:date>2012-02-29T16:07:52Z</dc:date>
    </item>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329753#M121394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You need to adjust the security. Also give just a msgbox and see if it pops up. Your macro may not be running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329753#M121394</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2012-02-29T16:21:14Z</dc:date>
    </item>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329754#M121395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This line:&amp;nbsp; &lt;/P&gt;&lt;P&gt;f1.select("&amp;gt;=v &amp;lt;w")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;needs to be something like this:&lt;/P&gt;&lt;P&gt;f1.select("&amp;gt;=" &amp;amp; v &amp;amp; "&amp;lt;w")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329754#M121395</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-29T16:27:03Z</dc:date>
    </item>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329755#M121396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I give a msgbox and i works fine it gives me back the vStartdate and then the vEndDate. So i suppose th error is in &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;f1.select("&amp;gt;=v &amp;lt;w")&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can configure my security?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329755#M121396</guid>
      <dc:creator />
      <dc:date>2012-02-29T16:29:55Z</dc:date>
    </item>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329756#M121397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; security is set in the module editor. Yours is probably fine, since your msgbox works ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329756#M121397</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-29T16:35:26Z</dc:date>
    </item>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329757#M121398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp; this statement it works only "&amp;gt;=" and not &amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;f1.select("&amp;gt;=" &amp;amp; v &amp;amp; "&amp;lt;w")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;I tried to fix it but i cannot&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329757#M121398</guid>
      <dc:creator />
      <dc:date>2012-02-29T16:40:24Z</dc:date>
    </item>
    <item>
      <title>vb script help</title>
      <link>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329758#M121399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fix it thanks a lot for your advices ..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 17:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vb-script-help/m-p/329758#M121399</guid>
      <dc:creator />
      <dc:date>2012-02-29T17:03:34Z</dc:date>
    </item>
  </channel>
</rss>

