Forum Discussion
How do I make custom headers for tables
How do remove the title and what appears to be a sort option from my Table Visualizations? These are just counts of employees that are Male & Female, with the Headcount as the total. I am just looking to either remove the "Male" & "Female" headers, or move them to the side or something different, and I am not sure how to do that. Any help is appreciated. Let me know if more information is needed.
Anonymous You could create a measure that would return a string value like "577 Males". Then you could either set your font color to your background color or rename the field with blanks, etc. Could also use individual Card visualizations.
2 Replies
- Greg_DecklerCommunity Champion
Anonymous You could create a measure that would return a string value like "577 Males". Then you could either set your font color to your background color or rename the field with blanks, etc. Could also use individual Card visualizations.
- AnonymousNot applicable
Hey Greg_Deckler - Thanks for the reply. I was able to do some more digging around, and it turns out that selecting the "Card" layout is exactly what I need. It's let me have the same data I need/want, as well as lets me customize it to my needs. Thanks again!