<?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 Export Variable Overview variables to a QlikView table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181081#M47237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you defining test? I think you are probable saying:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Set test = 10/100;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Instead use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Let test = 10/100;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should force QlikView to evaluate the formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2010 15:34:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-08T15:34:50Z</dc:date>
    <item>
      <title>Export Variable Overview variables to a QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181080#M47236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable (we'll call test) that I've created in the Variable Overview (test=10/100) . I want to export the result (.10) of that variable to a QlikView table so I can concatenate it with another table. Below Inline code almost gives me what I need except for the test variable shows the formula (=10/100) instead of the result (.10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Variables:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;BR /&gt;qlik_id,static_evalue&lt;BR /&gt;6.6,$(test)&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm probably missing something really easy. Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 14:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181080#M47236</guid>
      <dc:creator />
      <dc:date>2010-06-08T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Export Variable Overview variables to a QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181081#M47237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you defining test? I think you are probable saying:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Set test = 10/100;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Instead use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Let test = 10/100;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should force QlikView to evaluate the formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 15:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181081#M47237</guid>
      <dc:creator />
      <dc:date>2010-06-08T15:34:50Z</dc:date>
    </item>
    <item>
      <title>Export Variable Overview variables to a QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181082#M47238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just put your variable between ' '&lt;/P&gt;&lt;P&gt;Variables:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;BR /&gt;qlik_id,static_evalue&lt;BR /&gt;6.6,'$(test)'&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 15:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181082#M47238</guid>
      <dc:creator />
      <dc:date>2010-06-08T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Export Variable Overview variables to a QlikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181083#M47239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've posted a *.qvw so you can see how I'm defining things. The test variable is being defined in the Variable Overview (Settings/Variable Overview).&lt;/P&gt;&lt;P&gt;I tried putting quotes around the $(test) variable in my Inline statement like you mentioned above Erico, but it's still loading the formula from the Variable Overview instead of the result of the formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 15:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Variable-Overview-variables-to-a-QlikView-table/m-p/181083#M47239</guid>
      <dc:creator />
      <dc:date>2010-06-08T15:50:29Z</dc:date>
    </item>
  </channel>
</rss>

