Using Crystal 2013, Sp7
My data is being pulled in via a SQL query ( stored procedure). SQL query is pulling through all needed information
Problem:
I have a parameter to group data on either BORROWER along with it's agreements, or grouped by PRODUCT along with it's agreements.
Regardless of the parameter I select,only one agreement is being pulled through where in fact there are more than one when the sql query is run in the database.
My details section is suppressed to cater for the above, however, if I do remove the suppression, then all data is displayed which is supposed to.. along with one duplicate.
Where can I check what is wrong and to have the report rectified so it does not display the duplicate and group the report based on the above, accordingly?
Thanks