hELLO,
I have 3 fields in details section . Each of contains 15 records but i want to print only distinct of those. That means i should get only three fields rather than 45 fields. is that any provision in crystal report to print only distinc fields from details section. I am calling data from View. when i run query (select distinct(metimpno) from view_metalutl)in SQL Server then it gives exact result. So plz help me out.