I am working on crystal report with backend as sql server 2005. Report is used to display tenant details with a flat in which he is residing. On filter screen i have filter Sort By tenant or unit.
When I sort by tenant, details appear as shown below,
Tenant name tenant_unit tenant_rent
A 160 1000
180 1000
B 170 2000
When sort by Unit, details appear as shown below,
Tenant name tenant unit tenant rent
A 160 1000
B 170 2000
A 180 1000
My question is, Is there any way to bring details in one line instead of two lines when sorting by unit?
FYI: On crystal I have group of tenant with sort order original.