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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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