<?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 Change variable dynamically (variable variable) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320768#M584113</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 don't understand what you want.&lt;/P&gt;&lt;P&gt;Could you precise Your need ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 15:15:54 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2011-09-02T15:15:54Z</dc:date>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320767#M584112</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;is it possible to do something like this in a formula field of an object?...:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(myVar) = 99;&lt;/P&gt;&lt;P&gt;if(&amp;nbsp; $(myVar) = 99, 'okay', 'not okay'&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- another example (textbox-formula) - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿$(myVar) = 99;&lt;/P&gt;&lt;P&gt;=$(myVar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;jup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 14:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320767#M584112</guid>
      <dc:creator />
      <dc:date>2011-09-02T14:22:30Z</dc:date>
    </item>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320768#M584113</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 don't understand what you want.&lt;/P&gt;&lt;P&gt;Could you precise Your need ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 15:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320768#M584113</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-09-02T15:15:54Z</dc:date>
    </item>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320769#M584114</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 clear your requirements what you actually wants if you want to do calculation in variable if so it waorks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 15:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320769#M584114</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-02T15:20:03Z</dc:date>
    </item>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320770#M584115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, sorry! Let me try to explain what I mean. I just want to minimize script-code using custom variables &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 items in the database with a different value of [HEL_PLACEMENT_Platzierungsgröße]:&lt;/P&gt;&lt;P&gt;1.) '728 x 90'&lt;/P&gt;&lt;P&gt;2.) '120 x 600'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display the sum([HEL_DATA_Imps mit Defaults]) of the items which has the most impressions.&lt;/P&gt;&lt;P&gt;If '728 x 90' has more IMPRESSIONS than '120 x 600' then display the sum() of '728 x 90'-items else display the sum() of the '120 x 600'-items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already do this with that formula:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.gif" class="jive-image-thumbnail jive-image" height="306" onclick="" src="https://community.qlik.com/legacyfs/online/7010_2.gif" width="512" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works great. ... Back to my question... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; ...&lt;/P&gt;&lt;P&gt;Is it possible to minimize the formula's code? I'm thinking about something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.gif" class="jive-image-thumbnail jive-image" height="44" onclick="" src="https://community.qlik.com/legacyfs/online/7011_3.gif" width="636" /&gt;﻿&lt;/P&gt;&lt;P&gt;First I want to fill 2 custom variables with the sum()-Result. After that I compare the 2 VARIABLES and display the result. Any idea how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way just another quick question:&lt;/P&gt;&lt;P&gt;Is there a possibility to user a different boolean-function instead of "if". I don't want to do somethng like this (switch / case):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4.gif" class="jive-image-thumbnail jive-image" height="149" onclick="" src="https://community.qlik.com/legacyfs/online/7012_4.gif" width="480" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/7013_5.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;jup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 12:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320770#M584115</guid>
      <dc:creator />
      <dc:date>2011-09-05T12:08:05Z</dc:date>
    </item>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320771#M584116</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'd recommend looking up "Script Variables" (you want to use Set rather than Let for dynamic variables) and "Dual" in the QV help. Script Variables allow you to define dynamic variables that are evaluated when called in an expression, and the Dual() function will allow you to associate month numbers and names. You could also call the Month() function on an entire timestamp to just return the month's name.&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;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 12:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320771#M584116</guid>
      <dc:creator />
      <dc:date>2011-09-05T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320772#M584117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you post an example for "let",please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I placed a textbox on my form and typed the following code in the formula-field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;﻿=LET testvar=1&lt;/P&gt;&lt;P&gt;=testvar&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect that the value "1" will be displayed in the textbox, but "-" appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you help me? I only want to define a variable first and display the variable's value after that (in ONE formula on an object).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;jup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 15:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320772#M584117</guid>
      <dc:creator />
      <dc:date>2011-09-05T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320773#M584118</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;Script variables must be defined in the load script (ctrl+e), but are then evaluated each time they are called (if defined using set).&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;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 15:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320773#M584118</guid>
      <dc:creator />
      <dc:date>2011-09-05T15:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320774#M584119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm. not really happy with that &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;maybe someone could help me with the attached (simple) example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my data (will be loaded inline in the qvw file):&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7038" alt="3.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/7038_3.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 different kinds of "AdTypes":&lt;/P&gt;&lt;P&gt;-sb&lt;/P&gt;&lt;P&gt;-sky&lt;/P&gt;&lt;P&gt;-mrec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to display (on monthly base) the summarized impressions for only the AdType, which has the most impressions in this month.- In this example it would be&lt;/P&gt;&lt;P&gt;1.) Jan (1): 3 Impressions (maxSUM="sb")&lt;/P&gt;&lt;P&gt;﻿2.) Feb (2): 3 Impressions (maxSUM="mrec")&lt;/P&gt;&lt;P&gt;3.) Mar (3): 3 Impression (maxSUM="sky")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a table for this operation with the dimension "Month" and a formula.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now I need you... could you post me a (simple/easy) formula to do the operation explained above?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already did it with a formula that covers only "sb" and "sky" at the moment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7047" alt="1.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/7047_1.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is working, but it looks ugly. And it will look more ugly, if I include the "mrec". (Note that there is not only "mrec" to include in the formula - there are many other AdTypes... :-/)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result at the moment (only "sb" + "sky" covered):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7049" alt="2.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/7049_2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to get a simply, easy formula (maybe with variables in the code)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;jup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320774#M584119</guid>
      <dc:creator />
      <dc:date>2011-09-06T15:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320775#M584120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, please see if this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; isnull(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstSortedValue(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AdType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Impressions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) = -1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Multiple ad types',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstSortedValue(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AdType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Impressions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;': '&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;max(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Impressions&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 17:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320775#M584120</guid>
      <dc:creator />
      <dc:date>2011-09-06T17:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320776#M584121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very very interesting answer, but not the result I need. Your formula is based on the "sort"-function and display the highest sorted value...&lt;/P&gt;&lt;P&gt;Your formula will get this result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7082" alt="6.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/7082_6.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;Impressions &lt;/TH&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;sb: 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;mrec: 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;sky: 3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the ADTYPE with the highest &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;SUM&lt;/STRONG&gt;&lt;/SPAN&gt;(impressions) &lt;SPAN style="text-decoration: underline;"&gt;each MONTH &lt;/SPAN&gt;- not top-sorted(impressions). - you know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 09:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320776#M584121</guid>
      <dc:creator />
      <dc:date>2011-09-07T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable dynamically (variable variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320777#M584122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;instead of if() staments u can use match(), wildmatch() functions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-dynamically-variable-variable/m-p/320777#M584122</guid>
      <dc:creator />
      <dc:date>2011-09-07T11:55:27Z</dc:date>
    </item>
  </channel>
</rss>

