Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
hammermill21
Creator III
Creator III

Unexpected Token - Error During Data Load Process

Hello,

I keep getting this error (see below) since I updated Qlik Sense and I'm not sure what it i:

error1.PNG:

Does anyone have any ideas? I've also attached a sample of my app.

Thank you!

3 Replies
balabhaskarqlik

May be change your script like:

Date(AddMonths(Max(Date),IterNo()-1),'MMM YYYY') as [Inspection Month]

while Addmonths(Max(Date),IterNo()-1) <= num(MaxDate);

hammermill21
Creator III
Creator III
Author

Hi,

Thanks! But now I get:

The following error occurred:

Field 'MaxDate' not found

The error occurred here:

?

balabhaskarqlik

May be change the field names and calculations.