<?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: Why Qlik View still remember my OLD script  ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647716#M593112</link>
    <description>Hi Sir&lt;BR /&gt;&lt;BR /&gt;Thank you for your advise. I will try it.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
    <pubDate>Sun, 17 Nov 2019 07:35:43 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2019-11-17T07:35:43Z</dc:date>
    <item>
      <title>Why Qlik View still remember my OLD script  ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647651#M593108</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;My below script work fine , only issue is when i try to rename the excel TAB name from BRAND to COUNTRY_A it have issue.&lt;BR /&gt;The Situation :-&lt;/P&gt;&lt;P&gt;if i change from :-&lt;BR /&gt;FROM C:\Users\Paul Yeo\OneDrive - ISDN Holdings Limited\Raw Data Input\MapBrand.xlsx (ooxml,embedded labels, table is [BRAND]);&lt;BR /&gt;To below :-&lt;BR /&gt;FROM C:\Users\Paul Yeo\OneDrive - ISDN Holdings Limited\Raw Data Input\MapBrand.xlsx (ooxml,embedded labels, table is [COUNTRY_A]);&lt;/P&gt;&lt;P&gt;i Will keep same Erroe Massage Below :-&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;Brand_&amp;gt;&lt;BR /&gt;MapDescTDS:&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;[Brand_],&lt;BR /&gt;[SubBrand_]&lt;BR /&gt;FROM C:\Users\Paul Yeo\OneDrive - ISDN Holdings Limited\Raw Data Input\MapBrand.xlsx(ooxml,embedded labels, table is [COUNTRY_A])&lt;/P&gt;&lt;P&gt;When i have change excel Tab name from BRAND TO COUNTRY_A&lt;BR /&gt;and below :-&lt;BR /&gt;FROM C:\Users\Paul Yeo\OneDrive - ISDN Holdings Limited\Raw Data Input\MapBrand.xlsx (ooxml,embedded labels, table is [COUNTRY_A]);&lt;/P&gt;&lt;P&gt;it there any other work around ?&lt;/P&gt;&lt;P&gt;Hope some one can advise me.&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;MapDesc:&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;[Brand_],&lt;BR /&gt;[SubBrand_]&lt;BR /&gt;FROM MapBrand.xlsx (ooxml,embedded labels, table is [TDS]);&lt;/P&gt;&lt;P&gt;// sales COUNTRY A&lt;BR /&gt;sales:&lt;BR /&gt;LOAD left(FileBaseName(), 4) AS Report_dod_1,&lt;BR /&gt;@50:60T as [date],&lt;BR /&gt;'TDS' as SOURCE,&lt;BR /&gt;ApplyMap('MapDesc',@282:298T,'OTHERS') as [BRAND_C],&lt;BR /&gt;@282:298T as [BRAND],&lt;BR /&gt;if(@241:248T = '2',@134:147T*-1,@134:147T) as [sales]&lt;BR /&gt;FROM C:\Users\Paul Yeo\Dropbox\5 QV_Final\QV_RAW\Q_DOD_2018.txt (ansi, fix, no labels, header is 0, record is line);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tmp:&lt;BR /&gt;LOAD&lt;BR /&gt;min(date) AS MinDate,&lt;BR /&gt;max(date) AS MaxDate&lt;BR /&gt;RESIDENT sales;&lt;BR /&gt;MaxMinDate:&lt;BR /&gt;NOCONCATENATE LOAD&lt;BR /&gt;MIN(MinDate) AS MinDate,&lt;BR /&gt;MAX(MaxDate) AS MaxDate&lt;BR /&gt;RESIDENT tmp;&lt;BR /&gt;DROP TABLE tmp;&lt;BR /&gt;LET varMinDate = Num(Peek('MinDate'));&lt;BR /&gt;LET varMaxDate = Num(Peek('MaxDate'));&lt;BR /&gt;LET vToday = num(today());&lt;BR /&gt;DROP TABLE MaxMinDate;&lt;BR /&gt;//*************** Temporary Calendar ***************&lt;BR /&gt;TempCalendar:&lt;BR /&gt;LOAD&lt;BR /&gt;$(varMinDate) + rowno() - 1 AS Num,&lt;BR /&gt;date($(varMinDate) + rowno() - 1) AS TempDate,&lt;BR /&gt;date($(varMinDate) + rowno() - 1) AS D,&lt;BR /&gt;year($(varMinDate) + rowno() - 1) AS Y,&lt;BR /&gt;month($(varMinDate) + rowno() - 1) AS M,&lt;BR /&gt;date(monthstart($(varMinDate) + rowno() - 1), 'MMM-YYYY') AS MY&lt;BR /&gt;AUTOGENERATE $(varMaxDate) - $(varMinDate) + 1;&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;BR /&gt;LOAD TempDate AS date,&lt;BR /&gt;day([TempDate]) as [day],&lt;BR /&gt;num(month([TempDate])) as [month],&lt;BR /&gt;Y AS year&lt;BR /&gt;RESIDENT TempCalendar&lt;BR /&gt;ORDER BY TempDate ASC;&lt;BR /&gt;DROP TABLE TempCalendar;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2019 05:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647651#M593108</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-11-16T05:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik View still remember my OLD script  ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647681#M593109</link>
      <description>Are you saving your excel after changing sheet name in excel ?&lt;BR /&gt;if yes , there should not be any issue , you can provide some sample file then i can help you</description>
      <pubDate>Sat, 16 Nov 2019 17:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647681#M593109</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-11-16T17:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik View still remember my OLD script  ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647707#M593110</link>
      <description>Hi Gold&lt;BR /&gt;&lt;BR /&gt;I am unable to simulate the issue. Because it will not happen when I using the sample file. It will happen when I run the actual script.&lt;BR /&gt;&lt;BR /&gt;Paul Yeo&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Nov 2019 23:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647707#M593110</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-11-16T23:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik View still remember my OLD script  ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647713#M593111</link>
      <description>have you tried to recreate script? , i would suggest create a new app and test it</description>
      <pubDate>Sun, 17 Nov 2019 07:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647713#M593111</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-11-17T07:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik View still remember my OLD script  ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647716#M593112</link>
      <description>Hi Sir&lt;BR /&gt;&lt;BR /&gt;Thank you for your advise. I will try it.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Nov 2019 07:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-Qlik-View-still-remember-my-OLD-script/m-p/1647716#M593112</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-11-17T07:35:43Z</dc:date>
    </item>
  </channel>
</rss>

