thead Posted September 21, 2022 Report Share Posted September 21, 2022 Hi, Is there a way to hide the detail records? So it only displays the aggregation of a certain field. Quote Link to comment Share on other sites More sharing options...
0 April Posted September 21, 2022 Report Share Posted September 21, 2022 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: Hope this helps. Quote Link to comment Share on other sites More sharing options...
0 Flowers4Algernon Posted October 1, 2022 Report Share Posted October 1, 2022 Hello, this how-to link may also be helpful: https://howto.caspio.com/styles/creating-or-editing-style/ Quote Link to comment Share on other sites More sharing options...
0 Lynda Posted January 2, 2023 Report Share Posted January 2, 2023 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 Quote Link to comment Share on other sites More sharing options...
Question
thead
Hi,
Is there a way to hide the detail records? So it only displays the aggregation of a certain field.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.