Hi all,
I have a dimension called sales structure. This dimension has 3 hierarchies called CAMs(PARENTH1), SHOPs(PARENTH2) and INPUT(PARENTH3). CAM1 is a node(not a base member) it includes members like CAM001_SHOP001 , CAM001_SHOP002 and CAM001_INPUT. CAM002 is another node it includes CAM002_SHOP003, CAM002_SHOP004 and CAM002_INPUT etc.See the picture(picture is very similar to understand the situation but not the same )
In the INPUT hierarchy there is one node called INPUT_ALL and this node includes all members like CAM001_INPUT, CAM002_INPUT etc.See the picture
I created a member access profile to filter base level of CAM001. See the picture:
And in the input form I wrote =EPMContextMember(;"SALES_STRUCTURE";;PARENTH3=INPUT_ALL") but it shows nothing. Although the user has access to CAM001_INPUT (because it is under CAM001), it shows nothing. If I add the node INPUT_ALL to member access profile of CAM001, then it shows CAM001_INPUT and CAM002_INPUT in the input form but CAM002_INPUT should be excluded which is another unneccessary work for me(there are many CAM_INPUT to exlude). I think this is a bug but I want to ask if something is wrong.