TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
Ability to suppress totals in a view
It would be nice to be able to tell TeamDesk not to total numeric values in a particular table view.

Right now, if a column has the Totals property checked, totals are displayed in all table views. I would be great to be able to not display them in certain views.

Possible ways to get around that are to create no-totals clones of columns (which forces you to be creative with column names) or to use a script to hide totals rows. But a "Do not display totals/averages" checkbox in table views would make it easier.
ID
2123
Category
Setup
Author

Jorge Solá
Date Created
9/5/2025 5:16:21 AM
Date Updated
9/5/2025 5:23:21 AM
Status
New Idea
Score
30
Promoted By
Jerry VividPatricio BustosJorge Solá
Comments
Jorge Solá 9/5/2025 5:23:21 AM
If the view where you don't want totals displayed is part of a dashboard, you can add the following CSS as a text section to hide totals:

<style>
tbody.v3-tableview-groupfoot {
display: none !important;
}
</style>

Feedback
 
Back to Search Results