Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am having this problem with linking tables in my data model. After i reload the script its saying Field not found. I am attaching some snapshot from the script.
Could you please suggest me whats the mistake i am doing?
Really appreciate your help in advance.
Thanks,
Shan
It would be good if you could tell us where exactly in your script the error message is generated. Which LOAD statement generates the error (and which field isn't found)?
Hi Peter,
Thanks for your reply. Soory i forgot to attach the script error snapshot.
Thanks,
Shan
Dear Ahmed100,
Kindly add ItemID in your preceding load, as mentioned below:
UPS_Shipped_Orders:
Load *, ItemID, ...
Kind regards,
Ishfaque Ahmed
Hi Ishfaque,
Thanks for your reply. I think ItemID is already there in the table. Correct me if i am wrong.
Thanks,
Shan
Dear Ahmed100,
Yes It's. But you are concatenating ItemID with other fields.
Add and check this line in your script,
Load *, ItemID, etc...;
Or share us your script and data file.
Kind regards,
Ishfaque Ahmed
Hi Ishfaque,
Thanks for your reply. Adding that in the script is giving me bunch of errors while reloading script. Did you take a look the LinkTable snapshot i attached earlier in the post?
Thanks,
Shan
Dear Ahmed100,
Is this possible to share your sample data file and script?
Kind regards,
Ishfaque Ahmed
Hi Ahmed100
Using just the information you provided in this thread, it's close to impossible to figure out what goes wrong in your script. Please post your entire script as Ishfaque requested.
Peter
Hi Ishfaque,
Please see your email. Let me know if you have any questions.
Thanks,
Shan