When I export a summarized saved search to csv it ...
# general
b
When I export a summarized saved search to csv it includes a total line, Is there a way to make it not do that? In my saved search results I have marked "Show Totals" = unchecked. Maybe I am missing something that is glaringly obvious, but I feel like it might just be a enhancement request...
t
show totals only works in non-summarised results unfortunately, it is a bone of contention that it doesn't apply to summarised.
a
If you change your values that are summed to now be Max or Min then the total row will disappear For example: If you have a search with 2 columns Column 1: Customer: summary type = group Column 2: Amount. : summary type = Sum This will show a total row. However if you change it to: Column 1: Customer : Summary type = Group Column 2: Formula (Currency or Numeric) : Summary type = Maximum : Formula is SUM({amount}) This will not have a total row
b
This worked perfectly! Thanks for your help