MarioGV
6 months agoNew Contributor III
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 where is more than this is highlighted in red. My problem is that number is recorded in a paramenter but is not working, maybe in the image below is showing better than my explanation; could sombody knows how is the parameter format?
Thank you and best Regards
Mario G
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)) ThenBackgroundColor = Red, TextColor = Snowend ifand the XFBR is simple:
thank you for your help and I hope could be useful for somebody else.
Regards
Mario G