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

concatenate

I have multiple sources with some of them the same field names like year, month,material etc. when i use concate nate ..still i get the synthetic key issues.  its is not advisable to use alias for my script.

any other ideas?

s

12 Replies
Gysbert_Wassenaar

Please post a small qlikview document that demonstrates the problem.


talk is cheap, supply exceeds demand
Anil_Babu_Samineni

Can you share the Sample Data / Fields which you have .

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
raadwiptec
Creator II
Creator II
Author

it would be difficult as.. the existing report lines of code is more than 3000 lines and iam trying to add a new source file which has the similiar fields ..

i tried concatenating ..but iam getting sythetic keys..

Gysbert_Wassenaar

Make sure you're concatenating it to the right table. Make a habit of explicitly specifying the table name you want to append the data to: CONCANATE (MyTargetTable)


talk is cheap, supply exceeds demand
Anonymous
Not applicable

Hi,

Use qualify and unqualify functions for avoiding synthetic keys.

Thanks,

Anonymous
Not applicable

Hi ,

Please share sample data ,it will  useful to understand your problem.

PrashantSangle

Post your script.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
martynlloyd
Partner - Creator III
Partner - Creator III

If you can't post the script, please post image of table viewer (Ctrl-T)

Marty.

raadwiptec
Creator II
Creator II
Author

hi gysbert,

In the script there are couple of table which are made as link table.. iam basically trying to concatenate the the new source file with the Link table.. but it is going for loops..