<?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 Partial reload of data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167123#M38814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've found an unpleasant error in QlikView Desktop 64bit 10 IR during a demo with a client.&lt;/P&gt;&lt;P&gt;This script , if invoked with v 9 Sr5, manage correctly FILE&amp;gt;PARTIAL RELOAD ( i.e. DOESN'T try to instantiate OLEDB connection )&lt;/P&gt;&lt;P&gt;If invoked wth V10 IR , gives an error, trying to instantiate OLEDB connection anyway ( you find my credentials masked with **** , they are real during the test ...)&lt;/P&gt;&lt;P&gt;Is it a known bug planned to be fixed in 10.SR2?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Fabrizio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=****;Data Source=****;Extended Properties=""] (XPassword is CBLOJXFMObbGGaD);&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Product, Amount, ANNO_COMPETENZA&lt;/P&gt;&lt;P&gt;A, 100, 2011&lt;/P&gt;&lt;P&gt;B, 200, 2011&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ObjectList:&lt;/P&gt;&lt;P&gt;SELECT * from MyTableObjList;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DatiEpidemiologici:&lt;/P&gt;&lt;P&gt;replace LOAD Sesso,&lt;/P&gt;&lt;P&gt;SubTotale,&lt;/P&gt;&lt;P&gt;Causa,&lt;/P&gt;&lt;P&gt;[NUMERO DI DECESSI],&lt;/P&gt;&lt;P&gt;[TASSO GREZZO],&lt;/P&gt;&lt;P&gt;[TASSO STANDARDIZZATO],&lt;/P&gt;&lt;P&gt;[INTERVALLO DI CONFIDENZA]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\DatiEpidemiologici.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is DatiEpidemiologici$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause_Di_Morte:&lt;/P&gt;&lt;P&gt;REPLACE&lt;/P&gt;&lt;P&gt;LOAD CDM_SESSO,&lt;/P&gt;&lt;P&gt;CDM_DESC,&lt;/P&gt;&lt;P&gt;CDM_VALORE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\DatiCausaMorte.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Foglio1$);&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Feb 2011 11:35:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-23T11:35:06Z</dc:date>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167117#M38808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. I am fresh to QlikView so i have to ask you some things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a calendar that can be dinamicaly generated based on a variable that contains the number of years in advance. My question is how can i reaload only the calendar not all the information in the file again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 14:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167117#M38808</guid>
      <dc:creator />
      <dc:date>2010-03-03T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167118#M38809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just add the "REPLACE" the command before the load statement of the Calendar script. And dont forget to pass the year value in the script.&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;REPLACE&lt;/P&gt;&lt;P&gt;LOAD * from table_name where Calendar year = $(variable);&lt;/P&gt;&lt;P&gt;For multiple years you can also go with a FOR loop in the load statement.&lt;/P&gt;&lt;P&gt;Note : If the report is scheduled in the Publisher, ensure the option "Enable Partial Reload" is checked in it.else partial reload will not be executed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167118#M38809</guid>
      <dc:creator />
      <dc:date>2010-03-03T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167119#M38810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;This is the Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should i put replace ?&lt;/P&gt;&lt;P&gt;&lt;B&gt;LET vYears = 12*VMonthsUp;&lt;BR /&gt;&lt;BR /&gt; LET vDateMin = Num(MakeDate(2000,1,1));&lt;BR /&gt; LET vDateMax = Floor(YearEnd(AddMonths(Today(), vYears)));&lt;BR /&gt; LET vDateToday = Num(Today());&lt;BR /&gt;&lt;BR /&gt; TempCalendar:&lt;BR /&gt; LOAD&lt;BR /&gt; $(vDateMin) + RowNo() - 1 AS DateNumber,&lt;BR /&gt; Date($(vDateMin) + RowNo() - 1) AS TempDate&lt;BR /&gt; AUTOGENERATE 1&lt;BR /&gt; WHILE $(vDateMin)+IterNo()-1&amp;lt;= $(vDateMax);&lt;BR /&gt;&lt;BR /&gt; MasterCalendar:&lt;BR /&gt; LOAD&lt;BR /&gt; TempDate AS OrderDate,&lt;BR /&gt; Day(TempDate) AS CalendarDay,&lt;BR /&gt; WeekDay(TempDate) AS CalendarWeekDay,&lt;BR /&gt; Week(TempDate) AS CalendarWeek,&lt;BR /&gt; Month(TempDate) AS CalendarMonth,&lt;BR /&gt; Year(TempDate) AS CalendarYear,&lt;BR /&gt; 'Q' &amp;amp; Ceil(Month(TempDate)/3) AS CalendarQuarter,&lt;BR /&gt; WeekDay(TempDate) &amp;amp; '-' &amp;amp; Year(TempDate) AS CalendarWeekAndYear,&lt;BR /&gt; Month(TempDate) &amp;amp; '-' &amp;amp; Year(TempDate) AS CalendarMonthAndYear&lt;BR /&gt; RESIDENT TempCalendar ORDER BY TempDate ASC;&lt;BR /&gt;&lt;BR /&gt; DROP TABLE TempCalendar;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 15:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167119#M38810</guid>
      <dc:creator />
      <dc:date>2010-03-03T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167120#M38811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;As mentioned by you previously,For example if you want to load data from the table for the year 2005,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Here the script goes like this,&lt;/P&gt;&lt;H3&gt;LET vYears = 12*VMonthsUp;&lt;BR /&gt;&lt;BR /&gt; LET vDateMin = Num(MakeDate(2000,1,1));&lt;BR /&gt; LET vDateMax = Floor(YearEnd(AddMonths(Today(), vYears)));&lt;BR /&gt; LET vDateToday = Num(Today());&lt;BR /&gt;&lt;BR /&gt; TempCalendar:&lt;BR /&gt; LOAD&lt;BR /&gt; $(vDateMin) + RowNo() - 1 AS DateNumber,&lt;BR /&gt; Date($(vDateMin) + RowNo() - 1) AS TempDate&lt;BR /&gt; AUTOGENERATE 1&lt;BR /&gt; WHILE $(vDateMin)+IterNo()-1&amp;lt;= $(vDateMax);&lt;BR /&gt;&lt;BR /&gt; MasterCalendar: // enable partial reload option in the publisher when scheduling&lt;BR /&gt; REPLACE LOAD&lt;BR /&gt; TempDate AS OrderDate,&lt;BR /&gt; Day(TempDate) AS CalendarDay,&lt;BR /&gt; WeekDay(TempDate) AS CalendarWeekDay,&lt;BR /&gt; Week(TempDate) AS CalendarWeek,&lt;BR /&gt; Month(TempDate) AS CalendarMonth,&lt;BR /&gt; Year(TempDate) AS CalendarYear,&lt;BR /&gt; 'Q' &amp;amp; Ceil(Month(TempDate)/3) AS CalendarQuarter,&lt;BR /&gt; WeekDay(TempDate) &amp;amp; '-' &amp;amp; Year(TempDate) AS CalendarWeekAndYear,&lt;BR /&gt; Month(TempDate) &amp;amp; '-' &amp;amp; Year(TempDate) AS CalendarMonthAndYear&lt;BR /&gt; RESIDENT TempCalendar WHERE Year(TempDate) = year(today()-5) ORDER BY TempDate ASC;&lt;BR /&gt;&lt;BR /&gt; DROP TABLE TempCalendar;&lt;/H3&gt;&lt;P&gt;// Note : ensure correct value is given in the WHERE clause during partial reload.If u want more that one year data use &amp;gt; and &amp;lt; operators in the WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.All the best.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 09:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167120#M38811</guid>
      <dc:creator />
      <dc:date>2010-03-04T09:01:20Z</dc:date>
    </item>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167121#M38812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh.&lt;/P&gt;&lt;P&gt;Isnt't it possible to reload the calendar "on the fly" ? Because the calendar is not related to any other data in the qlikview file. It is built from scratch. I am thinking about using this calendar for a WhatIF tool where the user just adds years to the calendar but without having to reaload the whole data again. I am not using a publisher for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 09:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167121#M38812</guid>
      <dc:creator />
      <dc:date>2010-03-04T09:15:59Z</dc:date>
    </item>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167122#M38813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that REPLACE is only effective if you invoke Partial Reload (File, Partial Reload).&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 09:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167122#M38813</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-03-04T09:21:51Z</dc:date>
    </item>
    <item>
      <title>Partial reload of data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167123#M38814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've found an unpleasant error in QlikView Desktop 64bit 10 IR during a demo with a client.&lt;/P&gt;&lt;P&gt;This script , if invoked with v 9 Sr5, manage correctly FILE&amp;gt;PARTIAL RELOAD ( i.e. DOESN'T try to instantiate OLEDB connection )&lt;/P&gt;&lt;P&gt;If invoked wth V10 IR , gives an error, trying to instantiate OLEDB connection anyway ( you find my credentials masked with **** , they are real during the test ...)&lt;/P&gt;&lt;P&gt;Is it a known bug planned to be fixed in 10.SR2?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Fabrizio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=****;Data Source=****;Extended Properties=""] (XPassword is CBLOJXFMObbGGaD);&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Product, Amount, ANNO_COMPETENZA&lt;/P&gt;&lt;P&gt;A, 100, 2011&lt;/P&gt;&lt;P&gt;B, 200, 2011&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ObjectList:&lt;/P&gt;&lt;P&gt;SELECT * from MyTableObjList;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DatiEpidemiologici:&lt;/P&gt;&lt;P&gt;replace LOAD Sesso,&lt;/P&gt;&lt;P&gt;SubTotale,&lt;/P&gt;&lt;P&gt;Causa,&lt;/P&gt;&lt;P&gt;[NUMERO DI DECESSI],&lt;/P&gt;&lt;P&gt;[TASSO GREZZO],&lt;/P&gt;&lt;P&gt;[TASSO STANDARDIZZATO],&lt;/P&gt;&lt;P&gt;[INTERVALLO DI CONFIDENZA]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\DatiEpidemiologici.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is DatiEpidemiologici$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause_Di_Morte:&lt;/P&gt;&lt;P&gt;REPLACE&lt;/P&gt;&lt;P&gt;LOAD CDM_SESSO,&lt;/P&gt;&lt;P&gt;CDM_DESC,&lt;/P&gt;&lt;P&gt;CDM_VALORE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\DatiCausaMorte.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Foglio1$);&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 11:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-of-data/m-p/167123#M38814</guid>
      <dc:creator />
      <dc:date>2011-02-23T11:35:06Z</dc:date>
    </item>
  </channel>
</rss>

