KoolReport's Forum

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

MultiView Not Working #490

Open Mazmur opened this topic on on Oct 8, 2018 - 8 comments

Mazmur commented on Oct 8, 2018

Dear Experts,

I use multiview but does not display anything.

Please help me.

Regards

Mazmur commented on Oct 8, 2018

In Koolreport example is fine, but in Codigniter is not working.

KoolReport commented on Oct 9, 2018

I guess there would be the asset url problem that prevent MultiView or any other widget to load resources. Could you please use the CodeIgniter friendship in your report.

class MyReport extends \koolreport\KoolReport
{
    use \koolreport\codeigniter\Friendship;
}

Please let me know if it works.

Mazmur commented on Oct 9, 2018

I'm already used :

class OrderObtined extends \koolreport\KoolReport {

use \koolreport\codeigniter\Friendship;

and show error...

KoolReport commented on Oct 9, 2018

Could you please let me know what version of KoolReport are you using? It seems to me that the CodeIgniter package is used with old version of KoolReport. If possible, download the latest KoolReport Pro.

Mazmur commented on Oct 9, 2018

2.78

Mazmur commented on Oct 9, 2018

I'm already use the latest KoolReport Pro

KoolReport commented on Oct 9, 2018

It is supposed to work, not sure why. Let try another things but first remove the "Friendship" line: and then following this topic to setup report's assets url and path. The path should be relative path from your OrderOptined.php to the codeigniter assets folder. And the url should be browser url to that asset folder.

Daniel Amamoo-Otchere commented on Jan 16, 2019

Hello Kool team, I have a notice error on top of my chart using the Multiview. Please what causes that error and how can I remove it. My query does not have any parameters Below is a sample snapshot.

Counting on your assistance.

Cheers,

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

DrillDown