in my fr3 file there is one report which like as below.
Product --------Model------Count
Monitor------------HP-----------15
Monitor------------DELL--------11
Case---------------HP-----------22
Case---------------Dell---------16
Case---------------Sony--------18
VGA----------------Intel------ -20
VGA----------------ATI---------15
And I need to merge the cells in product column which cell values are same like below.
Product --------Model------Count
Monitor------------HP-----------15
---------------------DELL--------11
Case---------------HP-----------22
---------------------Dell---------16
---------------------Sony--------18
VGA----------------Intel------ -20
---------------------ATI---------15
how can I do this.
Pls Help me.
