Calendar

(2 posts) (2 voices)

Tags:

  1. ajdjackson, Member

    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

  2. myDBR Team, Key Master

    Hi,
    to use the Calendar-functionality, please include the Calendar-extension from the report's edit page (where name, parameters etc are defined). This will include the neccessary libraries.

    --
    myDBR Team


Reply

You must log in to post.