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: 
Not applicable

Script

what is optimized and non optimized in qlikview?

2 Replies
Not applicable
Author

optimized:if u do all transformation while creating  qvd thats is optimized qvd

unoptimized:if u do all transformation while loading data from qvd to qvw hat is unoptimized qvd

t1:

load

a

b

c

d

from  sales table

where exist(a);      -  optimized qvd

t2:

load

a

b

c

d

a+b ads c

from  sales table;  - unoptimized qvd