Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Help

Hi All,

could some one help me to solve this issue in incremental load

i am not getting if record is updated or deleted

plz find the attachment

Thanks in Advance

Rohith

8 Replies
Not applicable

Hi,

it seems, the newly added ModificationTime field values are not in same format. Take a look at your excel sheet.

And one more question, why you need Inner join?

MayilVahanan

Hi Niranjan123,

Your modificationtime field is not in same date format. And  reloadtime() function gives date and time value.

26/08/2013 is in text format, not in date format.

Check the date format and use date(Floor(reloadtime())) function in where condition.

Hope that helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
NavinReddy
Creator II
Creator II
Author

Hi Mayil,

if i change that date 27/08/2013 it wont update

im not getting that format in where condition

plz update in QVW and attechment me

Thanks & Regards

Rohith

NavinReddy
Creator II
Creator II
Author

Hi All,

If any modifications in Qvw

some one help me to find Solution

Thanks & Regards

Rohith

Not applicable

See the attachment.

NavinReddy
Creator II
Creator II
Author

Hi Venu,

Thanks for your reply but i not getting updated records in Excel

and same as Deleted Records also

Thanks & Regards

Rohith

Not applicable

Hi,

Ohh, I am sorry to not mention about the field "ModificationTime". I have added the data with same format of existing values in modificationTime and i succeeded.

Also, try to put the code in debug and find how the execution of reload is going on.

Not applicable

Hi,

Could you please take a look at attachment. I hope now you can able to load the recent updated data.