Skip to main content
December 13, 2022
Solved

How to obtain VarybycubeTypeId to use it in the function GetICMemberFilter

  • December 13, 2022
  • 2 replies
  • 1 view

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

2 replies

December 14, 2022

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

sfilhoAuthor
December 14, 2022

Thank you Eric it worked perfectly!!