Jump to content

How to merge treemap buttons


Charlie Mitchell

Recommended Posts

I would suggest creating a new column in your data table with a case() statement and use that in your tree map. For example:

 

case [OldName] when "Type1" then "Custom Name" when "Type2" then "Custom Name" else [OldName] end as [Custom Types]

 

This combines "Type1" and "Type2" under "Custom Name" but leaves everything else the same, and when you use [Custom Types] in the tree map you can see the new grouped names.

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...