Ask Your Question
2

How can details sections in Crystal Reports be suppressed depending on the page number?

asked 2023-07-19 13:53:18 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-19 14:15:01 +0000

djk gravatar image

To suppress details sections in Crystal Reports depending on the page number, you can use the following steps:

  1. From the Insert menu, select Formula Field.

  2. Name the formula, and in the formula editor, enter the following formula:

if PageNumber = 1 then false else true

  1. Click OK.

  2. In the report, right-click on the details section you want to suppress, and select Section Expert.

  3. In the Section Expert, select the details section you want to suppress.

  4. In the Common tab, check the Suppress checkbox.

  5. Click the formula button to the right of Suppress.

  6. Select the formula you created in step 2 from the list of available formulas.

  7. Click OK.

This will suppress the details section on all pages except for the first page. You can modify the formula to suppress the section on different pages as needed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-19 13:53:18 +0000

Seen: 15 times

Last updated: Jul 19 '23