<?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 Exporting variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147651#M26062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a VB macro to store them in a text file or clipboard.&lt;/P&gt;&lt;P&gt;From API Guide:&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;P&gt;THis will loop through all the document variables, and within the for-next loop you can insert a line in a text file.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2009 20:51:30 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2009-06-24T20:51:30Z</dc:date>
    <item>
      <title>Exporting variables</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147650#M26061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large application with too many variables to document esily. Is there a method to export all the variables into a file for documentation puposes/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 20:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147650#M26061</guid>
      <dc:creator>sczetty</dc:creator>
      <dc:date>2009-06-24T20:45:25Z</dc:date>
    </item>
    <item>
      <title>Exporting variables</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147651#M26062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a VB macro to store them in a text file or clipboard.&lt;/P&gt;&lt;P&gt;From API Guide:&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;P&gt;THis will loop through all the document variables, and within the for-next loop you can insert a line in a text file.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 20:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147651#M26062</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-06-24T20:51:30Z</dc:date>
    </item>
    <item>
      <title>Exporting variables</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147652#M26063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this looks like a good workaround to a missing feature!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 21:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-variables/m-p/147652#M26063</guid>
      <dc:creator>sczetty</dc:creator>
      <dc:date>2009-06-24T21:01:05Z</dc:date>
    </item>
  </channel>
</rss>

