<?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 to list all Variable names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142330#M21809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes I can look at that API app all day and not find what was starring me in the face!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2009 21:55:12 GMT</pubDate>
    <dc:creator>markmccoid</dc:creator>
    <dc:date>2009-04-24T21:55:12Z</dc:date>
    <item>
      <title>Macro to list all Variable names</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142328#M21807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why I can't find this but I need to create a macro that will return all the variable names in a document.&lt;/P&gt;&lt;P&gt;Anybody know how to do this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 21:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142328#M21807</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2009-04-24T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Macro to list all Variable names</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142329#M21808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use this function &lt;I&gt;GetVariableDescriptions in your macro. You can find it in the APIGuide.qvw&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;Example in the APIGuide.qvw :&lt;/P&gt;&lt;P&gt;rem ** Show name of all variables in document **&lt;BR /&gt;set vars = ActiveDocument.GetVariableDescriptions&lt;BR /&gt;for i = 0 to vars.Count - 1&lt;BR /&gt; set v = vars.Item(i)&lt;BR /&gt; msgbox(v.Name)&lt;BR /&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 21:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142329#M21808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-24T21:32:44Z</dc:date>
    </item>
    <item>
      <title>Macro to list all Variable names</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142330#M21809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes I can look at that API app all day and not find what was starring me in the face!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 21:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-list-all-Variable-names/m-p/142330#M21809</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2009-04-24T21:55:12Z</dc:date>
    </item>
  </channel>
</rss>

