KoolReport's Forum

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

Graph Rendering Problem #964

Closed Sowmya opened this topic on on Jul 3, 2019 - 2 comments

Sowmya commented on Jul 3, 2019

Hi KoolReport team,

while I am rendering my report it shows only grid output. I cant get graph. Please check the rendering process of mine, and give the good guideline. Please please help me, for this task I raised ticket so many times. Now I reached my Deadline. Please give me reply as early as possible... I have to submit this task Today itself.....

Home.php(Home Controller)

public function index()
      {
        $this->load->view('..\mainiDM\Multi_Drop_Down.php');
      }
      //ProfitCenter_Wise_ExcelReport Execution
      public function ExcelReport()
      {
        include APPPATH."reports\ExcelReport.php";
        $report = new ExcelReport;
        $report->run()->render("reports\ExcelReport.view",true);
      }

OUTPUT

($this->dataStore('Apr_Sales') CostCentre MonFiled YearField InvoiceValue . Manufacturing 4 2019 63923906.5 . Rental 4 2019 738789.95999999996 . Service 4 2019 3474476.4300000002 . Spares 4 2019 9140239.8599999901 *. Traded 4 2019 0.0

KoolReport commented on Jul 4, 2019

You may remove the true in below, it makes report return html as string but not render to browser.

$report->run()->render("reports\ExcelReport.view",true);
Sowmya commented on Jul 4, 2019

Hi KoolReport Team,

I done as you suggested, but no use. Same Output. I implemented

'ExcelReport.php', 'ExcelReport.view.php', 'ExcelReport.ExcelView.php', 'export.php' in ===========> "CodeIgniter3/application/reports" folder.

This report I am calling from========> "CodeIgniter/application/controllers/Home.php". It redirects me the page====> "http://localhost/CI3/Home/ExcelReport"
The Output:

$this->dataStore('excelDataStore')

Please give me the solution...

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
None yet

None