KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Procedure with Category Card #2036

Closed Andre Van Der Walt opened this topic on on Apr 19, 2021 - 1 comments

Andre Van Der Walt commented on Apr 19, 2021

Hi,

We are using below procedure for a Category card on Dashboard:

use Illuminate\Support\Facades\DB;
...
$query = DB::select("
            CALL `get_results`
                (
                1,
                '".$startdate."',
                '".$enddate."',
                '".$param1."',
                '".$param2."'
                )
        ");
        return $query;

Getting following error: Call undefined categoryBucket() method. But procedure is working with a table for example.

Thank you,

KoolReport commented on Apr 20, 2021

This is not supported yet for Category

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Dashboard