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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Calendar

Hi All

I have a excel file which has the date from 01-01-201 to 17-11-17

I have createed  the master calendar , But its not working  from the actual date .

Can someone suggest me wher iam gpping wrong ? Please find the attachment  of the excel file and qvw

1 Solution

Accepted Solutions
PrashantSangle

Hi,

update your below variable and try

let vStartDate=Num(Peek('Date',0,'date'));

let vEndDate=Num(Peek('Date',-1,'date'));

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

6 Replies
MK_QSL
MVP
MVP

What is the exact problem you are facing?

smilingjohn
Specialist
Specialist
Author

hi Manish

If u look at the table  in my dashbaord attached above , the date conversion is not happening for the given date .

In my excel i dont have date starting from 2014 it in the master calendar it is starting from 2014.

And also ther is no conversion happening for my actaul date , which is from 2016

engishfaque
Specialist III
Specialist III

Dear John,

2014 is coming from listed below variable, please check

LET vStartDate = Num(YearStart(Today(), -1));

Kind regards,

Ishfaque Ahmed

tamilarasu
Champion
Champion

Check the attachment

PrashantSangle

Hi,

update your below variable and try

let vStartDate=Num(Peek('Date',0,'date'));

let vEndDate=Num(Peek('Date',-1,'date'));

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
engishfaque
Specialist III
Specialist III

Dear John,

Kindly find attached document, I hope you are looking for that one.

Kind regards,

Ishfaque Ahmed