<?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 macro:variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185159#M49766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello at ALL,&lt;/P&gt;&lt;P&gt;I would to know why this WV example doesn't work.&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;BR /&gt; sub var&lt;/P&gt;&lt;P&gt;set a= ActiveDocument.Variables("Variable1")&lt;BR /&gt;a.SetContent "123",true&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;/P&gt;&lt;P&gt;returns an error..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2009 16:17:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-14T16:17:28Z</dc:date>
    <item>
      <title>macro:variable</title>
      <link>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185159#M49766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello at ALL,&lt;/P&gt;&lt;P&gt;I would to know why this WV example doesn't work.&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;BR /&gt; sub var&lt;/P&gt;&lt;P&gt;set a= ActiveDocument.Variables("Variable1")&lt;BR /&gt;a.SetContent "123",true&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;/P&gt;&lt;P&gt;returns an error..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 16:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185159#M49766</guid>
      <dc:creator />
      <dc:date>2009-09-14T16:17:28Z</dc:date>
    </item>
    <item>
      <title>AW:macro:variable</title>
      <link>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185160#M49767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you already added Variable1 (eg in Variable overview)?&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 16:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185160#M49767</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-14T16:20:59Z</dc:date>
    </item>
    <item>
      <title>AW:macro:variable</title>
      <link>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185161#M49768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No I have not. Why= first I have to create a variable called "a" and after I have to add and test the API script?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 16:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185161#M49768</guid>
      <dc:creator />
      <dc:date>2009-09-14T16:25:47Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:macro:variable</title>
      <link>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185162#M49769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yo have to create "Variable1" first, not "a". "a" is only the object reference in VBscript to this "Variable1". If "Variable1" does not exist, then the object "a" cannot be instantiated, thus the macro fails.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 16:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185162#M49769</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-14T16:30:07Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:macro:variable</title>
      <link>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185163#M49770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, now the variables works..&lt;/P&gt;&lt;P&gt;Thans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 16:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-variable/m-p/185163#M49770</guid>
      <dc:creator />
      <dc:date>2009-09-14T16:41:21Z</dc:date>
    </item>
  </channel>
</rss>

