Forum Discussion

NicoleBruno's avatar
NicoleBruno
Valued Contributor
2 years ago

CV format total line different from row expansion details

Hi all,  Is it possible to format the top row of an expansion different from the expansion details in a cube view if they are the same line on the CV set up? For example, I would like the formatting...
  • ChristianW's avatar
    2 years ago

    Hi Nicole

    You can use conditional formatting for this:

     

     

    If (RowE1IndentLevel = 0) Then
        Bold = True
    End If

    Cheers

    Christian