How to define User POV on web analysis

Hi All,
I got trouble on how to set user POV, i would like to set up User POV so that desired member will be selected in combo box during different user login. There is 1xx user accounts waiting me to set it up...
Pls help....

The import for WA users is notoriousl falkey, we had a 200 user system and unfortuantely had to do manually as the XML import just woudl not update them. Haven't tried in v9 yet, so could be fixed. See documentation it describes the file format pretty well.
Hope this helps
Andy King
http://www.analitica.co.uk

Similar Messages

  • POV and User POV in Web Analysis 9.3

    Hi,
    I am a bit confused with POV and User POV in Web Analysis 9.3.1. I have a few web analysis dashboard to be used by several different groups of users. I use the admin to go in and for each of the report, I set whether need to use User POV (in data layout option) and/or use POV (the POV is activated in the database connection).
    However, I use the other user id (no the admin) to login and go to each of the dashboard, such settings of using User POV and/or POV are not valid. I wonder which setting I can set so that all the user will inherit the POVs setting from the default one.
    Since I have too many users, I can not use each user id and password to do such settings individually.
    Any recommendations? Thanks in advance.

    If your chart's selections and therefore it's colors are basically static, try creating the legend by hand.
    Our users requested that the Legends be different than what we could get it to display so I turned off the Legend and created my own. Since the colors on my graph don't change I was able to hard-code the legend. Place a new, small panel inside your chart where you want the Legend to be. Then create colored squares using MS Paint (fill a square then Colors | Edit Colors to specify the exact RGB) that match the colors of each bar/pie slice and insert them as Images on the panel. Re-size so they're small. Then create a text box next to each color for your Legend text.
    Then enable a Line Border on the panel & that should do it. Right click on your chart and choose Send To Back so the Legend is on top.
    My legend is in a panel beneath the chart (not inside it) but the above steps should work for what you need.
    Be sure when you view this on whatever your standard resolution is such as 1024 X 768 that the legend & titles appear where you want them, otherwise move things around until it's satisfactory.
    Good Luck,
    Karen Smejkal

  • How to Set up the User POV in Web Analysis report

    Hi , I am new to create the Hyperion Web Analysis report.
    I am trying to set up the user POV. I have followed the document and did the below steps.
    1. I went to User preference -> OLAP Server -->checked the BOX "Save Filters only for POV".
    2. selected the layout and in options checked the Use user POV.
    after that I have opened the report in HTML. nothing got prompted.
    When I opened the Financial report, It will prompt user to select the year, period, entity, etc... I need the same way in Web Analysis also.
    I have selected Accounts in rows, Entity, Year, Period in columns , rest all i kept in Filters.
    Could some one please help me how user can get prompted to select the members from dimensions.
    Thanks

    What you have in Webanalysis is POV and PV
    Applying Point of View (POV)
    Selecting Personal Variables
    You can also look at Oracle - Hyperion Labs......: WebAnalysis - how to show the current user's report when he logs in to see how PV can be leveraged.
    There is no prompt option in WebAnalysis
    Regards
    Celvin
    http://www.orahyplabs.com

  • How to set  the Common Pov in Web Analysis

    Dear All,
    Can any one tell me how to set the common Pov for two diffrent reports underon data source in the Web analysis.

    How could it not be 5A?. If you have A for each member and then you select 5 members you are going to get 5A. If you don't want 5A then what do you want the Avg of A across the 5 members?
    The tools are working the way they are designed to, your requirement is a little out of the ordinary. Unfortunately, Web Analysis does not have conditional logic.
    Try taking my previous suggestion and adding another member in Essbase called "Count", make it dynamic calc and the formula should be ' 1; '
    The purpose here is to get a value of one in the count member for each member you are going to select in your filter. So, if you select five members in the filter, Web Analysis will now return 5A and it will return the result of "Count" which will be 5. Create a calculated member that divides the 5A value by the count value 5. That will give you the average A for the 5 members, then you can divide by 12.

  • How to define user roles

    I am ready to deploy the form, but I want to define user roles.  How do I do that?

    You can't defines roles for the fillers. You can however define roles for the form design, responses data and summary reports by sharing the form. For more information see http://forums.adobe.com/docs/DOC-2462.
    Gen

  • How to Access User Parameters in Web Reports

    Hi Friends,
    I am working on Oracle Reports 9i. I am able to access user parameters in Paper Layout by using :user_param1 or &User_param1. But when i am using the same to access user parameters in web source i am not able to access these.
    Actually inside a report i want to create a hyperlink for executing an another report. In this hyperlink i need to pass some user parameters too. But when i am using web source i am unable to access user parameters. Can Somebosy help me on that.
    Thanka in advance
    Regards
    Kamal
    [email protected]

    Hi Kamal,
    For you requirement, the following chapter in the 'Building Reports manual' should help you. Go through the chapter-" Building a Simple Parameter Form for a JSP-based Web Report'. This will help you on how to create a parameterform and to run the report based on the parameter value.
    You can download this manual from the location http://download.oracle.com/docs/html/B10602_01/toc.htm.
    Thanks,
    Vidya

  • How to write conditional statements in web analysis

    i have an average member in the Measures dimension in ASO application.
    i wrote a formulae to it as IIF(A=0 OR A=0 MISING), B/12, A/12
    The value is calculating correctly on the level-0 and displaying correctly but when it is drilled up the formulae is not working, i have ~ consolidation operator applied to the average member and i have the measures dimension as dynamica hierachy and its an accounts dim..
    so i have tried to apply a average formulale in web analysis rather than in essbase, when i drill up also it is working fine but when the A value is 0 i am getting 0 value but as per the requirement it should be B/12
    so please guide me does can i use any coniditional statements in web analysis?
    if not when i drill up how does my essbase gives the correct result instead of consolidating.

    Hi All,
    Any suggestions .. or is this is a web analysis tool feasiblillity problem ...
    when i apply more than one filter and when i try to drill up the my Average is consolidating but it should not consolidate it should give the Average value. on top it if my Average is ZERO the value should be B/12....
    Any Thoughts?

  • How to get User Id in Web dynpro application

    Hi Experts,
    I am running web dynpro application with authentication checkbox set. I want to display user id of the user in my application. I am using following code in Init method of component controller.
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    WdContext.currentContextElement().setUserName           (wdUser.getClientUserID());
    Here I am getting some integer value as userId.
    I am not using Portals, so solutions suggested for portal are not useful for me .
    Is there any way to get this uset id.
    Thanks in advance

    hi
    try this piece of code
              IWDClientUser wdUser = WDClientUser.getCurrentUser();
              IUser user = wdUser.getSAPUser();
              if (user != null)
                        IUserAccount[] acct = user.getUserAccounts();
                        if(acct[0] != null)
                                  String strUserid = acct[0].getLogonUid();
    wdContext.currentZtms_Fm_Regupdate_InputElement().setAssoid(new String(strUserid));
    Note: Defining the IUser will show an error. To resolve this, within the properties of
    the project, choose Java build path -> Libraries -> Add external jars ->
    com.sap.securities -> lib -> com.sap.security.api. Open this file and retype the code.

  • How to define user status that forbids editing the document

    Hi All,
    Im working on CRM 7.0
    I need to define a user status say " ON HOLD" . when this user status is set the document should not be edited or changed by anyone.  However as soon as we move to next status document should be editable.
    I configured a user status and in the TRANS column
    selected CLks .
    in the transaction control i have change document set to forbidden.
    The problem is when i set this status on the document , the document is locked as desired and i am not allowed to change the status itself (not desired) .
    How do i configure the status so that i can also switch between on hold  and other user statuses  or  how can i release the On Hold status?
    How do you set the Delete  option in transaction control for any allowed transaction for a user status.
    Thanks In advance!
    Survee

    Robert,
    Thank you for your input.
    We have defined a simple status  where in editing is  not alllowed by validation during save.
    We are controlling the status change from "On hold" to next status  by authorization group.
    Basically if the user has access to the auth group he can change the status to next status.
    Cheers
    Survee

  • How to define user defined schema in LDAP

    Hi guys,
    I have created user defined fields in OIM through design console.
    Could any one please help me in writing user defined schema in LDAP with the fileds created in OIM.
    Thanks,
    divya

    Hi Divya
    I'm a little confused about what you're asking. Does the custom schema already exist within your target LDAP server? Are you trying to work out how to pass custom attribute values through as part of an OIM provisioning operation? Which particular LDAP Server and Connector are you using?
    Or are you perhaps asking how to actually create a user-defined schema extension within the LDAP directory? In this case, that will completely depend on which LDAP Server implementation you're using and you should probably refer to the product docs for that product.
    Hope this helps
    Cheers
    Rob

  • How to define "User defined" palette in IMAQ Display?

    When I select the "User defined" palette in the display, it just shows the regular grayscale palette.  I want to replace this with the "Rainbow" palette but slightly modified in range.  How do I do this?
    Thanks!
    MK
    Solved!
    Go to Solution.

    Thanks Greg, I will try that, looks like that's the ticket!
    Also, something I haven't been able to figure out yet is how to find (let LabView create?) the enumerated lists that match up to whatever port needs it (in this case "Palette Type").  i've tried wiring up a blank enum but it doesn't get filled out, where can I find them or create them (without having to make them manually?)
    Thanks again

  • Setting up user preferences in web analysis

    From an admin perspective does anybody know how to setup preferences for a user/group in WA? I want to establish the users prefs, not them. Ideally, I would like to setup a group/shared preference and then put users in that group/share and have the user preferences point to the group/share preferences. As an admin i can repoint the user prefs to the group/share prefs. I did this in the web analyzer 7.2 but i don't know how to do this in system 9. I'm guessing i would do this in Shared Services??

    FYI...
    I am getting closer with this one. Shared services is the key. I set the startup page for WA in SS under projects. Users are seeing the WA document but i need for them to repoint their preferences to a shared preference under <Profiles>. My problem is the users don't see the shared pref file under the <Profiles> folder. As an admin I see the file. I suspect it has to do with SS provisioning but based on the provisioning for the users i thought they would see the shared pref file. Does anybody have any knowledge on pushing out shared preferences to users?

  • How to define User spend limit in ECC 6.0

    Hi All,
    I would like to know, is there any way where we can define spend limit per User. This can later be used whether for a particular PR where value is more than this limit has to go for approval. If it is less than it should not be applicable for approval.
    In SRM, I know we can define in personalizatio Object key, BBP_SPEND_LIMIT.
    Regards
    Krishna Prasad

    Hi Krishna,
    Please read below link and get the solution.
    http://help.sap.com/saphelp_45b/helpdata/en/0b/887415dc4ad111950d0060b03c6b76/content.htm
    You have to define po strategy in sap system
    Regards,
    Anil

  • Database Access to Web Analysis Users

    Hi,
    I am working on a planning application on EPM 11.1.1.3. I have assigned access to users to the Web forms, business rules, dimension members etc. The access is properly applied to all users when they login to the planning application.
    However, none of the security filters are applicable to the Web Analysis reports when the same users login with their ID's in Web Analysis.
    1. For example, the user can see all members in the 'Entity' dimension drop-down box in the report. What can I do to apply dimension member access to the reports also?
    2. Secondly, when a non-admin user opens a web analysis report, it prompts for a username and password to connect to the database. Only when I specify the admin username and password, the user can view the data. If I enter the user's own username and password, no data is displayed on the report. Can anybody guide me as to how I should allow database access to non-admin users.
    Any help would be much appreciated.
    Cheers,
    Sahil

    1. While users see all dimension members under Entity, do they see the data for them?
    - one way to reduce the amount of members users see is to use Meta-read filters - although meta-read filters cannot be used with write filters.
    2. Normally when users open up a WA report, the report defaults to the highest level - so total entity.
    - one way to have users see their data is to use User POV - although this requires users to set up their POV per data source under preferences (but only once).
    Hope this helps, cheers, Iain

  • Security for the Web Analysis reports

    I created a report using my user id in Web Analysis studio version 11.1.1.3. When I login as another user, I can't see the report. How do I give access to other users? Do I need to change owner? I created the report under directory, where all the reports are and the users can get to those reports.
    Any help would be appreciated.

    You would have to go into Workspace and Edit Permissions for that report to grant access to the report.
    Nick

Maybe you are looking for

  • How do you separate 3 devices that are using one account on itunes?

    I do not wish to have my families downloads on my device or vice versa!

  • Creation of tables in SAP R/3

    Hi all, I am new to SAP. i would like to know how to create tables in SAP R/3. what is T-code fot that. regards, santosh

  • How to write questions in the databese.

    Hi friends, I am making a project in java on online exam but the problem is that i dont understand how to enter long questions into the database so that it will be easy to store and read that questions back. For example i want to write following ques

  • Alignment guides

    I have smart guides turned on in CS5 and am moving an object around another object and see the alignment guides that come out horizontally, though I am not sure what they indicate? I get a horizontal line when one shape is next to another, is this si

  • Help! Left shift key not working!

    all of a sudden today my left shift key has ceased to work. the right key works fine, increasing the chance that it's hardware. I'd like to remove the key cap and see if re-seating it might fix it. I've looked in many places on how to remove it, but