Building an Interactive Dashboard

I'm using Apex4.1 on a hosted platform.
I'm trying to build a business application and the client wants a Dashboard.
Here is the best way I can explain it:
The dashboard displays a series of rows in the table. When you click on the "edit" button, it runs a query and displays it data on a report. How would I build this?
Let me explain it a different way:
The home page shows a table report with Column 1, Column 2, Column 3.
I want to make it so where you can click any ROW and then it goes to a different page that shows all of the data So the Home Page you can just see 3 Columns, but the next page will have all the columns. Does that make sense?

Hi Danny,
I got your requirement.
assume we have following columns in a TABLE
c1, c2, c3, c4, c4, c6first report will display only c1, c2, C3 columns. when user edit the link second report will display c4, c5, c6 columns. lets see how to do it.
create a report page and query should be something like
SELECT C1,C2,C3
FROM TABLE_NAME
WHERE CONDITIONNow we have the first report created. lets make a editable link column so when user edits it user will be redirected to the second report page. this is how you have to make a editable link column
Edit your IR
go to report attributes
there you can see the comuns displayed in your IR and a edit link in the left side
edit the column which you want to make a link column
Scroll down and go to "Column Link" region
In the "Link Text" field either give a label for the link or select the required link column edit icon.
Set the target as "Page in this application"
Give the page ID to which user should be redirected when edit link is clicked. here you have to give the 2nd page's Id that you are going to create.
Apply changesNows lets create second report page with something similar to the following query,
SELECT C4,C5,C6
FROM TABLE_NAME
WHERE CONDITIONThats all, You are done !.
Hope this helps.
Edited by: Apex-Ape on Jun 14, 2012 11:36 PM

