How to pass standard formatting conditionals to an XFBR rule?
Hello:
Looking for guidance on how to implement an enhanced conditional formatting check. It's quite simple, apply some formatting based on the account type.
Consider the example of a single row CubeView with one account as the member filter: A#A87999. Formatting should be applied if the account is a Liability type.
I have a mostly working XFBR helper that can correctly apply formatting but only if I hardcode in the account reference. Obviously that won't work for all but the simplest CV as reports are often dynamic with Member Expansions.
The mainly working formatting syntax as currently written:
If (XFBR(XFBR_FormattingHelper, AccountTypeIsLiability, Account=[A8799])=True) Then
TextColor = Red
End If
How do I make the parameter dynamic? I've tried the following:
... Account=RowE1MemberName
... Account=|RowE1MemberName|
... Account=[RowE1MemberName]
... Account=[|RowE1MemberName|]
None seem to work. Is there a different way to reference the standard available conditionals?
Thanks,
Dave
