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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview cache memory

Hi all,

I need to load the same view several times for different reports ue to security reasons.I am loading the same view under different table names for different reports.How can i avoid loading the views several times?Please help.Thanks in advance.

4 Replies
sparur
Specialist II
Specialist II

Hi, Sandhya.

You can use a RESIDENT statement. For example,

table1:

Load * ;SQL SELECT * FROM [SQLTable];

table2:

NOCONCATENATE LOAD * RESIDENT table1;

etc...

Not applicable
Author

As explained above ..This can achived using the RESIDENT Stament in LOAD.

Not applicable
Author

Thank you.

I am not able to reload the qvw files through Qlikview 9 server.its showing Oledb Connection failed error.But i am manually able to do it and also in qlikview 8.5 server.Can you please suggest me what might be the error.I get password as REMOVED even thogh the connection string has a valid password.

Please help.

Not applicable
Author

Thank you.