I did try the "suppress if duplicate format" by field but got varying results ...sometimes no dup name, sometimes no org or other data fields but not the desired effect, that being no duplicate record line. Former Member 2009 Jun 05 0 Kudos Hi.. Can you give a brief idea of ...
I have two objects in the details section of my report. One is a field (a salutation), the other is a text object with address fields in it. When I select Suppress If Duplicated, the field is suppressed, however, the text object continues to duplicate? Does anyo...
The crystal report does not show all data. If I execute the query generated by Crystal reports (Database->Show SQL Query) on SQL server, it gives me all rows but the report does not show all rows. I am using Crystal 10.0. Any idea why this is happening? I am clueless. Thanks in ...
Place the above three in the details section and suppress them. Then create a fourth formula: //{@display} to be placed in the report footer: whileprintingrecords; stringvar result1; stringvar result2; stringvar result3; result1 + result2 + result3 If you want to use a range parameter,...
If not isnull{table.salesno}) then //use a field that will always be present if there is data Cnt1 := cnt1 + 1; Then in the main report section expert, go to the GH1a->suppress->x+2 formula area and enter: Whileprintingrecords; Shared numbervar cnt1; Shared numbervar cnt2; ...
Only other step I had to add was to group by visit date as many of the patients had multiple visits and I needed to report their equipment for each visit. Thanks again! Upvote 0 Downvote Not open for further replies. Similar threads Locked Question How to duplicate data from main ...