Returning Value of a parameter in a XFBR
Hi OneStreamers,
I am trying to build an XFBR which I will link to a CV Column, that will either "True" or "False" Depending on the value of a parameter.
However I am finding trouble returning the value. I came up with this but it seems tor eturn the Default Value of the parameter and not the Selected Value :
"If args.FunctionName.XFEqualsIgnoreCase("CheckScnForVisibleColumn") Then
Dim ScnParamName As String = "3_cm_param_S_SelectFC"
Dim ScnParamValue As String = ""
ScnParamValue = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, False, ScnParamName)
brapi.ErrorLog.LogMessage(si,ScnParamValue)"
Appreciate your help 🙂
Regards,
Adam
