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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Master calender error

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 <=

3 Replies
fashid
Specialist
Specialist

Check the naming of your fields .

If you could upload the entire calendar script

Kushal_Chawda

is this typo

TempCalendar:

LOAD

               FieldMissing + Iterno()-1 As Num,

               Date(FieldMissing + IterNo() - 1) as TempDate

               AutoGenerate 1 While  + IterNo() -1 <= FieldMissing

jonathandienst
Partner - Champion III
Partner - Champion III

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.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein