Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with Getting Started for Developer v10 - Module 8

Hi all,

I'm new to Qlik View and going through the Getting Started for Developer v10 tutorial. In module 8, the user is directed to create a tempcalendar. My script reads:

//*************** Temporary Calendar ***************

TempCalendar:

LOAD

$(varMinDate) + rowno() - 1 AS DateNumber,

date($(varMinDate) + rowno() - 1) AS

TempDate

AUTOGENERATE

$(varMaxDate) - $(varMinDate) + 1;

which is exactly what the course directs. Upon reload or debug, I get this error:

Script line error:

TempCalendar:

LOAD

+ rowno() - 1 AS DateNumber,

date( + rowno() - 1) AS

TempDate

AUTOGENERATE

-  + 1

Anyone know what's going on here? Thanks!

0 Replies