Hi I am new to crystal reports, I facing problem to generate a report can any one help, my sample table is below,
name district typeofChange
xxx DC hh
xyz NC hh
xzx DC shelter
qwe NC earning
wqew NC shelter
ret DC earning
TERE DC hh
Now i want ot create a report that will look like this
DISTRICT TOTALCHANGE HH Shelter earning
DC 4 2 1 1
NC 3 1 1 1
now how can i achive thi, I tried using the running total but I coudnt get the exac result, can any one help me, i want to do a groupby district and count records for each type of change.
Thanhks in advance
name district typeofChange
xxx DC hh
xyz NC hh
xzx DC shelter
qwe NC earning
wqew NC shelter
ret DC earning
TERE DC hh
Now i want ot create a report that will look like this
DISTRICT TOTALCHANGE HH Shelter earning
DC 4 2 1 1
NC 3 1 1 1
now how can i achive thi, I tried using the running total but I coudnt get the exac result, can any one help me, i want to do a groupby district and count records for each type of change.
Thanhks in advance