Similar Messages

  • How to make new database connection using Oracle BI Interactive Dashboards

    Hi,
    I install Oracle BI Intelligence on my system.
    I am using Oracle BI Interactive Dashboard. Here we have default database connection.
    but now i want to use it for my own database. Can any body give me guideline how to
    make a new data base connection using this s/w or how to connect to my database so
    that i can make my own reports.
    I am using
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    this link.
    i make odbc connection which is fine.
    but
    Restoring the Business Intelligence Presentation Catalog and Updating Metadata
    The third point blow above heading is not clear.
    Thanks

    Umesh - in order to build Answers and Dashboard content you must first setup a Physical model, then a Business model, followed by a Presentation Catalog/Subject Area.
    All these tasks are carried out using the Repository Administration Utility.
    1) Import your physical tables using OCI/ODBC into the physical layer.
    2) Build your model
    3) Deploy
    Then you're ready to start building answers/dashboards.
    Good Luck.

  • BI Pub report bursting based on parameters set in interactive dashboard

    Hi,
    Could someone help me in creating and bursting reports as per the following requirement:
    1. there is interactive dashboard with html multi select parameter that has display values department, location, employee job code. user can select one or more column name from this multi select parameter field.
    2. need to create a preview button in dashboard, clicking on which display a report on dashboard page showing how many files are generated after bursting and employee count
    3. need to create a generate/burst report button to automatically burst a bi publisher report based on the column names that user has provide in step 1 above.
    4. how can we capture the parameter values from dashboard and pass to bi publisher report?
    5. how can we automatically burst this report based on column names say both 'department-location'?
    6. in bursting of report we can split only by one column name but here we need to do based on two or more column names set by the end user in the parameter
    -Priyanka

    Thanks for a quick response but I am still not clear on
    1. how to do this using custom java code
    and
    2. actually user would login to interactive dashboard and there he will give these parameters using which we need to automatically burst a BI publisher report. Can this be done some how?
    -Priyanka

  • OBIEE Interactive Dashboards - Need help

    Hi,
    I have series of requests in my current OBIEE project which I have listed below. Appreciate any help.
    1. On my Interactive dashboard, I am displaying reports as links under various sections. On clicking each link a report opens in a new window. Is it possible to display the name of the report as the window title ?
    2. Is it possible to display the interactive dashboard which I get by clicking the dashboard Menu link like HR, procurement and Spend on a new window ?
    3. when I open a report by clicking the link on the dashboard page and then by leaving the report open in a new window, I close the dashboard page and reopen the dashboard from a new window why does the page default to the last opened report rather than showing the dashboard page. For eg., I have a report link "A" on My Dashboard page. After opening the report A in a new window I close the dashboard page. Now I open a new browser window and login to answers. After I login, instead of showing "My Dashboard" page, the dashboard opens with the Report A. Only after clicking the my Dashboard menu link I am navigated to the My Dashboard page. How can I navigate to the dashboard page on login rather than the last opened report page.
    4. Last but not the least, when I login to BI Answers I am navigated to EBusiness page, where I see a "Logout" link. But when I choose a responsibility and navigate to Interactive dashboards page the logout link is no longer available. I am logging in as "Administrator". How can I get back the "logout" link.
    Thanks!

    Also note that I did update my Adobe Reader.  Below are the instructions from the site:
    Follow these simple instructions for filling out and sumitting the Application:
    1. Download or save the the form to your computer - please include your last name in the name of the document.
    2. Fill out the form (be sure you are filling out the one you saved to your desktop, not the one in the popup window).
    3. Ensure that your email server (whatever you use) is logged in
    4. Click the "Submit" button
    5. Choose your "Send Email Prompt", click Continue
    6. Your email application should open and attach the PDF to the body on an email.
    Once complete, you'll be able to send the form by clicking the "submit" button at the bottom of the form, but you'll want to have your email account open and logged in.

  • Error while displaying contents of Interactive Dashboard

    Hello All,
    I am new to OBIEE and ran into some issues with displaying the contents of Interactive Dashboard. Following are the steps I have followed so far.
    OS: Linux 2.6.9-89
    Oracle Client: 10.2.0.4
    1. Installed new OBIEE 7.9.6 software.
    2. All the services, BI Service, BI Presentation and oc4j are up and I am able to login thru browser.
    3. Configured user.sh with required ORACLE_HOME and TNS_ADMIN
    export ORACLE_HOME=/oracle/client/10.2
    *export TNS_ADMIN=${ORACLE_HOME}/network/admin*
    *export PATH=${ORACLE_HOME}/bin:/opt/bin:$PATH*
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
    4. Created symbolic links to libclntsh.so.10.1 in lib32 folder
    --[oracle@XXXXX lib32]--$ ls -ltr libclnt*.*
    -rwxrwx--- 1 oracle dba 18982848 Jan 21 2009 libclntsh.so.10.1
    lrwxrwxrwx 1 oracle dba 17 Jan 21 2009 libclntsh.so -> libclntsh.so.10.1
    -rw-rw---- 1 oracle dba 31634362 Jan 21 2009 libclntst10.a
    When I tried to display the contents from interactive dash board after copying .rpd files, I am getting seeing the following error in browser window
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT Time."Fiscal Quarter" saw_0, "Facts - Balance Sheet Statement"."Current Assets" saw_1, "Facts - Balance Sheet Statement"."Current Liabilities" saw_2, "Facts - Balance Sheet Statement"."Net Working Capital" saw_3, "Facts - Asset Turnover Ratios"."Working Capital Turnover" saw_4 FROM "Financials - GL Balance Sheet" WHERE ((Time."Fiscal Quarter" <= VALUEOF(NQ_SESSION."CURRENT_FSCL_QUARTER")) AND (Time."Fiscal Quarter" > VALUEOF(NQ_SESSION."FSCL_QTR_YEAR_AGO"))) ORDER BY saw_0
    NQServer.log has the following errors:*
    2009-08-19 15:00:01
    [nQSError: 43059] Init block 'ETL Run Date': Dynamic refresh of repository scope variables has failed.
    libclntsh.so.9.0: cannot open shared object file: No such file or directory
    [nQSError: 46029] Failed to load the DLL /oracle/obiee/OracleBI/server/Bin/libnqsdbgatewayoci8i.so. Check if 'Oracle OCI 8.x' d
    atabase client is installed.
    I am not sure why its looking for 9i libraries. Would someone point me in right direction.
    Thanks in Advance.

    hi,
    there is a problem with the connection pools.
    can you check the connection pools assigned in the rpd?
    and also, if a driver for the same has been created in odbc.ini file ?

  • Manual for BI Interactive Dashboards

    Hi All,
    I'm looking for user manual for predefined Interactive Dashboards ('Manufacturing Analysis' and 'Order Booking and Fulfillment', etc.). On Metalink I found only 115fieig.pdf (Oracle Fusion Intelligence For E-Business Suite Implementation Guide). I need it to understand particular reports (e.g. what mean 'Production linearity' -what show it, and many others).
    thanks
    Krzysztof

    Hi Krzysztof,
    I am afraid there is no more documentation then the Implementation Guide and the User Guide. Have you tried the User Guide already. If so I would reccommend to enter a Service Request on Metalink.
    Good Luck,
    Daan Bakboord

  • Oracle BI Interactive Dashboards not working even OC4J is running

    Hi,
    Just now I have installed OBI EE in my machine ( Standalone system). I have started the oc4j and it says "Initialized", when I try to open the Link for "Oracle BI Interactive Dashboards", its not opening.
    Regards,
    Ashoka BL

    Hi
    What error are you getting while opening the dashboard.... have u started all other services eg. Oracle BI Server, Oracle BI Presentation services, Oracle BI Java Host... check all these services in the services.msc window..
    hope this will help you
    thanks & regards

  • Oracle BI Interactive Dashboards not working

    Dear All,
    We have installed OBIEE 10g in local machine and then Oc4j started. if click the Oracle BI Interactive Dashboards
    The below link only problem and mentioned error mess also
    http://system12:9704/analytics/saw.dll?Dashboard
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    can some one help me.

    Dear All,
    we are facing the below problem Oracle BI Presentation Server cannot start and Oracle Bi java Host also, have checked instanceconfig mentioned below.
    C:\Documents and Settings\sytem>net start "Oracle BI Presentation Server"
    The Oracle BI Presentation Server service is starting.
    The Oracle BI Presentation Server service could not be started.
    A service specific error occurred: 4294967295.
    More help is available by typing NET HELPMSG 3547.
    C:\Documents and Settings\system>net start "Oracle BI java Host"
    The Oracle BI Java Host service is starting.
    The Oracle BI Java Host service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    <?xml version="1.0" encoding="utf-8"?>
    <WebConfig>
    <ServerInstance>
    <DSN>AnalyticsWeb</DSN>
    <CatalogPath>D:/OracleBIData/web/catalog/samplesales</CatalogPath>
    <Alerts>
    <ScheduleServer>SYS9</ScheduleServer>
    </Alerts>
    Kindly give the solution for this issue.
    Kindly help me we are facing the problem so far.

  • SBO Mobile Application 1.3.1 and Sales Interactive dashboard

    Hi. I just upgrade to SBO 8.81 PL08 and started using SBO Mobile Application 1.3.1. I have a situation with the Sales Analysis Interactive dashboard. In the Top 5 Customers  and only see the left side legend. I link to the upload screenshot. Any suggestions ? How to fix it ?
    link:[Sales Analysis Interactive Dashboard|http://postimage.org/image/f8n4of7o/]

    Try this:
    SELECT TOP 5 A.CardCode, MAX(A.Cardname) as Customer, SUM(A.doctotal) as 'Amount(LC)',SUM(A.GrosProfit) as 'Gross Profit'
    FROM
    (SELECT T0.CardCode, T0.Cardname, T0.doctotal,T0.GrosProfit FROM dbo.OINV T0
    WHERE DateDiff(yy,t0.docdate,getdate())=0
    UNION
    SELECT T0.CardCode, T0.Cardname, -T0.doctotal,-T0.GrosProfit
    FROM dbo.ORIN T0
    WHERE  DateDiff(yy,t0.docdate,getdate())=0) A
    GROUP BY A.CardCode
    Order by SUM(A.doctotal) DESC

  • Users able to build reports and dashboards via the Web browser

    Hi All,
    My requiremts is "Users able to build reports and dashboards via the Web browser and perform ad-hoc queries and analysis online via the internet" .
    Requesting to kindly let us me know  the procedure to get resolve the above requirement.
    Thanks,
    KVR

    Hi,
    Go through the links below
    Designing Microsoft Excel 2007 Chart
    http://charts.jorgecamoes.com/how-to-create-an-excel-dashboard/
    http://dashboardspy.com/dashboards/23/designing-microsoft-excel-2007-charts
    SAP BUSINESSOBJECTS DASHBOARD BUILDER
    http://www.sap.com/solutions/sapbusinessobjects/large/business-intelligence/dashboard-visualization/dashboard-builder/index.epx
    http://www.sap.com/solutions/sapbusinessobjects/sme/reporting-dashboarding/index.epx
    It may help you
    Regards,
    Marasa.

  • Integrating Hyperion interactive dashboard in ADF

    Hi i am currently doing a project, i need to create hyperion interactive dashboard with a login page. Is it possible to do that, cos i cant seem to find any tutorial about it.
    This is my intended page flow: login page(system will authenticate user) -> hyperion interactive dashboard
    Please advice me how can i create a login page integrate with hyperion dashboard in adf jdeveloper for iphone.
    Regards
    Shirleen
    Edited by: Shirleen on Jul 21, 2009 5:32 PM

    Hi,
    wouldn't this be a question for the Hyperion forum than JDeveloper ?
    Hyperion DRM/Analytical Master Data
    Frank

  • "Create Interactive Dashboard" button not visible

    Hi,
    For Administrator, under Manage Interactive Dashboards link, the "Create Interactive Dasboard" button is not visible. Where should it be configured.
    Regards,
    Sreekanth.

    Got it, i didnt create any shared folder!! :)
    thanks,
    Sreekanth.

  • Error of Managing the interactive dashboards

    When I log in to Oracle BI Presentation Services, and choose Settings > Administrator, then click the Manage Interactive Dashboards link, I click the permissions (Lock logo) of one Dashboards, the error appeared:
    Account not found.
    - Error Details
    Error Codes: WMZSCCGV
    Any one could help me? thank you!

    I encountered this issue when I migrated a dashboard from a Dev server to Test server. I forgot to set up a couple of new Catalog Groups in the Test environment which existed in our Dev environment that had access to this dashboard. I had TAR-ed the Shared Directory structure for the dashboard and reports and moved it to Test. This error message popped up when I was checking security for the dashboard. Once I created the two missing Catalog Groups I was able to successfully open the Manage Interactive Dashboard.

  • Create new Interactive Dashboard Templates

    How do I create new Interactive Dashboard Templates which would include fix style, colors, graphs, fonts, table style, etc. Guru's Can you please provide me white paper or documentation or guide me through this?
    Thanks

    Hi Gurus: Can somebody will give me proper direction? Thanks

  • About reciptent of  Interactive Dashboard

    By the following procedure, iBot creator can see Warning icon in its dashboard.
    1) Navigate to "Delivers".
    2) Click "Destinations" hyperlink.
    3) Click on "User Destinations: Interactive Dashboard".
    Regarding reciptent of "Interactive Dashboard", can we specify user rather than iBot creator?
    If yes, how?

    You can add recipients of the iBot on the recipients tab. When only the option "Me" is available, check if the iBot creator has the right privileges.

Maybe you are looking for

  • Hp psc 1350 won't scan

    My hp psc 1350 all in one will not scan.  I have windows Vista 32 bit.  I tried for hours looking on here.  i can't scan from the scan button or the other ways some posts said to go to windows photo gallery and even paint.   On windows photo gallery

  • Trying to get open nat for mw3 on ps3 WRT610n

    ive tried all types of things i read online and it is stuck on moderate no matter what i do, im hooked into router directly, when i hook directly into modem it switches to open... please help

  • New Problem with ALV grid

    Hi, I am working an ALV grid in my report. after executing my report ALV grid is displaying all columns with all records. But if i am trying to see print priview or if i am trying to do export to spreadsheet, many columns are missing & records also j

  • Personas button does not appear in HTML

    Personas button does not appear in HTML Hi! I installed Personas 2.0 and finished most of the configuration. The Sliverlight component is working fine but when I switch to html component the personas button not appear. I did all the settings. User ha

  • Optimize a select query

    Hi, Following query is taking about 30-40 mins to fetch the data in a procedure.I tried using the hints and ran the explain plan but the cost is still the same (151,894) . Can anyone please help me in tuning the query. SELECT SYSDATE c_creation_date,