12-13-2022 12:17 PM - last edited on 05-03-2023 09:12 AM by JackLacava
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.
Solved! Go to Solution.
12-13-2022 07:33 PM
Try this: brapi.Finance.Cubes.GetCubeInfo(si, "CUBE NAME").Cube.CubeTypeId
12-13-2022 07:33 PM
Try this: brapi.Finance.Cubes.GetCubeInfo(si, "CUBE NAME").Cube.CubeTypeId
12-14-2022 10:33 AM
Thank you Eric it worked perfectly!!