<?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: Getting undefined for variable in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176653#M889652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove $ in textbox .just use Month_year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2016 06:50:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-26T06:50:50Z</dc:date>
    <item>
      <title>Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176651#M889650</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 a variable in Load Script with below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(CanonicalDate) AS MinDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(CanonicalDate) AS MaxDate &lt;/P&gt;&lt;P&gt;RESIDENT DateBridge;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let Month_year&amp;nbsp; = Date(MonthStart(peek('MaxDate'),-1),'MMM-YY');&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now&amp;nbsp; in frontend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'$(&lt;SPAN style="font-size: 13.3333px;"&gt;Month_year &lt;/SPAN&gt;)' but this gives me Undefined in textbox,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How is to get Jul-16 as answer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176651#M889650</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176652#M889651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= '$(=Month_year)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or simply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Month_year &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 06:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176652#M889651</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-08-26T06:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176653#M889652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove $ in textbox .just use Month_year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 06:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176653#M889652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T06:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176654#M889653</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;No i am not getting any value,its showing blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 08:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176654#M889653</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-08-26T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176655#M889654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if the variable is getting assigned a value in the script by adding a TRACE statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(CanonicalDate) AS MinDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(CanonicalDate) AS MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RESIDENT DateBridge; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LET Month_year&amp;nbsp; = Date(MonthStart(peek('MaxDate'),-1),'MMM-YY'); &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;TRACE $(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month_year&lt;/SPAN&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176655#M889654</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T09:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176656#M889655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, check this: &lt;A href="https://community.qlik.com/qlik-blogpost/3406"&gt;The Magic of Variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If nothing works, share your app, someone can then help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176656#M889655</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-08-26T09:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176657#M889656</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;Asusual, you always help me out with new ways of debugging. Thanks for Letting me know how to debug in qlik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not getting any value it showing blank .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176657#M889656</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-08-26T09:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176658#M889657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then, your next move should be to just check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(CanonicalDate) AS MinDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(CanonicalDate) AS MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RESIDENT DateBridge;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LET Month_year&amp;nbsp; = Date(MonthStart(peek('MaxDate'),-1),'MMM-YY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000;"&gt;LET vTest1 = Peek('MaxDate');&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TRACE $(Month_year);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;TRACE $(vTest);&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176658#M889657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176659#M889658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, for that also i am getting blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176659#M889658</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-08-26T10:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176660#M889659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has caused a problem for me in the past, can you check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;TableName:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(CanonicalDate) AS MinDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(CanonicalDate) AS MaxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RESIDENT DateBridge;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LET Month_year&amp;nbsp; = Date(MonthStart(peek('MaxDate'),-1),'MMM-YY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LET vTest1 = Peek('MaxDate');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;LET vTest2 = Peek('MaxDate', -1, 'TableName');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TRACE $(Month_year);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TRACE $(vTest1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="font-family: inherit; font-size: 13px; font-style: inherit; color: #ff0000;"&gt;TRACE $(vTest2);&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176660#M889659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176661#M889660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share the QVW and the sample data files , will try to debug the same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176661#M889660</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-26T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176662#M889661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post full script which you resident load also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176662#M889661</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-26T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176663#M889662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TRACE $(vTest2);&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also&amp;nbsp; gives blank Value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176663#M889662</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-08-29T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting undefined for variable in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176664#M889663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share you application with us?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-undefined-for-variable-in-load-script/m-p/1176664#M889663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T12:48:41Z</dc:date>
    </item>
  </channel>
</rss>

