Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Let us say I have 10 QVWs using/fetching data from same QVD. ABC.QVD
If I run all 10 QVWs at the same time.Will it be any locking issues ? or everything fine ?
Thanks,
Chiru.
Reading is fine, what may cause problem is writing while you reading
Hello,
No, it won't happen.
Qlikview loads the data on the QVW file, on memory. So you won't have any lock issue.
Regards
As mentioned by Clever Anjos reading at the same time is fine but when reading while writing will cause 'General Script Error'
Thanks all !