<?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 Re: Load a variable as a field value from Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457029#M435393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dafnis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what 's the value of the variable? do you want to make this variable into a input box to make a dynamic variable or something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is other way to make this happened, but not adding the variable into the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define the variable(for example, vtest) to some value. And in front-end, using if function : when the Metric Code = 107, then output is vtest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 07:24:55 GMT</pubDate>
    <dc:creator>uacg0009</dc:creator>
    <dc:date>2018-01-03T07:24:55Z</dc:date>
    <item>
      <title>Load a variable as a field value from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457027#M435391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to achieve the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Set a variable in the script &lt;/P&gt;&lt;P&gt;2. Define the variable as a value in Excel field&lt;/P&gt;&lt;P&gt;3. Load the field&amp;nbsp; from Excel and have the variable's value for that field?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 240px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" height="19" width="116"&gt;Metric Code&lt;/TD&gt;&lt;TD align="left" width="124"&gt;Metric Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;100&lt;/TD&gt;&lt;TD align="left"&gt;aaa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;105&lt;/TD&gt;&lt;TD align="left"&gt;bbb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;107&lt;/TD&gt;&lt;TD align="left"&gt;&lt;STRONG style="color: #993366;"&gt;$(VParam2) &amp;amp; 'zzz'&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 18:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457027#M435391</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2017-12-30T18:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load a variable as a field value from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457028#M435392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you explain further with example and&amp;nbsp; expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 19:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457028#M435392</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2018-01-02T19:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load a variable as a field value from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457029#M435393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dafnis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what 's the value of the variable? do you want to make this variable into a input box to make a dynamic variable or something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is other way to make this happened, but not adding the variable into the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define the variable(for example, vtest) to some value. And in front-end, using if function : when the Metric Code = 107, then output is vtest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 07:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457029#M435393</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-01-03T07:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load a variable as a field value from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457030#M435394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Metric Code] = 107, $(VParam2) &amp;amp; [Metric Name], [Metric Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 07:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-variable-as-a-field-value-from-Excel/m-p/1457030#M435394</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-03T07:30:24Z</dc:date>
    </item>
  </channel>
</rss>

