How to Block Account member in input reporting for some users?

Hi experts, i need to know if is possible to block input of values for some Users in the Account Dimension so that some users can input value in the report but other user cant do it.
I try to do this from "member access profile" but this option only allow you to define access right for one specifict parent o member.
I mean, is posible to asigned to Account Dimension a Propertie type "OWNER" like ENTITY?
For example: one user must to input value for the Account member "CASH", but other user dont, however i have to show the same input reporting for both users.
I hope understand the question, im sorry about my english
thank you in advance
Ignacio Vazquez

I would think you could do one of the following:
Either set account as a secured dimension.  You would then define security profiles for all account groups and assign those to your users / teams as appropriate.  Would take a while to setup initially, but if your users don't change that much it shouldn't be too difficult to manage once it's done.
Setup different input templates that only showed the accounts you wanted each group of users to see.  Put the templates in different site folders and assign access to those sites as required.  users would then only have access to open the template applicable to them.  Would require that you basically make duplicate copies or your current template, modify and save to different site folders which could become a pain if the template requires changes (since you would now have to make the same change multiple times).
Setup a macro in the current template so that you need to enter a password to unlock the send commands for the respective accounts.  I don't know if it can be setup to support multiple passwords - assuming it can, password 1 would unlock all accounts, password 2 would only unlock CASH accounts, password 3 would only unlock LIABILITY accounts, etc.  You then distribute the passwords to the users as appropriate.
Hope that helps.

