Hi,
I want to make the grand total fixed, irrespective of what fields are displayed on sheet.
Please find atttached workbook, in which I want to display the grand total of CSR count as 7 even when CSR name is note displayed.
Any help is appreciated.
Thanks in advance.
Thanks for pointing that out. I didn't see that. Understanding the scope of aggregates and controlling aggregation in Tableau is hard.
Attached is a further revision of the workbook. Here's an image:
I removed the SUM() aggregate function in the csr count calculated field. I also changed the result from using the count() aggregate function to use just the integer value 1. Then, to obtain the 7, I sum the csr count outside the calculated field.
The scope of the aggregates change when they are not use in the calculated field.
I think there are a couple of other solutions. This is just one.