Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Strange issue

This is the second time this week I ran into this and I am not sure if I am doing something wrong or if it is a strange quirk that I have run into.

(I am not great at coding so I am sure there is a different way to do this)

I have three referrals tables and they each build off the previous one.  Referrals2 creates a flag using the full load in the Resident table called Referrals.

Referrals3 is just a check point I built for myself to validate the total number of 'good' records.

When I hit run QlikView is loading Referrals2 twice(see Referrals Progress attachment)

Any Ideas?

1 Solution

Accepted Solutions
rajeshvaswani77
Specialist III
Specialist III

Hi Katie,

Include the word noconcatenate as shown below.

Referrals3:

noconcatenate

load * resident Referrals2

thanks,

Rajesh Vaswani

View solution in original post

4 Replies
rajeshvaswani77
Specialist III
Specialist III

Hi Katie,

You have said Load * for Referrals3. Means the column names are same and this is concatenating with Referrals 2.

By default QlikView is joining the columns that have same names.

Try Noconcatenate immediatly after referrals3.

thanks,

Rajesh Vaswani

Not applicable
Author

Very interesting...

Could you show me a sample of the syntax so I don't screw it up?!

THanks

rajeshvaswani77
Specialist III
Specialist III

Hi Katie,

Include the word noconcatenate as shown below.

Referrals3:

noconcatenate

load * resident Referrals2

thanks,

Rajesh Vaswani

Not applicable
Author

HAHAHA... litterally what you said in your first post!

Thank you so much for your help and I appologize for my stupid moment!