<?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 Using field content as variable name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273577#M622600</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;I have a problem with using the content of a field as a variable name that needs to be expanded.&lt;/P&gt;&lt;P&gt;Consider this situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script i set these (i want the users to be able to play with these values)&lt;/P&gt;&lt;P&gt;LET vNiveau1Factor = 10;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET vNiveau2Factor = 20;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET vNiveau3Factor = 30;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET vNiveau4Factor = 40;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INLINE table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid rgb(0, 0, 0); width: 311px; height: 114px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Niveau&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Factor&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau1Factor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau2Factor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau3Factor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau4Factor&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHART&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="158" style="border: 1px solid rgb(0, 0, 0); width: 772px; height: 160px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension (Niveau)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Expression 1: =Factor&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Expression2: ?????&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau1Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;I would like to have an expression here that shows 10 (or current value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau2Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have an expression here that shows 20 (or current value)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau3Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have an expression here that shows 30 (or current value)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau4Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have an expression here that shows 40 (or current value)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like Expression2 to show the actual value of the variables.&lt;/P&gt;&lt;P&gt;I can't seem to find the correct $-expansion for this case. &lt;/P&gt;&lt;P&gt;=$('=Factor') doesn't work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any1 shine a light on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 12:32:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-01T12:32:02Z</dc:date>
    <item>
      <title>Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273577#M622600</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;I have a problem with using the content of a field as a variable name that needs to be expanded.&lt;/P&gt;&lt;P&gt;Consider this situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script i set these (i want the users to be able to play with these values)&lt;/P&gt;&lt;P&gt;LET vNiveau1Factor = 10;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET vNiveau2Factor = 20;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET vNiveau3Factor = 30;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET vNiveau4Factor = 40;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INLINE table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid rgb(0, 0, 0); width: 311px; height: 114px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Niveau&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Factor&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau1Factor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau2Factor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau3Factor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;vNiveau4Factor&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHART&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="158" style="border: 1px solid rgb(0, 0, 0); width: 772px; height: 160px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension (Niveau)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Expression 1: =Factor&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Expression2: ?????&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau1Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;I would like to have an expression here that shows 10 (or current value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau2Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have an expression here that shows 20 (or current value)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau3Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have an expression here that shows 30 (or current value)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Niveau 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vNiveau4Factor&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to have an expression here that shows 40 (or current value)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like Expression2 to show the actual value of the variables.&lt;/P&gt;&lt;P&gt;I can't seem to find the correct $-expansion for this case. &lt;/P&gt;&lt;P&gt;=$('=Factor') doesn't work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any1 shine a light on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273577#M622600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T12:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273578#M622601</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;in inline table add one more colum say Value then pass those&lt;/P&gt;&lt;P&gt; vNiveau1Factor&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt; vNiveau2Factor &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;vNiveau3Factor &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;vNiveau4Factor &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Declare variables in front end..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273578#M622601</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-01T12:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273579#M622602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check rough example fr how to pass variable to inline load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273579#M622602</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-01T13:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273580#M622603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vNiveau1Factor = 10;&lt;/P&gt;&lt;P&gt;LET vNiveau2Factor = 20;&lt;/P&gt;&lt;P&gt;LET vNiveau3Factor = 30;&lt;/P&gt;&lt;P&gt;LET vNiveau4Factor = 40;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Factor&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau, Factor&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 1, vNiveau1Factor&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 2, vNiveau2Factor&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 3, vNiveau3Factor&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 4, vNiveau4Factor&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Niveau&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;1) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Factor&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Match(Niveau,'Niveau 1','Niveau 2','Niveau 3','Niveau 4'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(vNiveau1Factor)','$(vNiveau2Factor)','$(vNiveau3Factor)','$(vNiveau4Factor)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273580#M622603</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-01T13:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273581#M622604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish solution works, But bit long as per my experience if we have 30 Variables then we may need to create Long Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be another solution with Inline Memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vNiveau1Factor = 10;&lt;/P&gt;&lt;P&gt;LET vNiveau2Factor = 20;&lt;/P&gt;&lt;P&gt;LET vNiveau3Factor = 30;&lt;/P&gt;&lt;P&gt;LET vNiveau4Factor = 40;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau, Factor, Factor1&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 1, vNiveau1Factor, "$(vNiveau1Factor)"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 2, vNiveau2Factor, "$(vNiveau2Factor)"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 3, vNiveau3Factor, "$(vNiveau3Factor)"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Niveau 4, vNiveau4Factor, "$(vNiveau4Factor)"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Straight Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension -- &lt;SPAN style="font-size: 13.3333px;"&gt;Niveau, Factor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expressions are&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1&lt;SPAN style="font-size: 13.3333px;"&gt;) &lt;STRONG&gt;Sum(Factor1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151582_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273581#M622604</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273582#M622605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works up to a point, if I use an inputbox to change the value of the variable, somehow the "$(vNiveauXFactor)" does not change with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it to work using the pick-function.&lt;/P&gt;&lt;P&gt;Which isn't really what I was looking for, but it works and is straightforward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 10:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273582#M622605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T10:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using field content as variable name</title>
      <link>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273583#M622606</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;if being able to change the value during runtime is the reason for using variables in the first place, then you might as well consider using &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/Inputfield.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/Inputfield.htm"&gt;Inputfields&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 00:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-field-content-as-variable-name/m-p/1273583#M622606</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-03T00:14:36Z</dc:date>
    </item>
  </channel>
</rss>

