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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
jleefjcapital
Creator II
Creator II

Master Calendar Interval () step error

Hello,

I'm using the following code for the master calendar.  It had worked with no problem with other data sets, but I get the following error message, when I try to use it with a particular data table (Alabama_employ).

I hope someone would be able to help me.

Thank you,

Jessica

Error message when I try to load:

Here is the master calendar code I'm using:

Here is the table I'm referencing:

36 Replies
jleefjcapital
Creator II
Creator II
Author

That where statement was auto generated when we established the REST connection.  It doesn't work without it. 

sunny_talwar

I have never worked with REST connection before so won't really know its limitation.

jleefjcapital
Creator II
Creator II
Author

It works, but how do I format date into MonthYear?

For instance, Jan2010 using the statement below-

Date(Makedate([year],right([period],2)), 'MMMYYYY') as MONTHYEAR,

sunny_talwar

What you have below should have worked and should show your Jan2010 for year = 2010 and Month = 01

jleefjcapital
Creator II
Creator II
Author

Sunny,

There are two load statements generated as follows.  The first load statement provides the % changes while the second one provides levels.   The levels are associated with dates, but how do I link the % change with the corresponding dates?

I've tried adding the date fields in the %-change load statement, but it didn't work.

sunny_talwar

Are there any common fields between the two? How do you know which % belong to what date?

jleefjcapital
Creator II
Creator II
Author

I know it's ordered by date, because I've verified on line via a HTML table.  I'm not sure how to add the date.