Hello Magers,
I want to generate data like below in reports section. Im using getCollection.
I'm using default reports block grid for the same.
The problem is i m unable to use "With rollup" command in magento collection.
Have logged query and found that query is right with only one group by field. If i specify more than one group by field in array then with Roll up not working. OR else is there any way to change column render or row render ( except public function render($row) ).
Please show me if any one is having any ideas about this.
Thanks in advance.
Page Year Month Date Visit Australia | 2016 | August | 2009-08-10 | 3 | Australia | 2016 | August | 2009-08-15 | 9 | Australia | 2016 | August | Total | 12 | Australia | 2016 | September | 2009-09-08 | 6 | Australia | 2016 | September | 2009-09-22 | 7 | Australia | 2016 | September | Total | 13 | Australia | 2016 | Total | 25 | Australia | Total | 25 | USA | 2016 | April | 2009-04-04 | 4 | USA | 2016 | April | 2009-04-14 | 2 | USA | 2016 | April | Total | 6 | USA | 2016 | February | 2009-02-06 | 3 | USA | 2016 | February | 2009-02-24 | 4 | USA | 2016 | February | Total | 7 | USA | 2016 | Total | 13 | USA | Total | 13 | Total | 38 |
|