Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error message

Hello everybody,

I was trying to load a script that used to work, but I don't know if it's something I've done, because all of a sudden it doesn't load the whole script. Does anyone know what this error message means?

Skärmklipp.PNG

Sincerely,

Betty Habtemariam

4 Replies
Chanty4u
MVP
MVP

plz chk with ur data it simply sayng u hve duplicate names in the script....kindly rename or comment that field to avoid this error.

hope this helps u

Thanks

Suresh

sunny_talwar
MVP
MVP

Would you be able to share the script for your table Foljande fel intraffade?

Not applicable
Author

I tried finding the duplicate name, but didn't. The funny thing is that I redid the script, which actually looked exactly like the one complaining and then it suddenly worked... Strange.

Thank you guys for answering!

Sincerely,

Betty Habtemariam

reddy-s
Master II
Master II

Hi Betty,

You must have two fields in the table with the same name:

Like this:

load FirstName as name,

       Lastname as name.........

Here there are two fields with the same name :

So just rename the fields to be unique like this:

load FirstName as Fname,

       Lastname as Lname.........

This should solve your issue.

Thanks,

Sangram