Filtering members - issue

Dear all,<BR>I am Prasanna.<BR>I had creatred few filters on members and created group for those filters then alloted those filters to the groups.<BR>Then created the user then alloted the user to group(not all group).<BR>Now when i check the data in the excel sdd in, it showing the data for all members, its not saying NO ACCESS.<BR>Here the steps i did<BR>1) created filter (using idescendents)<BR>2) created the groups and assigned the members.here applications were selected with filter option and the respective filters<BR>3) Created the users and assigned them to groups.<BR><BR>But i am not getting what will be the issue, that enables to show all members, even though i am allocating few groups.<BR><BR>For user there is no specific access to the application/DB is given.<BR><BR>Please help me!!!!!!

The first thing I would check is that the application/database has none set for it's default access. If it is set to read or higher, it would over rule the filer access. Then I would double check the filter I would create a test user and assign filter access with that filter on the database and check in excel that the filter does what you expect it to. Often, there are mistakes in filters that give a lot more access than expected

Similar Messages

  • Shared members issue

    Hi to all,
    I've a Problem with the shared members in a excel spreadsheet. I need to see all members in a specific dimension (shared members included). using members selection dialog box, i'm using the view method "by generation name" and the output option Supress shared members (cleared) but the shared members are filtered in the results. Using by level name is the same result.
    could you help me?
    I'm usign essbase 9.0 and add in vs 9.0
    Thanks in advance

    Certainly sounds odd... did you check the preview to see if they show up there?
    I'm just thinking it might be a post processing issue, because I haven't heard of this being an issue before so if it is there may be some option setting that is tripping it up.
    Let us know if they show up in the preview -- and if you have a suitable way to test other outlines or dimensions with similar circumstances it might help to check the preview on them as well.

  • FR Report security not filtering members

    I am building FR reports on 11.1.2.2 against a Planning database connection and as I test an end user account, the entire Entity dimension hierarchy appears for the user when he goes into the Entity point of view selection, even through he's setup to access only a few members. In our previous Hyperion versions, the list of entities would be filtered out for only what the user has access to. Does anyone know why this is the case?

    Check this post by CL Cameron's Blog For Essbase Hackers: Fixing Planning's Filters
    By default Planning creates the filters as read only, however it gets displayed in planning differently (similar to a metaread filter). So if you want to replicate the Planning behavior then you'll have to re-create the filters.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Photoshop, smart objects and dynamic filters performance issues

    Hello,
    I am quite new to Photoshop, after several years with Capture NX 2 to process thousands of NEF and  RW2 files (RAW from Nikon and Panasonic).
    I use Photoshop to read RAW pictures, convert them to a smart object, then apply several dynamic filters, mainly from the Nik Collection (Dfine, Color Efex Pro, Sharperner Pro), sometimes Topaz Denoise. I do that with actions, so I can batch process many pictures.
    But sometimes I have to manually adjust some settings, and this where I do not really understand the way Photoshop works. If I have to adjust let say the last filter on the stack, Photoshop reprocesses all the filters below, which can be very tedious as this takes lot of time.
    Is there a way to tell Photoshop to keep all intermediate data in memory, so if you have to adjust one of the last filters the process starts immediately?
    Any help would be greatly appreciate.
    Frederic.

    Thank you Chris.
    I am surprised, as for years there has been a lot of discussions about Capture NX2 which was supposed to be slow. In fact, when using the same filters (+ Nik Color Efex), NX2 is much much faster than Photoshop, and when you have to make an adjustment in any of the setttings, you can do that immediateley.
    Of course, Photoshop is completely opened and NX2 totally closed (and now not supported anymore).
    But, I really don't know how to adapt my workflow, except buying the most powerful PC possible (I already have 2 which are quite powerful), and this will still be far from being comfortable. I am used to tune manually many many pictures (adjust noise reduction, sharpening, light, colors ...), and this was quite fast with NX2.
    I am probably not on the correct forum for this, and I will try to investigate elsewhere.
    Anyhow, thank you for your answer.
    Frédéric

  • FM extraction -Filtering -Performance issue

    Hi,
    I have FM which givee me history of users who executed t-codes.I don't want to read all data and then filter.Instead I want to it be filtered (Only 3 usernames) in the FM extraction itself.
    This because it will take a lot of time and performance is effecting.
    Any ideas?
    call function 'SAPWL_STATREC_DIRECT_READ'
        exporting
          read_start_date = fdat
          read_start_time = ftim
          read_end_date   = tdat
          read_end_time   = ttim
          read_client     = cli
         READ_USERNAME   = S_UNAME-LOW
        importing
          normal_records  = normal_records_tbl.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      out_data[] = normal_records_tbl[].
      append out_data.
    Rgds
    Praveen

    Hi Praveen,
                     Take the 3 user names which you want to display into an internal table with a field UNAME.Then write the code like this...
    Loop at itab.
    call function 'SAPWL_STATREC_DIRECT_READ'
    exporting
    read_start_date = fdat
    read_start_time = ftim
    read_end_date = tdat
    read_end_time = ttim
    read_client = cli
    READ_USERNAME = ITAB-UNAME
    importing
    normal_records = normal_records_tbl.
    if sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    endloop.
    Regards,
    Ramana
    Edited by: venkata ramana on Jan 9, 2008 12:52 AM

  • Filtering members in IS

    Hello,
    We have to implement P&L Planning where the important dimensions are u2013 Company Code, Cost Center & Account.
    The req is that we have following relationships defined
    1.     Company Code and Account (Many to Many) u2013 coming from ECC
    2.     Company Code and Cost Center (One to Many) u2013 coming from ECC
    3.     Cost Center and Account (Many to Many) u2013 should be maintained in BPC. We have one IS for this.
    Now, in the P&L Input Schedule when user selects a company code and cost center only those accounts should appear in the rows that are assigned to the selected cost center as per the relationship no. 3.
    We canu2019t make use of property for Account member look-up, as the 3rd relationship is many to many.
    Can you advice how we can implement the filter in Input Schedule based on 3rd relation?
    Regards,
    Deepti

    What about using the SharePoint membership webpart?
    http://blog.animesh.co.in/2009/06/sharepoint-membership-webpart.html
    I think it is still available in the My Site in 2013 ;)
    Thanks Chris

  • LR5 Graduated filters not applied to final image

    I have recently had an issue using the graduated filters in the LR5 develop module.  While in the develop module (working with a raw image (panasonic GH3)), I can apply and use graduated filters without issue, but when I switch to the library module or export the image , the changes disappear.  I have shot a few test shots since and worked with some old images and I cannot reproduce this issue.  I have the same problem with every image from a single import.  There have been no changes in settings on the camera or in Lightroom.  I did use a new memory card, but I doubt that the card is the issue.  Attached is a screen shot of the image while in the develop module (right) and library module (left).  Anyone have ideas on how to fix this problem or avoid it in the future.

    This is probably actually not the graduated filter not working, but the preview in Develop not being reliable when zoomed out. I've run into this with my own star images. This often comes up in images such as this with lots of fine structure. The noise reduction is not shown reliably in Develop when zoomed out. Then when you switch to Develop, it creates a good preview image that does have noise reduction enabled and suddenly your images appear different and less punchy especially when you have lots of little star points. It is actually more representative in these conditions. Make sure you zoom into 1:1 to really judge what is happening. At 1:1 the preview is correct in Develop when you have lots of fine detail. You probably have a graduated filter with clarity here? That is notorious for not previewing correctly with such images in Develop. To test whether the filter actually takes, do something extreme such as a few stops of exposure or so.

  • Filtering by member properties

    Hi,
    I built a input schedule and i want filtering members by properties. I tried from the member lookup from the Current View, clicking in the dimension. I select the property value, flag the mark "use the filter" and i press "refresh". Well i've the members who fulfil this property. But what should i do if i want show only these members in my input schedule. Because if i've an expansion with "member set" = self or members it ignores the filter and show me the self member or all the members.
    Thanx in advance.

    Jose,
    I hope I understand your question correctly.
    You may concatenate the filter of the memberset; let me give you an example:
    in the memberset you may create a formula like:
    ="type="""&A50&""""
    than in cell a50 an enduser can enter an F or H or G (you have to unlock cell a50)
    you could also create a nice dropdown box where an enduser can select F/H/G en link that to cell a50.
    Hope this helps,
    Alwin

  • Filtered member roll-up

    Hi,We have created a filter based on an Attribute dimension. The attribute dimension has various department manager names as attribute members and is associated to a Dimension called Department. When a user, usually a manager, is assigned to this filter, he/she would be able to see his/her departments at the lowest level. Is there a way to roll up these filtered members so that when the user logs in, what he/she first sees is the rollup number of the filtered departments?Thanks for any helpful advice!htao1

    Hi,
    I was thinking about the scenario that you have put forward.
    Clarification 1:
    Based on your description i have just put below how your outline looks like:
    Measures
    .... BoxesSold (=PcsOrdered/PcsPerBox)
    ........ PcsPerBox(~)
    ........ PcsOrdered(~)
    Products
    .... A(+)
    .... B(+)
    .... C(+)
    Customers
    .... One(+)
    .... Two(+)
    .... Three(+)
    Please verify and correct me if i have got a wrong picture of the outline. Please check the operators too.
    Clarification 2:
    You also say that for
    Customers(one+two+three) --&gt;Product A PcsPerBox is coming to 150 ( is wrong)
    and
    Customers(one+two+three) --&gt;Product A PcsOrdered is coming to 75 (is correct assunming each customer had 25 each for PcsOrdered)
    Please give your comments on each of the clarification.
    Regards,
    Alex Thomas
    Edited by: Alex Thomas on Nov 16, 2008 10:43 PM

  • HTML not working in PL/SQL block..Help me ASAP

    declare
    l_col VARCHAR2(30) :=to_number(to_char(to_date('01-feb-2011','dd-mon-yyyy'),'dd'));
    CURSOR name_cur IS
      select name
          from   od_shift_schedule
          where   year=2011
          and    (month)=('Feb')
           and    decode(l_col,1,"01",2,"02",3,"03",4,"04",5,"05",6,"06",7,
                         "07",8,"08",9,"09",10,"10",11,"11",12,"12",13,"13",14,"14",15,"15",16,"16",17,"17",18,"18",19,"19",20,"20",
                         21,"21",22,"22",23,"23",24,"24",25,"25",26,"26",
                       27,"27",28,"28",29,"29",30,"30",31,"31")='W';
    BEGIN
      DELETE FROM nam;
      commit;
      FOR i IN name_cur
      LOOP
      dbms_output.put_line(i.name);
      htp.p('<b>Employee '||i.name||'  has been ticked.
       </b><br/>');
      EXECUTE IMMEDIATE 'insert into nam(name) values('''||i.name||''')';
      commit;
    END LOOP;
    end;Kindly help me with this
    If i'm wrong here kindly help me that how can i place a display message

    Re: HTML not working in PL/SQL block..Help me ASAP
    Using the community discussion forums for urgent issues is rude and a violation of the terms and conditions.
    http://www.oracle.com/html/terms.html
    >
    4. Use of Community Services
    Community Services are provided as a convenience to users and Oracle is not obligated to provide any technical support for, or participate in, Community Services. While Community Services may include information regarding Oracle products and services, including information from Oracle employees, they are not an official customer support channel for Oracle.
    You may use Community Services subject to the following: (a) Community Services may be used solely for your personal, informational, noncommercial purposes; (b) Content provided on or through Community Services may not be redistributed; and (c) personal data about other users may not be stored or collected except where expressly authorized by Oracle
    >
    Also please read the FAQ on how to ask questions.
    SQL and PL/SQL FAQ
    >
    2) Thread Subject line
    Give your thread a meaningful subject, not just "help please", "Query help" or "SQL". This is the SQL and PL/SQL forum. We know your question is going to be about those things, make it meaningful to the type of question so that people with the right sort of knowledge can pick it up and those without can ignore it. Never, EVER, mark your subject as "URGENT" or "ASAP"; this forum is manned by volunteers giving their own time to help and your question is never urgent or more important than their own work or than other people's questions. It may be urgent to you, but that's not forum members issue.

  • Toll- ¨FREE¨numbers are not so Free with a subscri...

    I am in Mexcio, needing to make a nuber of calls to Canada & the USA, many of them toll-free numbers (1-800 / 1-888...) but, my PAID SKYPE subscription has been eaten up by these Toll-free numbers, which have you navigate through voice menu options, which then eats up time.
    And of course I can´t get any Skype support beyond communty members issues, that have their own issues with skype & don´t answer my issue directly.
    This is ridiculous!
    I have managed to get a hold of other websites / providers who don´t even begin to make the money Skypde does, so what IS the money being used for, since customer support is clearly not one of them, nor is good user-friendly websdesign???!!
    Completely unimpressed Skype.
    Feels like a scammer who won´t allow himself to be contacted. Why? Too busy selling more product to unwary buyers.

    I have a similar problem! Everything stopped working after upgrading to Mac OS 10.8.4 through the App Store. Help!

  • ABAP Dump when executing tcode CATS_APPR_LITE for multiple selection.

    Dear Members,
    Issue:
    When executing tcode CATS_APPR_LITE for Time Approval from the remote R/3 by selecting multiple selections and click on Approve, if you get a dump saying CALL_FUNCTION_REMOTE_ERROR
    Analysis:
    If there is an SAP Note applied in 1368487 and at CALL FUNCTION CATS_CHECK _PTEXDIR FM getting the dump because in source system for this function module Remote Enabled Module option is not checked.
    To resolve this correction note 1430042 has to be applied.
    Regards
    Durga

    Dear Members,
    Issue:
    When executing tcode CATS_APPR_LITE for Time Approval from the remote R/3 by selecting multiple selections and click on Approve, if you get a dump saying CALL_FUNCTION_REMOTE_ERROR
    Analysis:
    If there is an SAP Note applied in 1368487 and at CALL FUNCTION CATS_CHECK _PTEXDIR FM getting the dump because in source system for this function module Remote Enabled Module option is not checked.
    To resolve this correction note 1430042 has to be applied.
    Regards
    Durga

  • Urgent - prepared statement explanation

    1) I am first setting a String to pull values that are not null ------->
    String customerSqlByExternalId = "SELECT LEAD FROM RECO_PROJECT_TABLE WHERE LEAD IS NOT NULL";
    2) then am calling the PreparedStatement pstmt = getPreparedStatement(customerSqlByExternalId);
    private PreparedStatement getPreparedStatement(String customerSqlByExternalId) throws SQLException {
    return conn.prepareStatement(customerSqlByExternalId);
    3) printing out the results ------------------->
    System.out.println("pstmt.executeQuery()............................................."+pstmt.executeQuery());
    what could it be .....

    Please read the forum FAQ
    https://forums.oracle.com/forums/ann.jspa?annID=1535
    *2. How do I ask a question on the forums?*
    SQL and PL/SQL FAQ
    >
    *2) Thread Subject line*
    Give your thread a meaningful subject, not just "help please", "Query help" or "SQL". This is the SQL and PL/SQL forum. We know your question is going to be about those things, make it meaningful to the type of question so that people with the right sort of knowledge can pick it up and those without can ignore it. Never, EVER, mark your subject as "URGENT" or "ASAP"; this forum is manned by volunteers giving their own time to help and your question is never urgent or more important than their own work or than other people's questions. It may be urgent to you, but that's not forum members issue.
    >
    For urgent issues, please hire a qualified consultant.

  • Exchange 2010 dynamic distribution group - too many entries in results

    Hi
    I've inherited some dynamic groups that were created on exchange 2003 [about 50 groups]. When I run the following query I seem to get far too many users returned [looking via ADUC the group should have 2 users]. How can I ensure I get the correct results?
    Get-Recipient -RecipientPReviewFilter (Get-DynamicDistributionGroup -Identity "All Staff IT").LDAPRecipientFilter | Select Name,PrimarySMTPAddress
    Thanks

    Hi,
    How about filtering members in EMC?
    I think the abnormal result related to the filter conditions.
    How about the command that Rich provided?
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Is conditional prompt possible with SAP BO AO Excel?

    Hi folks,
    Is conditional prompt possible i.e the "prompt" should appear only when the measure is used in the report?
    Is this kind of feature possible with SAP BO AO on HANA?
    Regards,
    Krishna Tangudu

    Could you clarify?
    Do you mean conditional formatting?
    If against HANA, I am not sure as the SAP help doesn't specifically mention it:
    http://help.sap.com/businessobject/product_guides/AMS14/en/14SP7_aaoffice_user_en.pdf
    See page 141 - Source: SAP help
    SAP HANA data sources
    With SAP HANA data sources, you can use the following Analysis functions to analyze your data:
    ● Inserting a crosstab with SAP HANA data
    You can also insert more than one data source in a workbook.
    ● Saving/Opening a workbook to/from the business intelligence platform server
    ● Undo/Redo
    ● Defining style sets for crosstabs
    ● Swapping axes
    ● Analyzing data with the design panel
    ● Filtering members
    ● Sorting data by members and by measures
    ● Inserting charts
    ● Inserting filter components
    ● Converting crosstab cells to formula
    ● Creating Presentations
    ● Pause Refresh

Maybe you are looking for