Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do i bold the 3 Total Row Text in this pivot table. Find attached
Add the following expression for Text Format for all your expressions and dimensions:
=If(WildMatch(Upper(Text), '*TOTAL*'), '<b>')
Add the following expression for Text Format for all your expressions and dimensions:
=If(WildMatch(Upper(Text), '*TOTAL*'), '<b>')
like this?
Select Design Grip from Menu -> Then Right Click on Any Column Cell -> Custom Format Cells -> Formatting as per your requirement