Landing Page for Users in OBIEE

Hi,
I am new to the OBIEE Tool and working on OBIEE 10g.
I have got a requirment where , when the Client Logs in, they will see a Landing Page which will contain summary(it can be a Snap Shot) of different Dashboards, some User Documents along with Images. When the User points his cursor on a particular Summary, he can navigate to the respective Dashboard.
How can this be implemented in OBIEE?
Regards.

create a Default Initializer in the Variables - System - PORTALPATH:
In the space provided enter the location of the Dashboard which you want people to automatically re-direct to...
For example: '/shared/LANDING_PAGE_TEST/Dashboard/_portal/LC%20Access'
Dont forget the single quotes (') at the beginning and at the end

Similar Messages

  • Landing Page for DTN Node

    Hi, This has been bugging me and I hope you can help. 
    In the Detailed navigation there is the node twistie and just to the right is the node description.  If you select the twistie the node expands.  If you move just to the right of the twistie and click on the node description is expands the node AND executes the first IView in that node.
    Is there any way to prevent this? 
    Should I have to create a hidden landing page for each node to prevent this 1st IView from executing if a user accidentally clicks the description instead of the twistie?
    Has anyone else noticed this and what do you do to circumvent it?
    Thanks,
    Ken Murray

    Hi Kenneth,
    Take al look at the following thread: [How to disable automatic loading of iView/Page in detailed navigation?|How to disable automatic loading of iView/Page in detailed navigation?]
    I think the post from Mona Kapur on Dec 11, 2007 9:01 PM in this thread might help you...
    Cheers,
    Benjamin Houttuin

  • Landing Page for 8.8 - or - Guidelines on Upgrading to 8.8

    Hello fellow members...
    Am looking for a landing page for upgrading from 2007 to Version 8.8.  Or maybe a checklist or maybe some kind of documentation that takes one through the entire process of upgrading.  Has anyone seen a page like that or know where the actual complete documentation is?  Not where it is this point has this document and that point has that document where thay all need to be collected together - I mean the honest-to-goodness SAP-issued document which takes you from step A to step Z...
    Thanks in Advance - Zal

    Many thanks for the information Rahul, I have that from the download site already - the Installation and Administrator Guide (Chapter 5) do not really say that much - as a matter of fact, nothing actionable for upgrades!!!
    But here is the eventual site I was actually looking for - It is the Accelerated Update Program (AUP below).  This has the checklists and project plans and documents for those who might find this information as being helpful:
    https://websmp205.sap-ag.de/smb/sbo/aup
    Of course still no good error message clarifications that should be common in a the software industry and dang, they sure do hide these things!!!  Took me way too long to find it...
    So rewards for you Rahul and some good information for others.

  • Different landing pages for different campaigns

    Hi All
    Is there a way to make different pages that people land on when subscribing? We are running two different campaigns and they are for seperate parts of the business, so when someone subscribes we want them to click through to a relevant page when they get their email confrimation link. And for these pages to be totally different.
    Thanks
    Ken

    Hi,
    Hope I understood the scenario correctly: You can use 2 secure zones. Each subscribe/login form will redirect the user, after submission, to the respective secure zones's landing page. As each secure zone has a different landing page, users of each secure zone will have a different page they access after logging in.
    Kind Regards,
    Alex

  • Issue in Landing page for HR Renewal Feature pack 4

    Hi Gurus,
    I am trying to config landing page on S/B before doing it in Dev , while executing the MSS role , ESS role and HR Professional role I am getting the below screen shot like this , please advise me , it's urgent , it will be a great help for us
    Please go through the screen shot attached
    ( system is asking for login credentials after entering the details , I could able to see the blank page of SUIT PAGE BUILDER
    Thanks & Regards,
    Deepak

    Hi,
    For launchpad activities purely depends on Odata Services.
    Please check all the OData services related to ESS , MSS & HR Professional are activated or not.
    SAP ERP - SAP Library
    provide me the url which you are getting after clicking on any service.
    Regards,
    cbr.

  • When i press the new tab button I land on yahoo. I hate yahoo, how do I change the landing page for the new tab button?

    When I pressed the new tab button, I use to land on google. I downloaded something that changed my new tab landing page. I now land on Yahoo. I hate yahoo!. How do I reset my landing page so I land on google when opening a new tab in Firefox.?

    ''New Tab button brings up Yahoo, want a different page''
    First I would identify everything in about:config that refers to Yahoo.
    Then I would remove everything about the Yahoo toolbar that is left that you don't want.
    :https://support.mozilla.com/en-US/questions/850287
    As a replacement for browser.tabs.loadOnNewTab (Bug [https://bugzilla.mozilla.org/show_bug.cgi?id=269664 269664]), you may have installed: New Tab Homepage [-- https://addons.mozilla.org/firefox/addon/777 --] (7KB), or NewTabURL [-- https://addons.mozilla.org/firefox/addon/2221 --] (47KB).

  • Auto create profile page for users that register? Please help!

    Hi everyone,
    I am building a site along with other people and I am the main web designer. I need to know how to have my site automatically create a users profile page when the said user registers on the site. Something very similar to YouTube or MySpace. Example: If a user where to create an account with the username bob678 the site/code would a page called examplesite.com/userid/bob678 (like I said before very similar to YouTube). I cant seem to find the answer to this anywhere but I know it is possible. Any and all help is very appreciated!
    PS. I already know how to allow people to register, I just need it to create a page for them.

    Ok here it is. How to create the profile page automatic after registering. I'm assuming you have created a "register.php" page and a "login.php" page. Both pages have a relationship with your database tables using PHPMySQL as well. When you created the login.php page a session variable was created. You can find it on the login page only when viewing the page in code view. The session variable will be named "MM_Username"  this is case sensitive. Remember this variable.
    Step 1-
            Create a new blank.php page. and save it as myprofile.php
    Step 2-
            In the bindings menu under applications on the side click the + and choose "Recordset Query". Then stay in the Simple Mode and choose the database connection. Then choose the table containg the columns that you created for your register.php page. Keep the all radio button too. Then choose the database column you designated to be used for storing the username and proceed to:
                                                                                         Filter: "username"              =
                                                                                                   "Session Variable"    "MM_Username"
                                                                                                   "Sort"                       "None"
    Step 3-
           In the Server Behaviors menu click +, User Authentication- Restrict Access to Page. Set "If access denied, go to: login.php". Then click + again, User Authentication- Log Out User.
    Step 4- Insert a table on the page body. Then In the Bindings menu open the + sign of your created recordset. This will display all the columns in your database table. Place the cursur inside the page body table. Then highlight the "username" column from the Bindings menu and click the insert button. This will display the username. Repeat with all columns you wish to be displayed. Save this page.
    (Remeber to edit your login.php page by setting "If login succeeds, go to: myprofile.php)
    Step 5-  "Synchronize Sitewide".
    Step 6- Now test the function you just created by starting from the top:
    Register as a new user. Once you have submitted your user information go to your login page and login with your new username and password. And if login succeeds, you will go to: myprofile.php. Once the myprofile.php page loads, your username and all the columns you inserted will be displayed. Try registering a second user and see the automatic profile page create.
    The secrete in this process is the recordset query being:
                                                      Filter: "username column" = "SESSION VARIABLE" "MM_Username"
    Setting up th recordset to be filtered by username tells the page to only display the records of the username that is logged in. If you were to keep the recordset query filter to "None" then every user records will be displayed on the page creating like a directory/phone book page.
    To sum things up make sure to save the page as a .php first thing. Then create the recordset query. Then restrict access to the page. Then add the log out to the page. This must be done in that order before anything else.

  • Setting HOMEPAGE for USERs, rolewise OBIEE 11g

    Hi,
    I have OBIEE 11g Dashboards on top of an Essbase cube. I would like to have a default homepage set per user role.
    I have followed the below link: http://obieeelegant.blogspot.fi/2011/06/how-to-changing-theobiee11g-homepage.html , which suggests to have two tables in the database.
    But how do I capture the User ids in this case. My security model has got Nested Groups and Nested Roles.
    Any suggestion on how to proceed, please.

    Hi Kalyan,
    i referred this blog for adding tns entries for OBIEE 11g, for windows users.cmd has only one TNS_ADMIN, but in users.sh file there are many TNS_ADMIN and moreover all are are commented out, so i am not sure where and to what i should assign the path.
    Thanks,
    Sree

  • Add Landing Page for Role Node

    Hi, I have a detail navigation section that is made up of roles and the roles can be expanded to present IViews.  When a user clicks on a Role Node instead of the expand icon, the 1st report in that node/role is kicked off Automatically.  Is there a way to make a custom page appear on each of these nodes instead?
    Thanks!

    Hi,
    Yes, there is a way to allow an iView to appear when this automatically opens.  What you need to do is create an iview with the parameter "Invisible in Navigation Areas" set to YES.  This will disable the item from being viewable in the navigation, but then set "Default Entry for Folder" to YES.
    This should then work as your require.  Alternatively you could change the parameter "Launch First Nav Node" in the detailed navigation, but will effect all roles within your Portal.
    Please reward points if this helps fix your problem
    Kai Chalker

  • Login error for User in OBIEE 11g

    Hi All
    I have created an User(TEST_USER) in oracle 11g
    but for some i have to delete the user and recreate in the same name(TEST_USER)
    but when i am trying to login in analytics after recreating the user am getting the followwing error.
    "An error occurred during authentication. Try again later or contact your system administrator."
    Please help.
    regards
    Gourisankar
    Edited by: 805966 on Dec 13, 2010 4:45 AM

    Hi All
    I have created an User(TEST_USER) in oracle 11g
    but for some reason i have to delete the user and recreate in the same name(TEST_USER)
    but when i am trying to login in analytics after recreating the user am getting the followwing error.
    "An error occurred during authentication. Try again later or contact your system administrator."
    Please help.
    regards
    Gourisankar

  • To set page home page for user

    hello everybody,
    i want to set home page to the user when user sings in from SSO.
    from where i can set the home page.
    thank u
    sachin khare.

    From where i have to change the profile.
    in OID???
    thankx
    sachin

  • HTML editor in user workspace landing page

    I followed the instructions in the Advanced User Guide to enable the use of landing pages in user workspaces. When adding a html element to the landing page in a user workspace, the editor is just a blank text box with no tool or menu bar and you cannot click OK, only Cancel, if you add anything to the box. The editor works fine in landing pages in team workspaces.
    I recently upgraded to 3.4. This is the first time I enabled user workspace landing pages, so I don't know if the upgrade has anything to do with it.
    Does anyone have any ideas what I did wrong or where to look?

    stober,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Landing Page Default to Contract Management

    Hello Experts,
    Basically, Whenever a user login to the CLM system, he will be landed on Home Page(Over view page) by default. Pls refer the below snapshot.
    I have a requirement where in, the customer wants to make Contract Management Workbench as a default landing page for all the users who login to the CLM system..
    Any help is Appreciated.
    Thanks in advance!
    Regards,
    Vignesh

    mdex is on 15001. I copied the disconver -electronics apps and rename it to my application name for webapp. I did change assembler-context and assembler.properties file. I also change my ResultList.jsp file to match properties I have created. I have also updated cartridges in apps/<my app>/config/cartridge_templates. Still same error is coming. What should I do?
    thanks for your help.

  • Toggle settings button in HR Renewal Landing page to Remove

    Hello People ,
    I want to remove the Toggle settings button from the GHR Renewal landing page for ESS , MSS and HRPAO . Since this would allow the end user to have the chips added on to himself , it would best seem to have iot hidden or removed.
    Any suggestions.
    Thanks

    Siddharth  - We have hidden this toggle settings by Using the CSS . You can hide the IMAGE which control the settings.We were able to do that.

  • How do I create a landing page

    I would like to create a few different landing pages to go with email campaigns I'm working on. I have not used business catalyst before. Is it the same as adding a web page?

    Hi,
    First you'll need to create the pages.  If you are hoping to have like a subscription form, etc redirect you'll need to follow the guide below to set specific landing pages. 
    - http://forums.adobe.com/docs/DOC-2363
    Or you can search various topics in these forums under "redirection or landing pages" for further details.
    Based on your requirements it looks like you want clients to access your newsletter then have someway to access a specific page.  The best way to achive this is to apply a direct link to the page you would like them to access.  The email campaign feature doesn't have an auto-redirect option so the client would need to click on the applied hyperlink to access the desired page you want them to view. 
    Kind regards,
    -Sidney

Maybe you are looking for

  • Patch Upgradation issues (10.2.0.1 to 10.2.0.2)

    Hi All, I have a 5TB production database, plan to upgrade to 10.2.0.2 from 10.2.0.1 . i want to know what are the things will happen at the time of upgradation / after upgradation like below 1) Any impact on User defined tables / objects? 2) Does it

  • Backing up a windows 2008 R2 sp1 server to a NAS drive

    Hi, In windows 2008 R2 sp1 which is in a domain name xyz.com, we need to take the full backup to a shared folder in a NAS Drive which is in a workgroup ( not joined to the domain xyz) When run the backuponce option in the windows server backup , it i

  • Evaluate Comparison Terms for SPL

    Hi, Can anyone explain me how the Evaluate Comparison Terms in SPL work and what it is supposed to do? I've read all there is about it on the internet but nothing helped. What I do not understand is what the meaning of the fields Address Component Na

  • Stuttering Playback With MPEG-2 Component

    I recently installed the Quicktime MPEG-2 component for Windows. I'm trying to play muxed MPEG-2 files that are encoded at 6MB/s (DVD quality). The video stutters at the beginning of the clip and also if I pause and then resume playing. The same file

  • I have no audio on video recordings

    Good Evening. I brought my Iphone 4 in March 2011. All has been fine up untill then but last sunday (6 days ago) I made a video recording and when I went to play it back all I hear is a hissing sound / nothing. I can see the recording fine. Also prev