Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Vince_CH
Creator III
Creator III

Field not found during script loading

Dear Friends,

I encountered an issue today, that during script loading it appeared the field of "Date" cannot be found. actually it was there as below yellow marked. also it was no problem when i run the same script in earlier days.  what could be problems and causes? thanks for the help in advance. 

11.jpg

6 Replies
Anil_Babu_Samineni

Can you try to load one more time from scratch and see If Prod.Order_Start_Date field is available or not.

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
mikaelsc
Specialist
Specialist

check "where" clause? (not visible on your screenshot)

asinha1991
Creator III
Creator III

check if you put ";" semicolon after every load or any other statement written previously

Vegar
MVP
MVP

You can not refer to the field Date anywhere in the load statement, you have to refer to the Prod.Order start_date. This includes the whole LOAD and WHERE part of the query.

Vince_CH
Creator III
Creator III
Author

Gents, thanks, I checked, bug was from the source data that one more row as added on the top of headline, so the field can not be found during loading. thanks very much for the support.
Sameer9585
Creator II
Creator II

try this?

Date(Prod.Order_Start_Date,'MM/DD/YYYY') as Date