<?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: get value from variable in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561247#M209495</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;Please check with Inputfield concept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A field may flagged as an input field by listing it in an &lt;SPAN class="Bold"&gt;inputfield&lt;/SPAN&gt; statement before it is referenced in any &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statements. &lt;/P&gt;&lt;P&gt;Input fields behave somewhat differently from regular fields. The most important difference is their ability to accept changes in field values, interactively or programmatically, without running the script. Field values must be loaded into the field via load or select statements. Each field value loaded in the script will create a placeholder for a field value replacement value. Only existing field values can thus be changed interactively or programmatically. In input fields all field values will be treated as distinct, regardless if several have the same value. &lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;inputfield&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt; is a comma separated list of the fields that should be flagged as input fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Inputfield B;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 10:22:03 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-08-06T10:22:03Z</dc:date>
    <item>
      <title>get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561242#M209490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to get the value that store in another variable, like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[ ID, Rule, Total&lt;/P&gt;&lt;P&gt;1, 1.1.1, v111Total&lt;/P&gt;&lt;P&gt;2, 1.1.2, v112Total&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v111Total and v112Total are variable that store in the QlikView,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. v111Total = 100, v112Total = 156&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then I want to get the value from the column of &lt;STRONG&gt;Total &lt;/STRONG&gt;for each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561242#M209490</guid>
      <dc:creator />
      <dc:date>2013-08-06T08:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561243#M209491</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let&amp;nbsp; v111Total = 100;&lt;/P&gt;&lt;P&gt;Let v112Total = 150;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ID, Rule, Evaluate(Total) as Total;&lt;/P&gt;&lt;P&gt; load * inline&lt;/P&gt;&lt;P&gt;[ ID, Rule, Total&lt;/P&gt;&lt;P&gt;1, 1.1.1, $(v111Total)&lt;/P&gt;&lt;P&gt;2, 1.1.2, $(v112Total)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561243#M209491</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-06T08:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561244#M209492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Evaluate to do that&lt;/P&gt;&lt;P&gt;Try the below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;load *, Evaluate(TotalVariableName) AS Total&amp;nbsp; inline&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;[ ID, Rule, &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;TotalVariableName&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;1, 1.1.1, v111Total&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;2, 1.1.2, v112Total&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hope it helps&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561244#M209492</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-06T08:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561245#M209493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the variable is changed in the QlikView App, the value of variable can not sync at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the Evaluate can not be used in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561245#M209493</guid>
      <dc:creator />
      <dc:date>2013-08-06T09:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561246#M209494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Scenario looks different Can you post the sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 10:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561246#M209494</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-06T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561247#M209495</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;Please check with Inputfield concept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A field may flagged as an input field by listing it in an &lt;SPAN class="Bold"&gt;inputfield&lt;/SPAN&gt; statement before it is referenced in any &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statements. &lt;/P&gt;&lt;P&gt;Input fields behave somewhat differently from regular fields. The most important difference is their ability to accept changes in field values, interactively or programmatically, without running the script. Field values must be loaded into the field via load or select statements. Each field value loaded in the script will create a placeholder for a field value replacement value. Only existing field values can thus be changed interactively or programmatically. In input fields all field values will be treated as distinct, regardless if several have the same value. &lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;inputfield&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt; is a comma separated list of the fields that should be flagged as input fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Inputfield B;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 10:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561247#M209495</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-06T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: get value from variable in variable</title>
      <link>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561248#M209496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My App is a rule check program, I want to add a summary page in the App. So, I want to add all rule into one table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[ ID, Rule, Total&lt;/P&gt;&lt;P&gt;1, 1.1.1, v111Total&lt;/P&gt;&lt;P&gt;2, 1.1.2, v112Total&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then I will show this table in the summary page, but I want to show the total value in the chart, at this situation I want to get the value from each variable. All the variables will be changed, and in the summary page should keep the consistency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 22:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-value-from-variable-in-variable/m-p/561248#M209496</guid>
      <dc:creator />
      <dc:date>2013-08-06T22:54:13Z</dc:date>
    </item>
  </channel>
</rss>

