Jump to content
  • 0

Hide the records and Only display the aggregation


thead

Question

3 answers to this question

Recommended Posts

  • 0

Hi Thead,

Yes, you can hide the details and only display the aggregations. Please follow the below steps:

- Create a copy of the style you are using for your report page.
- Edit the Style, and then click "Source".
- Expand "Results Page" and click on "Table Layout"
- Go to the Source tab and add the following line in the .cbResultSetOddRow, .cbResultSetTableHeader" and .cbResultSetEvenRow class:

display:none;

- Update your report page and used the Style that you created.

Also to hide the pagination, under Results Page >> click paging  and then switch to source tab and find ".cbResultSetNavigationTable" to add display:none;

This will hide the record rows, table header and paging on your report.

Please see the below sample output:

image.thumb.png.f451d3eeddcb6a424e208f13dc861ad8.png

Hope this helps.

Link to comment
Share on other sites

  • 0

This solution also works for hiding to Totals on a Reports Page when you only want to see the Group Totals.

Sometimes the Grand Total doesn't make sense. It's the grouping totals that you want.

In the copy of your style sheet, under Aggregation, switch to Source. Locate cbResultSetTotalsLabelCell, cbResultSetTotalsLabel, cbResultSetTotalsDataCell, cbResultSetTotalsDataCellNumberDate, and cbResultSetTotalsData and add     display:none; to the attribute.

It works like a charm.

Thank you!

Lynda

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...