Grouping with more than one field

sunnyksunnyk Member Posts: 280
Hi Experts,

i have some confusion in grouping a report. Suppose i need to group Item ledger Entry first on Item No than on Location code. i made a key in table with these two fields nad defined the GroupTotalFields property as Item No, Location Code.
But i want the result to be grouped as
Item No XXXX
Location Code ABBCD
Details......................................................
Location Code ABBEF
...............................................................

I tried but to no Success!!

Can someone please tell me how to do the grouping with two dataitems.

Thanx in Advance..

Comments

  • ritesh.singhritesh.singh Member Posts: 123
    Create this report using the report wizard and then analyse this report.
    Thanks,
    Ritesh K Singh
  • satraja2004satraja2004 Member Posts: 45
    Hi,

    u can use the SETFILTER command on the ONPREDATAITEM trigger of that data item.
    Thanks & Regards

    Raja.B
Sign In or Register to comment.