Permissions on dimension levels possible

I have i dimension with the hierarchy, say
Total
Countries
Regions
Cities
Shops
This dimension is also in the presentation layer, so the users can drill down to the finer levels. For certain users i wan't to restrict the possibility of drilling to regions, they aren't allowed to see the details for cities and shops. When i set the persission für this group für cities and shops to no access, it has no effect, t.i. the users still can drill down in answers.
If i try to restrict the access to the Shops and Cities columns also, it's not possible to check in the repository. Something's strange here!???
Any suggestions?
Martin

Hi,
Did you apply security in presentation laayer of repository restricting access on those columns for those users?
Try even in this way - create two reports,one with drill enabled and other with out drill,place them in different sections and apply section level security.
Regards,
Srikanth

Similar Messages

  • Security at a dimension level in a Planning Application (ver 9.3.1)

    Hi,
    I'm dealing with the Assign Access process in the Dimensions pane.
    Is it possible set access at dimension level?
    How can I set the member Account (root of Account Dimension) visible for only a subset of user?
    Thanks in advance.
    Stefano

    Hi Stefano,
    I'm currently using Hyperion Planning version 4.0.2. I tried using the ImportSecurity.exe file to update the security for the top member in Entities dimension (ie the dimension name itself) but it kept giving me this error:
    Record not processed -Finance,Entities,READ,MEMBER- Invalid Member name.
    All lines in Import Security file were successfully parsed.
    No records inserted into the database.
    1 Lines were not processed by the application due to errors.
    My secfile.txt file looks like this:
    Finance,Entities,READ,MEMBER
    Am I doing anything wrongly?
    Thanks for your help!
    Michelle

  • How to implement Dimension Level Security on Tabular?

    Not possible on SQL Server 2014 SSAS Tabular? How to work around?
    Kenny_I

    Hi Kenny_l,
    According to your description, you want to implement dimension security in SSAS 2014 tabular. Right?
    In Analysis Services Tabular mode, dimension level security (based on role permission) is not supported. This security can only used in Multi-dimension mode. In tabular mode, we can only use row-level security based on role permission.
    Please refer to links below:
    Implement Dynamic Security by Using Row Filters
    Reference:
    Comparing Tabular and Multidimensional Solutions (SSAS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Join fact table with higher dimension level

    how do i join fact tables with higher dimension levels with discoverer?
    fact with detail at level C
    measure X
    dimension with
    D->C->B->A
    E->C
    level
    A B C
    1------1------1
    2------2------1
    3------2------1
    join between fact X and dimension level C
    X=3*C because of sum(X) in discoverer and 3xC in dimension
    is there a way to get correct values for X without creating a dimension like
    D->C
    E->

    another way of asking this is whether you can create a summary table in Discoverer at a higher level than a dimension's fundamental grain. In other words - the summary examples in the documentation all describe leaving out one or more of your dimensions... they are either left in or completely taken out. But, some of the most effective summarization occurs when you summarize daily data to a monthly level. Assuming that I have a sales table (at a daily level, and a key value sales_date), and a table date_dim (primary key sales_date), I would like to create a summary sales_month_summary where the sales are grouped on month_year (which is a field in the sales_date table).
    How is this done? I suspect that we can't use the date_dim table with the summary (due to the problems noted by the poster above). Do we have to create another table "month_dim"? Do we have to fold all of the desired date attributes (month, quarter, year) into the summary? Obviously we'd like to re-use all of the pertinent already existing date items (quarter, month, year, etc.), not recreate them over again, which would result in essentially two sets of items in the EUL. [One used for this month summary, and another used for the detail.]
    I searched the forum - someone asked this same question back in 2000 - there was no answer provided.
    The only other thought I have is to "snowflake" the date_dim into two tables and two folders, one at a date level, another at the month level. Then the detail tables can connect to date_dim (which is linked to month_dim), while the summary data can connect directly to month_dim.

  • How to know on which time dimension level we are ?

    Hello,
    I would like to know is there a variable or a mean to know dynamically on which time dimension level we are in order to use that in a CASE WHEN clause ?
    By using a sort of aggregation tables in which one of the column contains the name of the level, I could know on which level I am but I can't use that for drill down. What I mean :
    Tab1 :
    'Year' as typelevel, year
    Tab2 :
    'Month' as typelevel, year, month
    In BMM, I have made one logical table with as Source tab1 and tab2 and as columns typelevel, year and month.
    tab1 has in content column the year level
    tab2 has in content column the month level.
    So when in Answers I retrieve
    typelevel, year
    the result is : 'Year', 2008
    and when I request : typelevel, year, month
    the result is : 'Month', 2008, 1
    But if I want to drill from year to month in order to have :
    'Year', 2008
    and then after drill
    'Month', 2008, 1
    it is impossible as a filter on typelevel='Year' is added on the month level, so it retrieves 0 columns.
    If someone has an idea on how to do that it would be very great.
    Thanks in advance for your help.

    Hi Supriya,
    OOTB I think you can use SharePoint designer, but I would suggest  custom code to iterate to all pages, and get the lists that are associated with these pages.
    http://stackoverflow.com/questions/633633/sharepoint-how-can-i-find-all-the-pages-that-host-a-particular-web-part
    another one would be if those lists were never used and you can check for list with empty data.
    I would use Get-SPLists to get all of the lists to check for zero items.
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/15/use-windows-powershell-to-manage-lists-in-sharepoint-2010.aspx
     http://sharepointrelated.com/2011/11/28/get-all-sharepoint-lists-by-using-powershell/
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Regarding creating SharePoint custom permissions not permission level

    Hi All,
    i want to create or manage custom permissions under permission level.
    like
    for list items Manage Lists and add items etc.
    Thanks in advance.
    Kindly suggest me some suggestion
    Varsha Patil

    Use SPSecurityTrimmedControl control to for specific users or group. But still SPSecurityTrimmedControl will not work for full control so you also need to customize permission for full controls users.
    First go to permission level page and modify the permission for full control. uncheck the permission for whom you don't want to show this control (refer below link to know about base permission)
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbasepermissions.aspx
    Then do the same for custom permission level. and now assign this custom permission to group. Later use  SPSecurityTrimmedControl in above menu and then hide/show control for users.
    http://social.technet.microsoft.com/Forums/en-US/9496525a-3f8f-47e3-a3c0-73d9a1670b0d/how-to-make-the-site-actions-menu-invisible-to-certain-users?forum=sharepointgenerallegacy
    http://social.msdn.microsoft.com/Forums/en-US/0dba2a60-204d-44d9-968f-84cd41f52e2d/how-to-hide-site-actions-menu-for-user-group?forum=sharepointcustomizationlegacy
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Comparing facts of different dimension levels - drilldown problem.

    With our customer, we do a lot of comparisons of sales budgets vs. actual sales. The sales budgets are given per month, like this:
    Sales budgets: Jan 09: 40,000 EUR, Feb 09: 45,000 EUR, Mar 09: 20,000 EUR... and so on.
    There is a time dimension (year -> quarter -> month -> day). Since BI does not seem to allow binding facts to other dimension levels than the lowest one (day in my example), I used a trick and modelled these sales budgets as a fact table: (expected sales, last_day_of_month)
    So I have this:
    Sales budgets: 01/31/09: 40,000 EUR, 02/28/09: 45,000 EUR... and so on.
    This way, I can connect both actual sales and sales budgets to the same time dimension. With this, I can create an answers report that compares the two facts easily.
    The problem is now that the customer wants to drill down. This is no problem with year->quarter->month. But then, BI naturally allows to drill further to day, and in this case, BI compares the sales budget of 01/31/09 with the sales on 01/31/09, producing wrong values.
    I either need a solution to prevent BI from drilling down from the month level in this special answer report, or maybe I am making an error with my modelling. Are there any ideas on how to do this better?

    Hi,
    I'd model the repository differently, by modeling the actual sales fact on the lowest day level, and sales budget fact on monthly level. That's how I've understood the data really is defined, right? (Lowest level physical time table you already have but for sales budget you need to create also a physical time table which is on the month level. First define the correct physical joins. Then define the logical table sources in the BM layer accordingly.) In order to be able show the sales budget together with lowest level you can create the sales budget measure as a level based measure (fix the measure to the level month in the column properties-->Level in the Administration tool).
    If you just want to prevent users from drilling-down on a specific dashboard report you can go to properties of the column(s) in that report and set the interaction type for both title and values to "No interaction" in the second tab of the properties menu in the front-end.
    Hope this helps!
    Cheers,
    Ilmari

  • ERROR: policy does not allow granting permissions at this level outlook

    Hi All,
    Our users are attempting to send sharing requests to each other via Right Click Calendar | Share | Share Calendar
    Availabilty only works fine but Limited and Full Access fails with the error: policy does not allow granting permissions at this level.
    I can see that the default sharing policy is set for availabilty only so I assume I need to add our internal SMTP addresses to the sharing policy with increased right's.
    But... From our testing in our LAB we found that if the exchange org does not have a connection to the federation setup it works fine straigh out of the box.
    Does this sound right or is my LAB just messing with me?
    Cheers
    Josh

    Hi VK, looks like these threads should resolve your problem:
    Assembly does not allow partially trusted
    callers                        
    "That assembly
    does not allow partially trusted callers."                        
    That assembly does not allow
    partially trusted callers                        
    Assembly does not allow partially
    trusted callers.                        
    WPF Assembly does not allow
    partially trusted callers
    cameron rautmann

  • Dimension level Security

    Hi All,
    Can anyone help me in providing Dimension level security for some members in a dimension? I have given planning application access as "Interactive User" and Reporting Level as "Explorer and Viewer".
    I am using Hyperion 11.1.1.3.
    Thanks in advance

    No the roles in Shared Services are not for defining member access in the planning application, if you want more information on the planning roles in shared services have a look at http://docs.oracle.com/cd/E12825_01/epm.111/epm_security/apas07.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Need information on Dimension levels

    Hello everyone specially Igor,
    Last time i asked about filling of Dimension and fact. And Mr. Igor explained well to me. Now i want to know that how many level must be in a hierarcy like Mr. Igor gave me an example that in a Customer dimension the cust_id level will be the last level in the hierarchy and cust_type_id level will be that last level in the other hierarchy and one level can have more columns (attributs)other then id e.g cust_name, address, age etc etc., so now i want to ask that if we put all these columns (attributs) in one level of a hierarchy then what will bethe other columns (attributes).
    For example i have a Loan module of a bank to make then how many dimensions will be there like i made seperate dimensions for customer personal informaton, customer address, customer contact informtaion, loan details, loan types etc. If i follow the above instructions then i will put Customer personal information, customer address, customer contact infotmaion in one dimension with three seperate hierarchies with this inforamtion and other dimension named loan right. Which means i will have two to thre dimendsions in my whole loam modules.
    Please tell me with example about the levels in hierarchy and hierarcies in a dimension.
    Here i also want to specify that i dont have anyresource to learn OWB in my whole area.
    Thanks you and wating for you repaly.
    Mustafa Ali Qizilbash
    [email protected]

    Mustafa,
    As per your brief description, you would have at least 3 dimensions: Customer, Loan and Time (time is almost always there). The customer personal information, customer address and customer contact infotmaion would not go to separate hierarchies, but to the same hierarchy and possibly to the same level (the lowest one - customer) of the customer hierarchy, because they belong to a single customer. Therefore, you would have a customet key (customer_id) and customer_name, customer_address and cust_contact_info on the first level of the customer hierarchy as attributes. What levels you would have above the customer level in your hierarchy depends on how you want to classify your customer data. For example, if you want to classify customers by geographical area (and don't want to have a separate geography dimension), you could have a geography hierarchy within the customer dimension with levels like cust_city (with cust_city_id key and attributes like city_name, city_population ...), cust_region etc. up to the highest level of the hierarchy that would probably be cust_total. From the reporting tool you will then be able to navigate data from the customer total, down to regions, cities and finally to a single customer. You could have multiple hierarchies in the customer dimension if you decide to classify customers in more that one way. For example, apart from classifying the customers geographically, you might also want to classify the customers by income level. You would then have an income hierarchy which would again start from the customer level (common to the income and geography hierarchies), and then continue up with levels like income_class etc. up to customer total (which would again be common to the two hierarchies).
    Similarly (depending on your business requirements) for your loan dimension, you would have one or more hierarchies, each with several levels.
    For the time dimension, OWB provides an out of the box dimension (see in the directory <owb_home>\owb\misc\time) with a hierarchy that goes from days to months to quarters to years.
    Regards:
    Igor

  • In-between joins between 2 dimension levels in AWM

    Hi, I have a many-to-many relationship between products and category, as these tables:
    PRODUCTS(product_key, name)
    CATEGORIES(category_key, name)
    PROD_CAT(product_key, category_key, catalog)
    I'd need to create a Product dimension with 2 levels, Category -> Product (child level), making this join through the PROD_CAT bridge table... is it possible in AWM?
    thanks!

    Think about it logically, if you add a key field, how would you lose data, since the primary key is now longer than before? Only if you remove key fields, you might lose data during table adjustment due to duplicate primary keys.
    Make sure all other field names remain unchanged.
    Try it in dev system first, check the results. For even more confidence, why not download the data first as a backup, "just in case".
    Thomas

  • Derived Hierarchy Permissions - cascading top level permissions to all subseuent levels

    I have created a 3-level derived hierarchy in my MDS model.
    Level 1 - divisions, Level 2 - groups, Level 3 - targets per year-month
    We have divisional users that would use this structure. so when I add a user I set the permissions at the division level and would like those permissions cascaded down to levels 2 & 3 without going thru and setting permissions on each node in level
    2 and level 3. Is it possible to do so? If yes, how? If not, then how do I maintain permissions for my users - how can I make sure that if a user enters a new group for a division, then he/she can use it to set targets?
    Thanks,
    Sonal

    The permission will be inherited by the subtree.
    https://msdn.microsoft.com/en-us/library/ee633750.aspx
    On the Hierarchy Members tab, each hierarchy is represented as a tree structure. When you assign permission to a node in the tree, all children inherit that permission unless permission is explicitly assigned at a lower level.

  • Dimensions, Levels and Keys

    Folks,
    I am trying to deploy and load a dimension table composed of the following columns:
    Company Id
    Company_Name
    Corporation_Id
    Corporation_Name
    Cost_Center_Id
    Cost_Center_Name
    I have created three levels: Company, Corporation and Cost Center. Each Level is composed of the corresponding id and name.
    I have also created a single hierarchy, composed of the three levels: Company, Corporation and Cost Center.
    When I deploy the script, it creates a Unique Key constraint composed of the key at the lowest level - Cost_Center_Id.
    However, it is the combination of Company_Id, Corporation_Id and Cost_Center_Id that is required to uniquley identify a row in the dimension table.
    Any clue as to what I am doing wrong?
    Thanks. Bruce

    Hi,
    I believe hierarchies in OWB are One to Many. In your example, a company can have many corporations and a corporation can have many cost centers, but a cost center can only belong to one corporation and a corporation can only belong to one company. If this was the case, then Cost_Centre_id would be the unique key. You're saying that the combination of Company_Id, Corporation_Id and Cost_Center_Id is the unique key, and this leads me to believe that you don't actually have a hierarchy (the way OWB sees it) One way to handle this is to put all the columns in a single level, and add a unique identifier for each possible combination of the three.
    If you look at "best practices" I think you'll find that you should always use a single synthetic numeric value as your primary key in a dimension table. This ensures the most efficient join to the fact table. (If you have a three column key, you need all three columns in the fact table, wasting space and creating a more complex join) Also, you should try to avoid using any keys from an OLTP system as a key in your dimension.
    Hope this helps,
    Roald

  • Different Languge/Description Based on Dimension Level

    Is it possible at all to have either short or long description be chosen through a function depending on a condition e.g. different level in cube?
    Example. If Condition A is met than Long Description is used, Condition B is met than Short Description is used.
    Edited by: user7853353 on Aug 14, 2012 2:36 PM

    Not through Oracle OLAP alone. This is more of a Reporting issue and can be done via db view or using reporting tool features:
    a) Mapping is restricted to a single column. So Long and Short Descriptions need to be mapped to a specific column in source table/view. If your condition is static or related to backend dimension attribute value conditions then you can define the logic in a source view and map both desc attributes to the special column.
    define column green_ldesc_else_sdesc in dimension view....
    case when product_alias.color = 'GREEN' then product_alias.long_desc else product_alias.short_desc end as green_ldesc_else_sdesc
    Use this column to map to short_description/long_description attributes in olap aw dimension mapping.
    b) In OBIEE Answers, you can expose the relevant fields in the reporting layer or Presentation layer of rpd and use it in a case statement to implement your logic.
    E.g:
    CASE WHEN "OLAP Presentation Layer Name"."Product"."Level Name" = 'CLASS' THEN "OLAP Presentation Layer Name"."Product"."Long Description" ELSE "OLAP Presentation Layer Name"."Product"."Short Description" END

  • Dimension Level Security on a Data Form

    Hi,
    Is there any other way in Hyperion Planning to know where the dimensional level security is missing when you get the following error - (other than manually going to the dimensions and checking it)
    "Security and/or filtering has resulted in a required dimension not being represented on the data form"
    Please let me know !
    ~ Adella

    Alp, I did try to work with your idea and it did help. Thank you so much for your input.
    Anyways, for now I think I got an answer to my question..but please do let me know of other ideas if you come across any :)
    ~ Adella

Maybe you are looking for

  • MAC pro is BETTER??

    Hey again. I was considering purchasing an alien-ware desktop computer, either the area-51 7500 or the aurora 7500 with the default setups. However, after seeing the Mac Pro, I was hesitant about making that purchase. Would the MAC Pro be better than

  • How do I find an activation code so I can use Netflix on my ipad2?

    Netflix is asking me for an "activation code" for my iPad 2. What is this and where can I find it. I want to be able to watch videos instantly.

  • Disable subgrid in ms crm 2013

    Hi All, how to disable subgrid in ms crm 2013, using javascript when onload event. i try some code that I have used in 2011, but not work in 2013 version. thanks

  • Customising start of Video Thumbnail button

    I have a project that is nearly done. I have several buttons, to chapters in the movie, that are video thumbnails. My question is: I want the appearance of the button (video subpicture) to show the frame at say 2:12 of a timeline but I want the link

  • Recs for Backup Software (W 7)

    I would like to know which program you guys use for backing up data to a NAS. I used Acronis for several months and thought all was well, but when disaster struck the backups were apparently corrupted and I couldn't restore anything. So all traces of