Hello ALL,
I am trying to export report to .CSV , but I am unable to export grouped data, instead to grouped data , it exporting detail data, could you please let me know how to work on this?
for example my grouped data in matrix is as below , I need to export below data to .csv
column1 colum2 year amount
1 1 2011 $1.0
2 2012 $2.0
3 2013 $3.0
2014 $4.0
but, I am getting like below-
column1 column2 year amount
1 1 2011 $1.0
1 2 2012 $2.0
1 3 2013 $3.0
1 3 2014 $4.0
Please let me know if you have any suggestions.
Thanks