Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
can any one please help in resolving the following error in master calender
.
Field not found - <<=>
TempCalendar:
LOAD
+ Iterno()-1 As Num,
Date( + IterNo() - 1) as TempDate
AutoGenerate 1 While + IterNo() -1 <=
Check the naming of your fields .
If you could upload the entire calendar script
is this typo
TempCalendar:
LOAD
FieldMissing + Iterno()-1 As Num,
Date(FieldMissing + IterNo() - 1) as TempDate
AutoGenerate 1 While + IterNo() -1 <= FieldMissing
It looks like you are using a variable that did not get defined for some reason. I suggest you post the actual script rather the the output of the script progress dialog or error message.