Hello -
I have a dynamic named range called "ERROR_TABLE" which consists of 4 columns: report name, area, owner, severity. The data in this range is updated via an upload by the user. I have created a pivot table based on this range. This pivot table - called "ERROR_PIVOT" lists a distinct count of report names with area for row and severity for column. The pivot table has 2 page-level filters, one for owner and another for severity. These page-level filters are set to "ABC" for owner and "Error" for severity.
I created the pivot table using test data which contained every possible combination of the 4 data columns, so I know the pivot table is correct. The problem that I have encountered is when one of the users loaded their data into the ERROR_TABLE range, the data did not contain any rows with an owner = "ABC", so the filter for owner is reverting back to "All" which distorts the results.
How can I keep the value of the filter static so that it does not revert to "All" when no occurrences of "ABC" are contained in the data?
TIA
I have a dynamic named range called "ERROR_TABLE" which consists of 4 columns: report name, area, owner, severity. The data in this range is updated via an upload by the user. I have created a pivot table based on this range. This pivot table - called "ERROR_PIVOT" lists a distinct count of report names with area for row and severity for column. The pivot table has 2 page-level filters, one for owner and another for severity. These page-level filters are set to "ABC" for owner and "Error" for severity.
I created the pivot table using test data which contained every possible combination of the 4 data columns, so I know the pivot table is correct. The problem that I have encountered is when one of the users loaded their data into the ERROR_TABLE range, the data did not contain any rows with an owner = "ABC", so the filter for owner is reverting back to "All" which distorts the results.
How can I keep the value of the filter static so that it does not revert to "All" when no occurrences of "ABC" are contained in the data?
TIA