Solved
Forum Discussion
Nikpowar97
9 months agoContributor
I am not sure but can u try writing a XFBR and use the function (Parameter should be a literal parameter value)
Return BRApi.Dashboards.Parameters.GetLiteralParameterValue(si,False,Guid.Empty,"Default.prm_Name") and the call the same in the CV
Not sure it will work but can u give it a shot.
(I hope u have tried using hardocoding and u are getting the expected formatting due to that)
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
Related Content
- 3 years ago
- 2 years ago