Hi
Just updated to v5 and thought I'd have a play with the new Calendar functionality.
I've created a very simple attempt but I receive the following:
Please include the Calendar functionality from the report info
The report code is as follows:
select 'dbr.calendar', 800;
select 'dbr.calendar.options', 'header', '{"left": "today","center":"title","right":"month,agendaWeek,agendaDay,listMonth"}';
select date(LastPromise),date(LastPromise),`Order` from schedule where cast(LastPromise as date) <= "2018-01-31" and ifnull(cast(LastPromise as date),"2018-01-01") >= "2018-01-01";
I hard-coded the in_to and in_from variables after the report failed with the same error.
I also tried the ajax method with the same select query in the the dbr.calendar.report but got the same error.
Is there something more I need to install etc?
Cheers
Jake