Issue with Cube Bound Parameter Name - coming as blank in BR (OS Version 7.4.2)
Hello Experts,
I am trying to pass cube bound parameters to a BR to do something with it. I can read all parameter except Cube Name. For some reason it is blank. Anyone came across this issue?
Cube Definition:

Reading in BR as below:
Dim CubeName As String = args.NameValuePairs("DrilledCube")
brapi.ErrorLog.LogMessage(si, "DrilledCube:- "+CubeName)
