Forum Discussion

MarioGV's avatar
MarioGV
New Contributor III
6 months ago

cell format in CV using parameter

hi Team; I've a cube view showing accounts than need to highligh in red when overlap a number dependig the FxRate, I created an Finance BRule searching for a specific rate and multiply be a number wh...
  • MarioGV's avatar
    MarioGV
    5 months ago

    I created an XFBR using the funcion GetLiteralParamenterValue and the way to call the function in a cube view is:

    If (CellAmount > XFBR(LCI_XFBR_GetParam, GetVarianceValue)) or (CellAmount < -XFBR(LCI_XFBR_GetParam, GetVarianceValue)) Then
        BackgroundColor = Red, TextColor = Snow
    end if

    and the XFBR is simple:

    thank you for your help and I hope could be useful for somebody else.

    Regards

    Mario G