Forum Discussion

sfilho's avatar
sfilho
New Contributor III
3 years ago

How to obtain VarybycubeTypeId to use it in the function GetICMemberFilter

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.

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

  • EricOsmanski's avatar
    EricOsmanski
    Valued Contributor

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

    • sfilho's avatar
      sfilho
      New Contributor III

      Thank you Eric it worked perfectly!!