Hi Experts:
I have a Crystal Report that is generated from an Oracle stored procedure. When I run the procedure on the database, I get a record that is duplicated - meaning that it returns two rows of the same data. This is fine because it is the result I want.
However, when the run the Crystal Report I have built, it gets rid of the duplicate row and only shows one occurence of the duplicated record, not 2 occurrences. I want my Crystal Report to show both records (even though they are duplicates). Does anyone know if there is something within Crystal to automatically only return one row of data is the data is duplicated? (Also, the stored procedure doesn't use "select distinct".)
Thanks experts!
Any other suggestions would be appreciated. Thanks.