Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
clickertape
Contributor II
Contributor II

scripting temporary tables

in mysql, you create a temporary table in the db and then the data from the select statement automatically drops into it. this may happen more than once with many temp tables.

these tables can then be linked and an overall select statement pulled from them at the end.

can qlikview scripting perform something similar to this? do you utilise qvd files and then link them somehow?

newbie to scripting so apologies if this is an easy solution.

ade

4 Replies
jmvilaplanap
Specialist
Specialist

Hi

When you load a table in Qlikview, automatically it converts in Resident table, is in memory and you can use it without problem.

QVD is to store the table in a file.

Regards

clickertape
Contributor II
Contributor II
Author

thanks for this.

if they're all resident, how would you perform linking to pull out overall data?

can they be named?

jmvilaplanap
Specialist
Specialist

Hi

You can name any table, here you have a little explanation: Loading data from a previously loaded table ‒ QlikView

clickertape
Contributor II
Contributor II
Author

thanks Jose, i'll look into this.

ade