I have modified the report card p template in crystal report and upload to websams. However the details of the report card is duplicated. Is there any problem in the template?
The details of the report card is duplicated, it may be caused by too many tables inserted in the Field Explorer on Design Page. For example, if the "Conduct Table" is inserted in the Field Explorer on Design Page, it may cause duplicated records in Report template. Since the relationship between tables TB_ASR_RPTPSTUDENT and TB_ASR_RPTPCONDUCT is "One-to-Many",it means each student could have several conduct components, therefore it will cause the duplicated records of other tables. To solve the issue, "Conduct Table" should be inserted as "Sub-Report", to display each student's conduct components.