In the header format try this conditional statement:If (ExpansionLevel >
1) Then Bold = True Else Bold = FalseI had Time in Expansion Level 1 and
Scenario in Level 2 and this bolded Scenario and not Time. Not sure if
that's what you're looking for.
If you have the parameter in the cube view time POV then try this in the
title/page caption. You'll need this in the cube view POV to work to
pass through the variable.|CVTimeShortDesc| |CVYearPrior|
Hi - There are three sections for the header and cell formatting: cube
view, Excel, ReportIf you go to header format scroll down to the Report
section there'll be a ReportColumWidth. In the screenshot below, I have
set mine to 15 but you may have to ...
HI - Sorry I just noticed I didn't use the same formatting and then the
color isn't necessary. If (HeaderDisplayText = 'Account 3') Then Bold =
True, ReportUseTopBorder = True, ReportUseBottomBorder = TrueEnd IfI
used ReportUseTopBorder and ReportUse...