Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
b_garside
Partner - Specialist
Partner - Specialist

Concatenate two resident tables

I need to concatentate these tables.. Right now its simply droping the DCR_Solutions and leaving a Synthetic table.

I'm sure its a simple issue at play here.

All_Solutions:
LOAD *
Resident DCR_Solutions;

Concatenate //(All_Solutions)

LOAD *
Resident Materiel_Solutions;


Drop Tables  DCR_Solutions;

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Use NoConcatenate before the all solution tables load script.

Qlikview automatically concatenates the tables with same structure.

Try with this.

NoConcatenate

All_Solutions:
LOAD *
Resident DCR_Solutions;

Concatenate //(All_Solutions)

LOAD *
Resident Materiel_Solutions;


Drop Tables  DCR_Solutions;

View solution in original post

15 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try this

All_Solutions:
LOAD *
Resident DCR_Solutions;

Concatenate //(All_Solutions)

LOAD *
Resident Materiel_Solutions;


Drop Tables  DCR_Solutions, Materiel_Solutions;

Regards,

Jagn.

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Use NoConcatenate before the all solution tables load script.

Qlikview automatically concatenates the tables with same structure.

Try with this.

NoConcatenate

All_Solutions:
LOAD *
Resident DCR_Solutions;

Concatenate //(All_Solutions)

LOAD *
Resident Materiel_Solutions;


Drop Tables  DCR_Solutions;

b_garside
Partner - Specialist
Partner - Specialist
Author

this method leaves no tables behind. happened to me as well.

b_garside
Partner - Specialist
Partner - Specialist
Author

Freezes up, not sure why.  I understand what your saying though.

CELAMBARASAN
Partner - Champion
Partner - Champion

I hope you have to drop Materiel_Solutions also.

Can you post you qvw or load script?

b_garside
Partner - Specialist
Partner - Specialist
Author

I wish I could, its Customer data. Essentially its to Excel Worksheets that have a lot of commom fields 30 or so in each both were converted from Crosstables.

b_garside
Partner - Specialist
Partner - Specialist
Author

Dropped both using script above still leaves below in place..

2013-07-22_152150.png

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Looks like you have not concatenated

Materiel_Solutions .

Could you post the script?

or are you using the script like below?


NoConcatenate

All_Solutions:
LOAD *
Resident DCR_Solutions;

Concatenate(All_Solutions)

LOAD *
Resident Materiel_Solutions;


Drop Tables  DCR_Solutions,Materiel_Solutions;


CELAMBARASAN
Partner - Champion
Partner - Champion

No. Dont provide customer sensitive information right here. Just scramble the qlikview file data and post it here. Just to check your script.