i have a crystal report and there is a field in details section which currently showing for each row. what’s the way to set this field to show only once on the very first row?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right-click on the field in Report Designer, select Format Field…, click on the Common tab in the Format Editor dialog, click on the conditional suppression button (the box marked
x-2to the right of Suppress) and enter the formulaRecordNumber > 1. Click Save and close to exit the Suppress Format formula editor, then click OK to exit the Format Editor.