Page 1 of 1

Adding dimensions in}Securityoverlayglobal cubes manually

Posted: Tue Jun 04, 2019 11:51 am
by spartan
Hello All,

Is their any method to insert dimension while creating }securityoverlayglobal_Cubename. I have seen that the syntax as below

SecurityOverlayCreateGlobalDefault(‘DataCube’,
‘0:0:1:0’);

Is their any way of inserting dimension name in place of 1 's and 0's.

Re: Adding dimensions in}Securityoverlayglobal cubes manually

Posted: Tue Jun 04, 2019 1:16 pm
by tomok
spartan wrote: Tue Jun 04, 2019 11:51 am Is their any way of inserting dimension name in place of 1 's and 0's.
That's what the 0's and 1's are for. O means do not include the dimension and 1 means include it. This is based on the dimension order in the cube you are creating the }Security overlay on. You can't include dimensions that are not in the cube so why do you need to type in the dimension name?