Skip to main content
Newcomer
December 13, 2022
Solved

How to obtain VarybycubeTypeId to use it in the function GetICMemberFilter

  • December 13, 2022
  • 1 reply
  • 0 views

Hi Everyone, I hope all are well.

 

I am trying to use the GetICMemberFilter function in a business rule but I don't know how to get the VarybyCubeTypeId.

 

Does anyone would know how to obtain the VarybyCubeTypeId using a XFBR?

 

Thank you for all the help.

Best answer by EricOsmanski

Try this: brapi.Finance.Cubes.GetCubeInfo(si, "CUBE NAME").Cube.CubeTypeId

1 reply

OneStream Employee
December 14, 2022

Try this: brapi.Finance.Cubes.GetCubeInfo(si, "CUBE NAME").Cube.CubeTypeId

sfilhoAuthor
Newcomer
December 14, 2022

Thank you Eric it worked perfectly!!