30 b) Incremental load part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • Hello Everyone,
    Hope you guys are doing well. Stay safe.
    This video will walk you through the incremental load in Qlik Sense.
    This is part-2 of incremental Load.
    Definition: Loading the new /updated records without loading the full data is called Incremental load.
    Points to remember:
    Here we will be doing Insert-Update-Delete
    Step1: Load the data and store in in the QVD
    Step2: Find the number of rows present in the QVD loaded in Step1 (used preferably use ID column i.e. a column do not have NULL value.)
    Store the value in a variable.
    To do this I have used NoofRows function in Qlik, there are many other ways to achieve this as well.
    Step3: No hit the Database (which now will have some new entries) load the
    data which came after the NoofRows values stored in the variable
    Step4: Now load back the QVD and used 'not exist' function to load only those data which doesn't match with the data loaded in Step3 and concatenate it with the data loaded in Step 3 .
    Link for the Document:
    Topic Briefs: drive.google.c...
    For more videos please visit: • 1. Introduction to Qli...
    Please follow me on:
    LinkedIn: linkedin.com/in/biswadeep-moitra-98137079
    Gmail: qlik2express@gmail.com
    Facebook: / biswadeep.moitra
    Instagram: / biswadeep_moitra

ความคิดเห็น • 4

  • @loke3969
    @loke3969 2 ปีที่แล้ว

    Thanks for making videos

  • @snehav9872
    @snehav9872 2 ปีที่แล้ว

    please make mouse icon visible in future videos as that will help beginners to know where to click

  • @sujatarao9913
    @sujatarao9913 ปีที่แล้ว

    What if we do the incremental load and transforming the data , we would not like to transform the whole data again , how to apply the transformation in only incremental part ?