Alexis Isenberg Posted August 8, 2016 Share Posted August 8, 2016 When working in a Cross Table, if you use the Show/Hide Items option it will filter down the data to what you've selected, but the GRAND TOTAL, is still the total of all the data. How can you get the total of just the Show/Hide items you've chosen. For example, If I've chosen to display the top 10 accounts by units and I want to know the total of those top 10 accountsand see the total of all the other accounts (not including the top10)how can I display that If not available in a cross table, what other visualizations will allow me to see this information Do you need to create a custom express or calculated column Link to comment Share on other sites More sharing options...
Sean Riley Posted August 9, 2016 Share Posted August 9, 2016 If you use visualization properties > Data > Limit data using expression to limit your data then that will exclude data from the entire visualization, including the totals. Your "Limit data using expression" expression would just need to mirror the aggregation/grouping you have in your cross table. Here are a few examples to give you an idea of the functions/syntax: Rank([sales],'desc') Link to comment Share on other sites More sharing options...
Alexis Isenberg Posted August 9, 2016 Author Share Posted August 9, 2016 does this respect the filters and filtering schemes Link to comment Share on other sites More sharing options...
Sean Riley Posted August 9, 2016 Share Posted August 9, 2016 Yes, this is effected by filtering. Link to comment Share on other sites More sharing options...
Sean Riley Posted August 9, 2016 Share Posted August 9, 2016 Yes, this is effected by filtering. Link to comment Share on other sites More sharing options...
Peter Ferrett Posted June 27, 2019 Share Posted June 27, 2019 I know this is an old question, but in case anyone else comes across this post lookingfor an answer: In the "Totals" section, change "Calculate Totals" option to "As the sum of cell values". The total will now display only the sum of the items restriction by the Show/Hide Items. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now