<?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 variables in qvd-Files? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230346#M504800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And maybe you could create a qvd with variable name and variable value.&lt;/P&gt;&lt;P&gt;In this case you could have more than one variable in your qvd file... &lt;IMG alt="Indifferent" src="http://community.qlik.com/emoticons/emotion-8.gif" /&gt;&lt;/P&gt;&lt;P&gt;After when you load it you do a loop to retrieve all variables names and values...&lt;/P&gt;&lt;P&gt;To test, but I think that should work...&lt;/P&gt;&lt;P&gt;No I don't have an example for the time being, But I will try that tomorrow...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 02:43:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-04T02:43:33Z</dc:date>
    <item>
      <title>variables in qvd-Files?</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230343#M504797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL class="noindent"&gt;&lt;LI&gt;Is it possible to store variables in qvd-Files in order to read their values later?&lt;/LI&gt;&lt;LI&gt;How could that be accomplished?&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 21:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230343#M504797</guid>
      <dc:creator>swegener</dc:creator>
      <dc:date>2009-11-03T21:19:03Z</dc:date>
    </item>
    <item>
      <title>variables in qvd-Files?</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230344#M504798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not?&lt;/P&gt;&lt;P&gt;Should be a script like the below (not tested):&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LET sMyVariable = 'TEST';&lt;BR /&gt;VarTable: LOAD $(sMyVariable) AS TableField AUTOGENERATE 1;&lt;BR /&gt;STORE VarTable INTO .\VarTable.qvd;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 02:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230344#M504798</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-04T02:19:52Z</dc:date>
    </item>
    <item>
      <title>variables in qvd-Files?</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230345#M504799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And when you want to read that information you can use either&lt;/P&gt;&lt;P&gt;&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;peek(TableField,0)&lt;BR /&gt;or&lt;BR /&gt;FieldValue(TableField,1)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Those should return the field value so you can use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 02:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230345#M504799</guid>
      <dc:creator />
      <dc:date>2009-11-04T02:26:08Z</dc:date>
    </item>
    <item>
      <title>variables in qvd-Files?</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230346#M504800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And maybe you could create a qvd with variable name and variable value.&lt;/P&gt;&lt;P&gt;In this case you could have more than one variable in your qvd file... &lt;IMG alt="Indifferent" src="http://community.qlik.com/emoticons/emotion-8.gif" /&gt;&lt;/P&gt;&lt;P&gt;After when you load it you do a loop to retrieve all variables names and values...&lt;/P&gt;&lt;P&gt;To test, but I think that should work...&lt;/P&gt;&lt;P&gt;No I don't have an example for the time being, But I will try that tomorrow...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 02:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230346#M504800</guid>
      <dc:creator />
      <dc:date>2009-11-04T02:43:33Z</dc:date>
    </item>
    <item>
      <title>variables in qvd-Files?</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230347#M504801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally I did it,&lt;/P&gt;&lt;P&gt;In this example variables are loaded from an inline table, but from a qvd this is the same:&lt;/P&gt;&lt;P&gt;tables_variables:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Variable_name, Variable_value&lt;BR /&gt; asterix, smart&lt;BR /&gt; obelix, big&lt;BR /&gt; idefix, fast&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for i=0 to noofrows('tables_variables')-1&lt;BR /&gt; LET var_name= peek('Variable_name',i,'tables_variables');&lt;BR /&gt; LET $(var_name) = peek('Variable_value',i,'tables_variables');&lt;BR /&gt;next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just reload and ... Tada ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 03:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230347#M504801</guid>
      <dc:creator />
      <dc:date>2009-11-04T03:35:26Z</dc:date>
    </item>
    <item>
      <title>variables in qvd-Files?</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230348#M504802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your solutions. They will help me to solve the problem. But they also show me that there seems to be no way to just copy variables and their values from a qvw-File to a qvd-File and from there to another qvw-File. I will have to convert variables into internal tables.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;S. Wegener&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 17:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-qvd-Files/m-p/230348#M504802</guid>
      <dc:creator>swegener</dc:creator>
      <dc:date>2009-11-04T17:07:41Z</dc:date>
    </item>
  </channel>
</rss>

