Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Does buffer incremental load not load the last record from the source?
ex:
Id,Product
1,A1
2,A2
3,A3
4,A4
5,A5
My script is,
Buffer(Incremental) Load * From Products.txt;
While I write the above script, it only loads the first 4 records. Do we need to add an extra record to solve this?.
I mean to bring the 5th record, am I need to add dummy 6th record?
If anyone can give clarity on this, will be helpful to me.
Thanks,
Ajith
Hi @AjithramT
Go through this post hope it help you
https://community.qlik.com/t5/QlikView-Scripting/Buffer-Incremental-Load-Issue/td-p/363258