Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i read from a database a lot of lines with adress datas. All lines have an timestamp when it be changed for the last time.
Now i want all lines where are be changed since the last qlikview script run. Is this possible? Is the timestamp from the last run in a variable or can i get it anywhere in the script?
Thanks
Robert
ReloadTime() will return the timestamp of your last reload.
Yes you can use Incremental load to do it.
read it on Qlikview manual.
That is what i need! It works now.
Thanks.