Skip to Content
0
Mar 31, 2016 at 05:24 AM

DAP configuration

64 Views

Hi,

I'm trying to configuring my access level and I'm getting one problem, maybe my concepts are not correct.

Le'ts say I have a XPTO dimension with two Properties, A and B

Data

XPTO, A, B

TELCO_NY, TELCO, NY

GOVE_NY, GOVE, NY

TELCO_MIAMI, TELCO, MIAMI

GOVE_MIAMI, GOVE, MIAMI

What I did is

1. Created a DAP for Telco DAP_TELCO, only putting the property A = TELCO

2. Created a DAP for Gove DAP_GOVE, only putting the property A = GOVE

3. Created a DAP for Miami DAP_MIAMI, only putting the property B = MIAMI

4. Created a DAP for NY DAP_NY, only putting the property B = NY

I applied for

I have the following user:

1. user_Telco - he can see only NY and MIAMI for telco (using propertyA) - used the DAP_telco and DAP_MIAMI and DAP_NY

2. user_gove - he can see only NY and Miami for Gove (using propertyA) - used the DAP_GOVE nad DAP_MIAMI and DAP_NY

3. user_ny - he can see only telco and gove (using propertyB) - used the DAP_NY, DAP_GOVE and DAP_TELCO

4. user_miami, he can see only telco and gove (using propertyB), used DAP_MIAMI, DAP_GOVE and DAP_TELCO

the problem is

whenever I open the USER_TELCO

i can see Telco, for MIAMI, NY, HOUSTON, LA, etc...i supposed to see only NY and MIAMI

same for others

Anything I'm doing wrong here?

Thanks.

Regards