<?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: Populate the values - In Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263796#M623857</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;another solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_243395_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146705_QlikCommunity_Thread_243395_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14817537914164240 jive_text_macro" jivemacro_uid="_14817537914164240"&gt;
&lt;P&gt;t&lt;SPAN style="font-size: 10pt;"&gt;able1:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;LOAD Dual(Qtr,AddMonths(Date#(Right(Qtr,2),'YY'),(Mid(Qtr,2,1)-1)*3)) as Qtr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Score #]&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="243395" data-objecttype="1" href="https://community.qlik.com/thread/243395"&gt;https://community.qlik.com/thread/243395&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;LOAD FirstSortedValue([Score #],Qtr) as Score Resident table1;&lt;/P&gt;
&lt;/PRE&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>Wed, 14 Dec 2016 22:16:39 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-12-14T22:16:39Z</dc:date>
    <item>
      <title>Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263791#M623852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to populate the score column(marked in red). &lt;SPAN style="font-size: 13.3333px;"&gt; I have used the count function(count (Score#)) in the script to populate the &lt;/SPAN&gt; output of the value available in Score#(ie. 43). I need a solution in script to populate the &lt;SPAN style="color: #ff0000;"&gt;Score&lt;/SPAN&gt; column with all the values of quarter as same as Q1(ie 43). Please if anyone can help with the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="209" style="width: 192px; height: 209px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="18" width="64"&gt;Qtr&lt;/TD&gt;&lt;TD width="64"&gt;Score #&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;STRONG style="color: #ff0000;"&gt;Score&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q1-15&lt;/TD&gt;&lt;TD align="right"&gt;43&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q2-15&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q3-15&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q4-15&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q1-16&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q2-16&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q3-16&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;&lt;SPAN style="color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt;Q4-16&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;43&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;H1&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 19:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263791#M623852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-14T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263792#M623853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if Q2-2015 was a greater number, what would you want then? please explain the exact basis of populating the nem column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="209" style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Qtr&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Score #&lt;/TD&gt;&lt;TD class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG&gt;Score&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q1-15&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;43&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q2-15&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q3-15&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q4-15&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q1-16&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q2-16&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q3-16&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;43&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="18" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Q4-16&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl63" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;43&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 20:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263792#M623853</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-14T20:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263793#M623854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that it can be many scenario, but in this case it would be only 1 value the one which am populating as per the business logic. Its customer requirement. There wont be any value going forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope its bit clear now. Please let me know if its not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 20:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263793#M623854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-14T20:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263794#M623855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below, this is assuming your data is properly sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Qtr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Score #], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(RowNo()=1,[Score #],Peek(Score)) as Score&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="243395" data-objecttype="1" href="https://community.qlik.com/thread/243395"&gt;https://community.qlik.com/thread/243395&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 20:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263794#M623855</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-14T20:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263795#M623856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 21:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263795#M623856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-14T21:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263796#M623857</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;another solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_243395_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146705_QlikCommunity_Thread_243395_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14817537914164240 jive_text_macro" jivemacro_uid="_14817537914164240"&gt;
&lt;P&gt;t&lt;SPAN style="font-size: 10pt;"&gt;able1:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;LOAD Dual(Qtr,AddMonths(Date#(Right(Qtr,2),'YY'),(Mid(Qtr,2,1)-1)*3)) as Qtr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Score #]&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="243395" data-objecttype="1" href="https://community.qlik.com/thread/243395"&gt;https://community.qlik.com/thread/243395&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;LOAD FirstSortedValue([Score #],Qtr) as Score Resident table1;&lt;/P&gt;
&lt;/PRE&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>Wed, 14 Dec 2016 22:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263796#M623857</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-12-14T22:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263797#M623858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks Marco.. Even this solution is working..&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Your solution &lt;SPAN style="font-size: 13.3333px;"&gt;are&amp;nbsp; &lt;/SPAN&gt;always unique!! Thank You!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 14:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263797#M623858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-15T14:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the values - In Script</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263798#M623859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;glad you like it.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 21:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-values-In-Script/m-p/1263798#M623859</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-12-15T21:36:22Z</dc:date>
    </item>
  </channel>
</rss>

