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: 
Anonymous
Not applicable

Please Help!! MasterCalendar in Script, but dates not showing on Frontend

Not sure why no data appears for any of my calendar fields.

Please Help!!

4 Replies
Not applicable
Author

Hi chris,

First i tried to open the qvw and look at the model, and could not see anything.... And cannot do a reload, as i dont have the qvds.

However, I tried to comment out everything and just keep the Master calendar you had created...

And it looked good. I could see all the date fields.

I have modified the qvw (please find attached)....

You may want to re-check your script.

Thanks,

Robinson

Anonymous
Not applicable
Author

Any ideas about what in the script could be causing the date fields to come up blank when everything isn't commented out??

Not applicable
Author

It is more than likely this:

LEFT KEEP (Transactions)

Try removing that to see if you get the dates. It probably means that the date formats are different or something along those lines.

Edit:

I think that your field YearMonth is lacking an actual date, so that the formula:

(Date(Date#(YearMonth,'YYYY-MM-DD'),'DD/MM/YYYY'))

does not return a value as it does not have a day field. I tried it in a list box and it returns no value

Anonymous
Not applicable
Author

thanks marc

I got it figured out before. 

The date formats I had in my transactions table were not matching the formats I had in my MasterCalendar