Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
harleen_singh
Creator III
Creator III

Loading 4 files in same table

Hello,

I am loading 4 files all having same number of columns and same name.

I want to load it in the same table say A:

when m doing partial reload it creates A1, A2, A3, A4 different tables. But i want it to load it on same table A: only.

Can anyone help me??

thanks

Lavi

7 Replies
tresesco
MVP
MVP

probably this is because, you are using partial reload. reload might solve your problem. if partial reload you need at utmost, you can try using "concatenate (Toptablename)" between tables.

regards, tresesco

harleen_singh
Creator III
Creator III
Author

Hello Tresesco,

yes reload is my problem. I have to do partial reload here.

Well i have tried Concatenate(A), Say if my table name is A.

but again it is creating two tables A and A1

I want it to create only A table and load all table values

thanks

Lavi

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

I strongly recommend getting rid of partial reload - it's an old rudiment, not very well supported. If partial reload is used to shorten the load time, you can transform it into a QVD load and still use a full reload.

just my 2 cents...

harleen_singh
Creator III
Creator III
Author

Oleg,

Thanks for ur suggestions about reload.

But my question is not answered. I don't have access to server for all reload i can do only partial Reload.

Is my problem can be solve through partial reload??

thanks

Lavi

tresesco
MVP
MVP

Hi,

mine is working ! probably you are missing ADD before CONCATENATE.

Regards, tresesco

harleen_singh
Creator III
Creator III
Author

tresesco,

I have used add obviously i cannot do partial load without that.

thanks

Lavi

tresesco
MVP
MVP

can you please post your script, or upload sample application? that could help us understand the possible issue.