When creating a pivotMatrix report, i create two files.

Example:

  CustomersYears.php

(with bank data and structure)

  CustomersYears.view.php

(report layout (PivotMatrix :: create (array ())))

I need to do this report in a only File.

Example:

Instead of having two files   CustomersYears.php   CustomersYears.view.php

Which can generate the report in a single file   CustomersYears.view.php

I did not find this information in the documentation

Thank you very much in advance