Similar Messages

  • How to block a document of being printed for some users??

    Hi everyone:
    Is it possible to let just some users to print a document ??, let's say a purchase order.
    Thanks in advance.

    Hi Ernesto,
    I've done that by creating a User Permission Tree for that purpose and setting the BubbleEvent = False for Pint and Print Preview menus based on the permission of the current user.
    Algorithm
    1. Create a User Permission Tree, either by code or by UI (AdministrationSystem InitializationAuthorizationsCreate additional Authorizations
    2. Catch the MenuEvent, when pVal.BeforeAction = True and MenuId = 519 (Print Preview) or 520 (Print). Then check if the user has, or not, permission to print. If he does not, then set BubbleEvent to false to block printing.
    Regards,
    Vítor Vieira

  • No Data in Report for some users in Discoverer Viewer

    Hi we have some users for discoverer reports .The report show data to Admin user. But if the same report is run through any other user id , it displays 'No data is available'. the report is shared to the user, Proper grants on the table is given and also the user is given access to Business Area. It has been an issue only from last week before that it was working fine . There was a data dump taken from the database last week , would that be an issue ? not sure what DBA has done ..The same report is able to run through the user logins in Discoverer desktop tool .The issue is only when accessed via Discsoverer viewer
    Edited by: 801473 on Oct 11, 2010 4:59 AM

    HI Preetham,
    You can take a look at the selection and identification you have made in the multiprovider definition. Most of the cases of a multiprovider report not fetching any data relates to missing identifications of base chars.
    For testing purpose also try to include the the InfoProvider in your query so that you can see what data somes from which base cube.
    Hope this helps...

  • How to set a shared calendar 'read only' for SOME users in ML server

    I am setting up Mountain Lion Server and wish to set up a series of calendars to be used by a studio of approx 20 people - two calendars will show the kind of thing I'm trying to achieve.
    Calendar A shows appointments and meetings - it can be viewd and edited by all
    Calendar B shows who is taking leave and when - it can be viewed by all, but edited by only a small group of people
    What is the best way to set this up? On The earlier version of the server we had set up calendars on the server and delegated - this is not possible on Mountain Lion Server.

    I don't think you can do this strictly by personalization since you need to use SPEL, unless the attribute you will be using for the display to control readonly is already present in the VO. Basically you need to check a value, say Supplier, and have another attribute say readOnly, tthat is set to TRUE if the supplier equals your desired supplier and FALSE for all other suppliers.
    Regards,
    LC

  • How to set different default interactive reports for different user groups?

    I'm probably overlooking an obvious solution, but how do I set different default interactive report for different user groups?
    For the same interactive report, I want one set of users to see a default where the default filter is based on column X. However, another group of users doesn't have authorization to see that column so I need to set the default filter to something else for them.
    Thanks

    You can set a filter on a report in a URL - would that help? I think with apex 4.x you can also link to a saved default report or alternative report...

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR

    Hi,
    How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR
    Regards
    Anil Kumar

    Hello there Anil,
    A simple way to quickly get a overview is to look at the request history within the portal environment (note that this will expire in a few day based on your environment, after that you would need to FIM Reporting Module - but you could increase this to
    maybe 60 days to so, watch the DB size).
    To do this you could create some custom search scopes of do some custom queries. The creator of the SSPR activities always has the same GUID so you can use that so search.
    In your search scope you can use the following XPath to play with.
    - All Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and Operation='Put']
    - All Completed Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and RequestStatus=‘Completed']
    You can play with the "RequestStatus".
    Hope this helps.
    Almero Steyn (http://www.puttyq.com) [If a post helps to resolve your issue, please click the "Mark as Answer" of that post or "Helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer
    faster.]

  • How to set the gain and input coupling for each channel on a NI 4462 DaQ card?

    I've seen a few examples in how to set the gain for NI 4462, but none tell me how to chose the channel I wish to set this gain.  Also the same problem with input coupling
    Does anyone know how to set the gain and input coupling for each individual channel?
    Thanks,
    Hector
    LabView 8.5 Windows XP

    Hey Hector,
    http://forums.ni.com/ni/board/message?board.id=100&thread.id=1688
    This has a few examples of how to do that.  Let me know if you have further questions.
    Have fun!
    -gaving

  • BI 7.0 version report  for  anonymous user

    Dear Gurus,
    Greetings for the day!
    I want to display the BEX BI 7.0 version  report on Portal 7.0 for anonymous user. But I am not able to do the same. Can somebody please help me to achieve my task. Thanks.
    Regards,
    P.Swarna

    HI,
    Thanks for your reply,
    Its already configured and the reports working perfectly with login user ids( like end user).But when we assign same report
    to anonymous user with authentication scheme = anonymous in iview properties still its redirecting to logon page.
    Please suggest how to configure BI 7.0 report for anonymous users.
    Regards,
    P.Swarna

  • SimpleSearch can only retrieve documents(reports) for enterprise users!!

    Good Day Everybody,
    i'm using SimpleSearch to retrieve all reports for specific users, the problem is that i'm only able to retirve reports for enterprise users and i can not get reports for domain users, anybody knows why?? or there is another way to do so??
    GetDocumentList is working fine but it's only retirves reports for the loged in user only....
    also i would like to extacrt all useres which has permession to reports, so would you please give me a hand of help and send me how to do!!!
    kindly find below the code i'm using to retrieve all reports for specific users:
    //After creating connection, seesion and login using administrator enterprise user
            SimpleSearch mySearch = new SimpleSearch();
            mySearch.InAuthor = txtUsername.Text;//.Trim();
            //mySearch.InName = "";
            mySearch.BeginDate = System.DateTime.Now.AddYears(-2);
            mySearch.BeginDateSpecified = true;
            mySearch.ObjectType = "documents";// "documents";
            BusinessObjects.DSWS.BICatalog.SortType[] mySort = new BusinessObjects.DSWS.BICatalog.SortType[1];
            mySort[0] = BusinessObjects.DSWS.BICatalog.SortType.NAMEASC;
            BICatalogObject[] searchResults= null ;
            searchResults = boCatalog.Search(mySearch, mySort, null, null, InstanceRetrievalType.WITHOUTINSTANCE);
            if (searchResults != null)
                foreach (BICatalogObject myBOCatObject in searchResults)
                    Response.Write(myBOCatObject.Name + "----" + myBOCatObject.UID + "" + myBOCatObject.CreationDate + "--" +"<BR>");
            else
                Response.Write("no documents");

    Which version  are you using?
    BICatalog is pretty limited, and has been deprecated for more recent versions.
    Sincerely,
    Ted Ueda

  • How do I set Firefox to be usable for all users on one computer?

    How do I set Firefox to be usable for all users on one computer?

    I would think the about:config entries discussed are ex-factory set to values each user has to change individually, after the installation has run its course. The solution could be to have patched files ready to install post factum:
    [https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/A_brief_guide_to_Mozilla_preferences A Brief Guide to Mozilla Preferences - MDN]

  • How to set an screen variant as default for my user?

    Hello,
    For example in t-code FB50 we have 4 screen variants.  The default screen variant is 1.  How can I change the default sreen variant for my user only ?
    Thanks,
    Alexandre

    Hi
    Use T.code FB00 and in the document entry tab in screen templates and line layout variant for doc entry enter necassary details
    For further details, the following link may be useful:
    http://www.r3.duke.edu/stepbystep/journal/3.pdf
    Regards
    Aravind
    Assign points if useful

  • How to restrict a user group of SQ01 for only execution for some users

    Hi,
       I would like to know if it is possible to restrict the access to SQ01 transaction for some users. I would like that these users have only execution access to some queries associated with an user group.
       Do I have to associate the user group to the users I want to have access to it? How can I do it=
       Do I have to associate the queries created on SQ01 to the users? or it is enough to assign the users to the user group where the queries are defined?
       Do I have to associate the infosets created on SQ02 to the users? or it is enough to assign the users to the user group to which the infosets are associated?
       Thank you,
       Luz D.

    I suggest you do a web search on SQ01 and SQ02. That'll bring along SQ03 as well.
    There's so much information available on the web that there's no reason to repeat it here.
    [try google|http://www.google.com/search?hl=en&safe=off&q=SAPsq01sq02&meta=]
    Jurjen

  • How to block key figure value input in DP?

    Hello everyone!!
    I need to create a way to block the input of value in some key figures in some planning books in DP.
    I tried to create a macro to block cell input - CELL_INPUT(XXX) = 0 - , but unfortunately it doens´t work, because I have another macro (default) that keeps one cell of the entire row opened to the user insert the values.
    I can not put the "closing" macro as an interactive macro in the planning book, because, only one user is able to execute the macros, not all of them. And I also can not take off the other macro from the default event or change in the design mode of the planning book.
    Does anybody know´s another way to do it?
    Thanks a lot!!
    Regards
    Angela

    Hello Visu
    It´s not possible to create another planning book. They will have to use the same. But I have another solution. I´ll create this macro to block the values input in the determined row to be executed only for one user. This user will be the administrator, and only he would be able to execute this macro to block the other users.
    But I have one doubt,  how can I set the macro to be execute only by this user using the USER( ) function? The way I did it´s locking only this user, and it has to block all the others. The function user will be used only for the administrator.
    The macro is like this:
    IF
        USER ( 'AAA') = 1
        Line XXX (Attributes) =
            ROW_INPUT( 0 )
    ENDIF
    Best Regards
    Angela
    Edited by: Angela Christina Martelli on Mar 26, 2009 4:49 PM

  • How to block accounting by MIRO for specific type of documents.

    Hello
    Is there any possibility to block accounting by MIRO for specific type of document? So you could only account specific type of documents by FBV* or FB*.
    Regards
    Marcin Obukowicz

    Hi,
    You can try to make a validation (OB28) which will check the document type based on transaction code prerequisites.
    Regards,
    Eli

Maybe you are looking for