Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Below is my requirement:
I have 3 Tables in my DB
// Contains the below fields. Create and modify operations happen on this table:
Master_Table:
Transaction_ID, Transaction_Date, Partner_Code, Partner_Name, SKU, DB_Create_Date, DB_Modified_Date;
// Customer defined Fiscal Calendar
Fiscal_Calendar:
Start_Date, End_Date, Fiscal_Month, Fiscal_Quarter, Fiscal_Year;
// Contains all the Purged Transaction from Master_Table
Purge_Table:
Transaction_ID, Transaction_Date, Partner_Code, Partner_Name, SKU, DB_Create_Date, DB_Modified_Date;
I'm trying to achieve the below:
Incremental Load that supports:
1. Should extract and store Data Quarter-wise, Like Master_Data_2014Q1.qvd, Master_Data_2014Q2.qvd;
2. If there is any new record Create or Record Update in any Quarter the incremental Load should handle the same and store it back to respective Quarter QVD.
3. Should check for new Records in Purge_Table and remove the same from Respective Quarter QVD.
Thanks for helping in advance.
Hi, see the attached and the links
Hope helps
Fernando
Incremental Load in QlikView – Part1 | Learn QlikView
Hi Fernando,
Thanks you for posting. All the scenarios explains Incremental load for storing and updating data on a single QVD file. I have already implemented that at my customer end. But for my business case I want to implement Incremental load on Quarterly split qvd files. Anywhere in my db, any record is updated/New record is inserted the script should the Incremental script should identify the transaction by 'DB_Modified_Date' and update the same in respective quarterly qvd.
Thank you.
Hi All, Can anyone please help me with my requirement ?
Thank you....
Re-initiating this post hoping someone can help me..
any help . Thank you
hi any help !!
Thank you