Jump to content

Grand Totals in a Cross Table - Can we 'Not show' for a column of our choice


Shilpa kale

Recommended Posts

Wrap your expression for that column in an If() statement. The condition should check to see if the UniqueCount() of whatever the last thing on your categorical axis is equal to 1. The true condition should be your current expression and the false should be Null.

So, in the attached example Avg([Value]) becomes If(UniqueCount) = 1, Avg([Value]), Null).

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...