DDrider
2 years agoNew Contributor III
Formatting for different member expansions
I have a report that has a specific formatting request. The report uses two Member Expansions in the columns. The client requests that the 1st member expansion have no formatting, but the 2nd member ...
- 2 years ago
In the header format try this conditional statement:
If (ExpansionLevel > 1) Then Bold = True Else Bold = False
I 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.