Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

load QVDs without associating them

Hi

How would I load a series of qvds without concatening them and associating the fields?

The reason is I want to exports qvds as snapshots of the loading process to fix errors.

But I dont want to concatenate or associate them so I can see seperate table views, then I can understand the code.

Thanks,

Tinkerz.

3 Replies
maxgro
MVP
MVP

Some options

- qualify

- noconcatenate: this is from help

The NoConcatenate prefix forces two loaded tables with identical field sets to be treated as two separate internal tables, when they otherwise would be automatically be concatenated

- change the fields name so the tables don't concatenate

- also, if you store in a qvd a table, it doesn't matter if there are association, you only store that table

el_aprendiz111
Specialist
Specialist

Hi,

Load_Qvds.png

shraddha_g
Partner - Master III
Partner - Master III

You can use Qualify() to alias all fields of table. it will keep from all tables from associating.

Refer below link:

https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Quali...

Regards,

Shraddha