Default dashBoard for Group

Hi Gurus,
How to set up default dashboard for a group of users..if i have 3 groups like g1,g2,g3..users need to get default page based on the group they belong to.

Hi SaiChand,
By looking the above link he used SQL to authenticate user like p_user=upper(:user)..how can i authenticate user and Group..can u send me SQL for that....what I am Expecting is when user enters his user name,it should be authenticated and get Default dashboard based on group he belongs to?
Edited by: User on Feb 7, 2012 4:47 AM

Similar Messages

  • How to set the Default Dashboard for a Group

    Hello,
    we have, in our project, two groups defined in the dashboard; How can we set the Default Dashboard for each Group?
    Actually every user of both groups at logon views the "my dashboard" page.
    Thank you

    hi
    check this http://obiee101.blogspot.com/2008/06/obiee-directing-user-to-default.html
    also this..
    http://bvellinger.blogspot.com/2008/04/default-dashboard-obiee.html

  • Default Dashboard for user

    Hi!
    i am facing the problem to give default Dashboard for user.i can set my default dashboard from "my account" but is there any other way so that Administrator can give diffrent dashboard to diffrent user as default dashboard ???as in i want user1 can have dashboard1 as default dashboard whereas user2 can have Dashboard2 as default, which admin can set.
    Regards,
    Deepak

    Is this helpful?
    http://obiee101.blogspot.com/2008/06/obiee-directing-user-to-default.html

  • Default dashboards for users

    How can I set default dashboards for users on startup? I mean always a user start OBI,one (default) dashboard should be shown...How can I set this property? Can anyone tell me in detail?

    Hi,
    You can set the default dashboard for user.
    After logging with the user in OBI Answers Goto-->Settings on right top corner then click on My accounts and there you will find default dashboard preference where you can set it.
    If you find thsi answer useful please mark it correct.
    Regards,
    Tarang Jain

  • Setting Default Dashboard for weblogic

    I have migrated from 11.1.1.5 to 11.1.1.6 I have copied & pasted catlog in EM.
    Issue is I am not able to set default dashboard page to weblogic i get error
    Exception occured when saving user preferences to catalog access denied for user  to path /users/weblogic/_prefs/userprefsxmlstore
    I have granted full control to weblogic. & I can set this page as home page for another user.
    How can I achive this for weblogic
    Thanks
    regards
    Sameer

    Hi All,
    You can check this topic on suppot.oracle.com
    https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?id=1474923.1&type=DOCUMENT&displayIndex=1&returnToSrId=&srnum=&org.apache.myfaces.trinidadinternal.webapp.AdfacesFilterImpl.IS_RETURNING=true&_adf.ctrl-state=sixc8by79_9

  • Setting default page for group

    I have a single content area setup with 2 folders. Each folder has been published as a portlet and are displayed on my page
    in tabs (1 folder portlet included in each tab). I have 2 groups: Group A should have Tab 1 on page displayed as default
    and Group B should have Tab 2 on page displayed as default.
    Is there a way to do this?
    Thanks,
    Lisa

    first,you should edit your page, then click the edit icon of your tab,in the opening window click the tab 'advanced option',in this page you can grant your group access.
    finally,you should set your two group default page to your page.

  • Regarding Default dashboard

    Hi Experts,
    i want to set default dashboard for particular user and group.
    i dont know the steps for setting different default dashboard for
    different users.
    please give any solution for it.

    if you're using external table authentication, you better store the PORTALPATH in your database for each user and now in initialization block assign this column value to the PORTALPATH variable so that when user logs in using PORTALPATH it always navigate to the specified dashboard in portalpath column.
    check this for more info
    http://obiee101.blogspot.com/2008/06/obiee-directing-user-to-default.html

  • How can I disable "Modify Dashboard" for specified USER?

    I want to disable "Modify Dashboard" for users. But I can't find which rights (in Manage privileges) is for this feature.
    SORRY duplicate with Link: disable edit dashboard for groups
    Edited by: Vlada on Sep 26, 2008 10:37 AM

    This is done in the "permissions"of the dashboard. You have to set it for each dashboard if the user some create dashboard rights.
    regards
    John
    http://obiee101.blogspot.com/

  • Default dashboard page per user - Defaulting to 2nd page of the dashboard.

    Hi...
    I have implemented the default dashboard for each user.. it works perfect.. when the user logs in, it defaults to the first page of the dashboard. If i have to default it to second page or third page of the dashboard , what do i do?
    Please suggest...
    Thanks,
    Lona

    Hi,
    You can use PORTALPATH variable to default for a specific user or role.
    Hope this helps.
    Thanks,
    Rajesh Gurram

  • Default dashboard page for each user group

    How can I set for each user group (or for each user) which dashboard will be opened as the deefault after login?
    Can I also set the default page in that dashboard?

    Hi,
    Under Settings->My account->Preferences->User can select his default dashboard.Is it ok?
    If you dont want them to select that option,you need to redirect them...You can use that blog....
    Create a table in db with two columns-User, Portalpath
    In initialization blog give query to fetch Portalpath from db based on user login... Follow steps from blog...
    Check this blog....http://bintelligencegroup.wordpress.com/2010/09/23/external-table-authentication/
    Clear explanation for external table authentication....in the same way you cna do but take two columns user,portalpath and follow the steps in blog.
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Oct 7, 2010 1:44 AM

  • Setting Default Dashboard based on Groups/users in OBIEE 10g

    Hi,
    I am having a requirement and facing some issues with setting a default dashboard option to the users who ever access the application. Below is the brief description of entire requirement.
    The main requirement is to integrate OBIEE into a .net and silver light application. We will be having a 3 links in the .net application , which in turn displays the OBIEE reports and dashboards upon clicking the 3 links.
    We are using the concept of Init blocks, session variables and Go URL from an OBIEE standpoint for accomplishing this integration requirement. We have also configured LDAP server in OBIEE.
    The issue we are facing is out of the 3 links in .net application, we have one link/icon called dashboard icon which should display bunch of OBIEE dashboard pages in the form of 4 tabs but currently it is showing the My Dashboard home page. For this to achieve to set default dashboard page is to go to My account and change the default dashboard to the desired dashboard and log out and log in back to the application and we will be all set with dashboard pages being displayed upon lcking the dashboard icon but this is manual process for each user as they need to login into the .net application and change the setting s in My Account manually to change the default dashboard setting to the desired one.
    How should I make sure, whoever is logging into the Application (every user) should be able to see the default dashboard pages without changing the options manually by going to My Account.
    The LDAP server is taking care of the Authentication part of the users as every user record is maintained in Active directory which in turn is part of LDAP server.
    To brief high level requirement on single statement is  how to make a default dashboard pages to users based on group in OBIEE. Is there any option in OBIEE, where we can change or set a default dashboard to particular group in OBIEE either in RPD or UI level.
    Appreciate your help on this.
    Let me know if anyone needs any more information in this regard.
    Thank
    Praveen

    You can set 'PORTALPATH'. Have a look at these threads below:
    how to get default dashboards when users logs in
    Re: PORTALPATH for Each Group
    - Bharath

  • Can you set default values for person/group picker fields? To current user?

    Two-part question/issue . . .
    Part 1:
    In InfoPath 2013 in use with SharePoint 2013, how do you set a Default Value for Person/Group Picker fields? Other field types like Text Boxes have a Default Value section in the Data tab of Properties.  There doesn't appear to be any equivalent for
    the Person/Group Picker field type in Properties.  I'd like to set a default person for a few fields in a form I've created.  Is this possible?
    Part 2:
    The default user I want to set for one of those Person/Group fields is the "current user."  I want a user to log into our SharePoint 2013 intranet, load a new form for edit/creation, and have one of the Person/Group fields in that form to
    automatically populate this particular user.  Is this possible?

    Hi Stephen,
    You can auto populate your InfoPath farm with current user Name and all other property that you have in your User profile, you have couple of options.
    First you can make a secondary connection in your InfoPath form with user profile and can use the UserProfileService.asmx and call the GetUserProfileByName method. Here is the steps you can follow.
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx
    Secondly you can use JQuery and SPServices ,
    $().SPServices.SPGetCurrentUser function to populate the values with script to achieve the same in this case you no need to use InfoPath form just create simple text type column in SharePoint
    list and auto populate it with getting the current user Name from User Profile here is the scripts
    <script language="javascript" type="text/javascript" src="../../jQuery%20Libraries/jquery-1.4.2.min.js"></script>
    <script language="javascript" type="text/javascript" src="../../jQuery%20Libraries/jquery.SPServices-0.5.4.min.js"></script>
    <script language="javascript" type="text/javascript">
    $(document).ready(function() {
      var userCurrentName = $().SPServices.SPGetCurrentUser({
        fieldName: "CurrentUser"
      $("input[Title='CurrentUser']").val(userCurrentName);
      var userPhone = $().SPServices.SPGetCurrentUser({
        fieldName: "WorkPhone"
      $("input[Title='Phone']").val(userPhone);
    </script>
    Krishana Kumar http://www.mosstechnet-kk.com

  • Default email for each contact when emailing to a group?

    Hi
    When I use Mail.app's shortcut for sending email to a group, I don't seem to have control over which of several emails (work, home, etc.) that exists is being used for each contact.
    I want to specify a default email for each contact so that I don't have to manually adjust each contact.
    Is there any way to do this?
    Thanks!

    Make 2 contacts with an email address each rather than 1 contact with 2 addresses.

  • EMET group policy preference "application configuration" vs "default protection for popular software"

    Hello,
    Trying to implement EMET 4.1 update 1 in a VDI environment using group policy. When all default protections are enabled (IE, recommended and popular) EMET is blocking the startup of windows media player within citrix session as caller
    mitigation. At this time I wanted to use the GPO "Application Configuration" to specify an exception as "wmplayer.exe -Caller". Even tried "*\Windows Media Player\wmplayer.exe -Caller" but startup would still get blocked. When
    using emet_conf --list I would see three entries for wmplayer and the only way to remove Caller is to disable policy "default protection for popular software". Shouldn't settings in Application Configuration take priority as being the exception to
    the rule? Alternative is to turn off the "default protection for popular software and list all of them one by one (or use XML file)
    here is part of the output of emet_conf --list
    all policies:
    wmplayer.exe           *\Windows Media Player       DEP SEHOP NullPage HeapSpray
     EAF MandatoryASLR BottomUpASLR LoadLib MemProt SimExecFlow StackPivot
    wmplayer.exe                                        DEP SEHOP
    NullPage HeapSpray
     EAF MandatoryASLR BottomUpASLR LoadLib MemProt SimExecFlow StackPivot
    wmplayer.exe           *\Windows Media Player       DEP NullPage HeapSpray Botto
    mUpASLR LoadLib MemProt Caller SimExecFlow StackPivot
    without "default protection for popular software" (much less applications listed)
    wmplayer.exe                           DEP SEHOP NullPage HeapSpray EAF Mandator
    yASLR BottomUpASLR LoadLib MemProt SimExecFlow StackPivot
    wmplayer.exe  *\Windows Media Player   DEP SEHOP NullPage HeapSpray EAF Mandator
    yASLR BottomUpASLR LoadLib MemProt SimExecFlow StackPivot
    Thank you

    if I understood correctly from talking to EMET feedback team last time, they said  App Config settings don't actually override any the default app or popular or IE protection profiles. (it really seems like App config settings override the other profiles
    from the manual, hey? I thought so as well) 
    Sooo, it sounded like we'd need to extract the recommended or popular app list, convert it to the path + mitigation not included format for the app config GPO and then just use app config to manage it. 
    Needless to say it sounded surprising and laborious and not management by exception at all. 
    Rinse repeat for new versions of emet and XML policy files . 
    p.s what would be really helpful in the admin guide is some real world examples of contoso.local where they apply the recommended apps + a few exceptions for all + custom exceptions for a separate class of  machines or groups of users. hmeh.

  • Can we have a Default Value for the dashboard prompt ?

    Hi
    I have a requirement as when we run the dashboard, dashboard prompt should be defaulted with a value for the first time.
    Defaulting the values is done by SQL Results,but when i try to change the values for that prompt it is not showing any other values other than the defaulted prompt.
    Ex: I have a dashboard prompt as Employee Name and i have defaulted the value for that with 'Scott' and ran the dashboard.
    When i try to run it for different employee i am not able to get other values to be selected.
    Do we have any mechanism as such we can have default value when we run the dashboard for the first time and then all the values when we run it for the second time?
    Thanks

    user12846884 wrote:
    Defaulting the values is done by SQL Results,but when i try to change the values for that prompt it is not showing any other values other than the defaulted prompt.
    ThanksYou do something wrong. What is the version of OBIEE? How do you create prompt?

Maybe you are looking for