I have a bit field in my SQL Server data table called 'inPub' with 1/0 True/False values.
When I surface the data in an Excel pivot table I get a layout like this

How do nI change those TRUE/FALSE display values into something more meaningful and insightful such as InPub/NotInPub
CASE WHENto replace values with text but that would mean you'd have to change the query each time you wanted to change the text - Panagiotis Kanavosbitfield, ie a field where each individual bit represents a different flag. - Panagiotis Kanavos