Dashboard on APEX

I am trying to create a dynamic dashboard in APEX. Basically when my dashboard page displays, I need to open up more smaller pages on top of the page in different windows (so the user can move them around or resize them).
What is the best way to open up multiple pages (different windows) when a specific page loads in APEX? Should I be using:
popUp('f?p=&APP_ID.:ZIP:&SESSION.::NO:::');
Thanks

seems to me that Branching without a button could help you... i.e. e.g. button redirecting to URL "javascript:window.open(f?....)" can help you.
just do no forget that you'll probably need a special page template for opening small separate window. I use a special simple template for page optimized for mobil/PDA for example.
Roman

Similar Messages

  • Can APEX produce report output similar to "Oracle Discover report"

    Hi All:
    We are having some Oracle Discover reports and I like to see whether we can deliver the same report format in APEX 3.1.2.
    We got a table which stores sales detailed information. The table looks like:
    Division Ln Of Business Year Month Amount
    ================================
    KA Computer 2008 12 1234.67
    KA Computer 2008 11 4455
    KA Desk 2008 12 9999
    KE Phone 2008 12 34566.89
    KE Service 2008 12 343434
    We have an Oracle discover report built on top of this detail information table. The output (HTML format) looks like:
    ==============================================================
    Net Sales Report As of <SYSDATE>
    Year: 2008
    Month: 09
    Sales Forecast Variance
    Dvision Ln of Business
    KA Computer 10000 90000 -80000
    Desk 20000 10000 10000
    Service 30000 30000 0
    KE Phone 40000 40000 0
    Service 50000 60000 -10000
    150000 230000 -70000 (This is summary information)
    ================================================================
    Basically, this summary sales report is reviewed by executive team on daily basis. And it show all summary information break by division, line of business etc.
    Can you APEX deliver the same report output like Oracle discover report? I don't want use interactive report format. (You can't expect company CEO to manually summary the data). The report should already summarized when ECO logins to APEX.
    If you can show me an example how to do it, I would greatly appreciate.
    BTW, has anyone compare the advantage and disadvantage between APEX report and Oracle Discover report? A white paper would be great for the difference.
    Thanks in advance!
    Kevin

    You can create almost any kind of dashboard using apex but apex is not a tool comparable to discoverer. There are also some limitations where it doesn't make sense to try to solve someting using apex and where discoverer is simply better. Apex wasn't made to replace discoverer. Your requirement sounds fairly simple to me and I would say yes, apex can do that for you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Accessing 3 or 4 databases tables through apex.

    Hi There,
    I have a requirement, I have to create few dashboards on apex and each dashboard corresponds to different databases.
    For example:
    I will have a list of databases name in the first page of apex (or it could be tab name) and when I click on the specific database name, it should go to a page which has some reports based on the tables of that database like wise if I click on the other database name, it should go to a page which has some reports based on the tables of that database and so on...
    Is it possible to access different databases through Apex?
    If yes could you please share some documents or links demonstrating it.
    Please help!!
    Thanks in advance,
    Pushpesh Pallav

    Thank you Scott.
    The other challenge I have is all the databases are on different different VPN and due to some reason I can't install all the VPN's on the apex server.
    Now if I connect the apex to the other databases using dblink, it will give error as VPN will not be connected.
    Is there any way the VPN's will be connected dynamically through apex or without VPN we could access the databases through apex??
    Regards,
    Pushpesh Pallav

  • Question about creating a cloud connection to SQL Developer

    Hi all!
    I want to create a cloud connection on SQL Developer to Oracle cloud, but keep getting the following error (NOTE: I have the trial version. Also, I have replace the identity domain name with asterisks for the post) :
    Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
    Additional Details:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:228)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:73)
      at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
      at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
      at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
      at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:744)
    Caused by: org.apache.http.conn.HttpHostConnectException: Connection to https://databasetrial1875-******.db.us1.oraclecloudapps.com refused
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
      at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
      at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
      at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561)
      at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:941)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
      at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:90)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:219)
      ... 16 more
    Caused by: java.net.ConnectException: Connection refused: connect
      at java.net.DualStackPlainSocketImpl.connect0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
      at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
      at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      at java.net.Socket.connect(Socket.java:579)
      at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
      at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:375)
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
      ... 26 more
    I have followed the steps to the last letter using: Data Loading and the Oracle Database Cloud Service
    What I have done on the dashboard and APEX:
    I changed the password of the SFTP user.
    I have created a new user on APEX that belongs to the SQL Developer Group and changed the 'Require change on Password on First Use' to NO before creating the user
    SQL Developer:
    I set the database username to the new user I created in APEX
    I set the database URL to the URL I used to reach the APEX page...https://databasetrial1875-******.db.us1.oraclecloudapps.com/apex/  
    I set the SFTP username to the username listed next to 'Service SFTP User Name' on the dashboard
    I set the SFTP hostname to: sftp.us1.cloud.oracle.com
    I left the port set to 22
    When I login on SQL Developer to database, I use the password for the user I created in APEX
    Thanks in advance to all who help!

    Hi,
    You have to use the admin account to add the admin role to the developer account. Can you please try this and let me know of your feedback.
    The settings you added look good, and the you have the latest version of Sql DEVELOPER     , ...so this should be an issue.
    Maybe you have some firewall setting on your computer, that are blocking the connection?
    If , after checking all of the above you still have an issue, please contact oracle support via the chat on the cloud.oracle.com and ask the engineer to open a Service Request under your name.
    Thanks,
    Flori

  • APEX Dashboard with Existing Reports...!

    Hi Guys,
          I created some reports in APEX and my requirement is to create a dashboard using those reports is there any way we can do it without any re-work ....
    Mean to say can i use those reports to create a dashboard like we do it in OBIEE.
    With Regards,
    V.Siva Kumar.

    Hi Lakshmi,
        I tried to create a Page (Blank Page) for Dashboard.And I tried to copy 2 interactive reports to same page(Dashboard) then it is giving error saying that only one interactive report is allowed per page.but I need 4 to 5 reports on the same page(Dashboard).Is there is any way to do that ?
    With Regards,
    Siva

  • Date Slider in Apex(dashboard) . Urgent Please help.

    Hi ,
    Need a date slider in Apex. I.e user will select the from_date and to_date please (note it is only select max  7 days window.)
    Now i Need to display this user selected in the Slider . and when user slides to particular day the reports should run dynamically and display that particular days data.
    Please help. reports and slider are in the same page.Your help is much appreciated.
    Thanks

    Hi Alan,
    From_date and To_Date are datepicker items..
    i need a slider to displays these values ..and pass them to report dynamically when user selects the slider...
    Thanks
    MSH

  • Need APEX Oracle EBS Dashboard Fast!!!

    Hello;
    The problem I have is that my users need quick and easy access to summary information from EBS. So I need to put up a Dashboard into Oracle EBS (11.5.10) on Oracle RDBMS 10.2.0.4. I am currently using a second database with DBLINKS to get some data out. I was hoping to find someone that has done this and could share some of the "Cool" SQL for their reports and graphs that their users love. One thing that come to mind is a "Department Managers" portal that shows money charged to their department by month/quarter/YTD by category.
    I am intrested in any ideas, Thanks!

    What I'd suggest is to look at some of Oracle's analytics in a vision or test instance. A lot of those analytics are built using materialized views. Those should give you a leg up.
    Kofi

  • Apache URL redirect causes APEX to point to the wrong images folder

    Hello All,
    I am using the following in httpd.conf
    Redirect / http://hostname/analytics/saw.dll?Dashboard
    When I try accessing APEX the application can't locate the image folder. For example instead of looking for e2.gif in
    http://hostname/i/e2.gif
    it's looking for the images in
    http://hostname/analytics/saw.dll?Dashboardi/e2.gif
    How do I point APEX to the correct image folder?
    Thanks
    Fiston

    Hi, Fiston
    try using RedirectMatch directive
    RedirectMatch ^/$ http://hostname/analytics/saw.dll?Dashboard
    or maybe
    RedirectMatch ^/$ /analytics/saw.dll?Dashboard
    Regards,
    Michael

  • Call BI Publisher Report in APEX, based on R.T.F Template Layout.

    Hi to all respected members of this forum.
    Since 18th May (Saturday), I am trying to connect BI Publisher Reports with Oracle Application Express 4.2.2.
    My APEX Version = APEX 4.2.2
    Oracle BI Publisher Enterprise Edition (Trial) = 11.1.1.6.0
    Oracle BI Publisher Desktop 32 Bit = 11.117.0.79
    For this purpose what I did?
    Firstly I downloaded Oracle BI Publisher Enterprise Edition 11.7 and when I started Installation I came to know that "R.C.U (Repository Creation Utility)" is required during installation and I don't have that so, left this idea.
    Than I downloaded Oracle BI Publisher Enterprise Edition (Trial) from www.oracle.com and BI Publisher Desktop Edition for Templates because there is no facility in BI Publisher Trial Edition to design Report Templates. I have installed both successfully and created a report as per my requirement.
    Now, I want to call that report in Oracle APEX but I am unable to do that.
    I followed http://dgielis.blogspot.de/2007/12/call-bi-publisher-report-from-apex.html but the link which is shown in picture no: 03, is not available, so this didn't help me.
    Then, I followed Oracle BI Publisher Blog https://blogs.oracle.com/xmlpublisher/entry/apex_users_why_not_integrate_w which discuss to call BI Publisher Report in APEX based on "Generic Report Layout". This done successfully but still I am unable to call BI Publisher Report .
    Then I found this type of script
    http://localhost/xmlpserver/Guest/Reporting_Channel.xdo&id=FGFC&password=****&xt=Reporting_Channel&xf=pdf
    to call BI Publisher Report in APEX but this also failed.
    Please help me to understand that how to call "BI Publisher Report in APEX, based on R.T.F Template Layout.
    Thanks in Advance.
    *Regards:*
    *Muhammad Uzair Awan*
    *ORACLE APEX Developer*
    PAKISTAN.
    Edited by: uzairmalik on May 20, 2013 1:32 PM

    Are you trying to have multiple sql queries and have multiple sections displaying different data sets ? Or with one single query but display it in different ways in a single report ?
    You can create one single query as Report Query in APEX and associate it with a BIP report layout. So you can achieve a Dashboard layout with the report query/layout.

  • Put BI Publisher report in dashboard without OBIEE

    Hi All,
    I created a BI Publisher report, unfortunately, we don't have OBIEE, I can create a button to call the report from APEX, but how do I change it to dashboard report without OBIEE?
    Appreciate your help on this,
    Thanks,

    Are you trying to have multiple sql queries and have multiple sections displaying different data sets ? Or with one single query but display it in different ways in a single report ?
    You can create one single query as Report Query in APEX and associate it with a BIP report layout. So you can achieve a Dashboard layout with the report query/layout.

  • Choosing the columns for a Bi Publisher report in APEX

    A user wants to select each column in a pdf report printed in APEX, it is easy to make a report with bi bublisher but how can i change the columns at run time.

    Thanks for the link. I am reading it for better understanding.
    I just came to know from SR that, In order to see the BI Publisher in the Presentation Server list of values, we have to embed the BI Publihser report inside an OTBI Dashboard.
    So we need to create a 'Dashboards' folder (It is must only then we are able to see it via fusion apps. to select and embed), then Dashboard and add the desired report to this dashboard. Now we can navigate to this dashboard, open it and select the page to embed it.
    Might be useful for the ppl who faces similar issue. Thanks.
    Raghu

  • SP2-0027: Input is too long error during Apex 4.0 installation

    I have come across an error while installing Apex 4.0.
    The installation reached the point where it gave a SP2-0027 error
    ...PAGE 72: Workspace Schemas
    ...PAGE 73: &PRODUCT_NAME. Workspace Creation
    ...PAGE 74: Page Views By Day Report
    ...PAGE 75: Page Views by Application and Page
    ...PAGE 76: Hourly Usage
    ...PAGE 77: Usage by Application, for selected hour
    ...PAGE 78: Page Performance Dashboard
    ...PAGE 79: Database
    SP2-0027: Input is too long (> 2499 characters) - line ignored
    wwv_flow_api.create_report_region (
    ERROR at line 16:
    ORA-06550: line 16, column 1:
    PLS-00703: multiple instances of named argument in list
    ORA-06550: line 16, column 1:
    PL/SQL: Statement ignored
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Following this, I looked up Apex help, and so checked dba_registry
    C:\apex>C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 13 15:40:05 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected.
    SQL> SELECT STATUS FROM DBA_REGISTRY
    2 WHERE COMP_ID = 'APEX';
    STATUS
    LOADING
    Please help
    Edited by: user4477408 on Jul 19, 2010 3:35 PM
    Edited by: user4477408 on Jul 26, 2010 11:29 AM

    Did you keep any kind of external references to your pages/reports? From what it looks like, one of your report regions exceeds 2500 characters and APEX is having a hard time crunching it. See if you can find that page, then export that page, delete the region, and import the page on it's own later.
    Not sure why it would be such a small area, though. I usually don't have any trouble until I hit 32K characters.

  • Flex Dashboard and Using Flex in a Portal Environment

    Hello
    I am looking to develop Flex dashboard and use Flex in a Portal environment.
    If you any thoughts or information, kindly let me know or some insight.
    Thanks and regards

    fac586 wrote:
    #WORKSPACE_IMAGES# isn't substituted in CSS files stored in the repository. See this [previous discussion|http://forums.oracle.com/forums/thread.jspa?forumID=137&threadID=221653] (and others if you search for them).
    Thanks for the link, I did search a little while before making the original post. I guess I wasn't searching for the right thing though.
    The method I found listed in here seems to work in IE but not Firefox. It could just be a caching issue though I'm not real familiar with firefox and don't really know how to get it to forget that it's been to a page already.
    I also updated the link listed above to ask about any changes in the last upgrade related to this.
    This was related to caching in firefox and it worked fine after I logged out of my apex.oracle.com account and cleared the personal cache in firefox and then started over.
    Edited by: PktAces on Sep 9, 2008 3:06 PM

  • How to get LOGO as well as Company name in apex theme 4

    Hi There,
    I am using theme 4 for apex 4.0.2.
    I have to have logo as well as company name both, but when I select Image den it shows only image in dashboard and when i select text den it shows only company name.
    How to get both logo as well as company name?
    Thanks for your help.
    Regards,
    Pushpesh Pallav.

    Pushpesh Pallav wrote:
    Hi There,
    I am using theme 4 for apex 4.0.2.
    I have to have logo as well as company name both, but when I select Image den it shows only image in dashboard and when i select text den it shows only company name.The word is spelled "then", not "den".
    How to get both logo as well as company name?Select text, then include HTML referencing the image in the text:
    <div class="logo">
      <img src="#WORKSPACE_IMAGES#logo.png" alt=""> Company Name
    </div>The image <tt>src</tt> URI used depends on the image location, which you have neglected to specify.

  • Apex and database links

    Hi,
    How does Apex perform using database links. We are currently on version 3.1.1.00.09 of Applicatiion Express and have all of our data in one database. We will soon be upgrading our environment to Oracle Database Appliance. We are thinking about splitting our staging area out of our existing database. We use Apex for our dashboard reporting. We are in hopes to upgrade to latest version of Apex. If we split our database up we will have to use database links to access data. How does Apex perform using database links. Will our Interactive reports work? Will performance degrade? Wanted to know your thoughts on that.
    Pam

    Having used such a model for several years, I'd confirm that it is possilble to make it work, however it may not be optimal, performance-wise (depending on your data model).
    Typically speaking, if you are just querying your external database "straight" (i.e. where all of the tables being queried are on the remote DB), you shouldn't notice a significant degradation in performance. The problems can come in when you either include "local" tables in your queries (in which case you need to decide which site should be 'driving') or where DML is involved (in which case the driving site defaults to the local DB) - your execution plans can change quite significantly and often for the worse.
    I have tried a few strategies to mitigate against this, including converting some DML statements to be based on pipelined table functions instead of views, creating local Materialized Views of commonly accessed data (usually aggregated in some manner), or caching result sets (i.e. using the built-in apex caching function) for something more flexible but ultimately it'd be easier if everything was sitting on the same DB.

Maybe you are looking for

  • Installing Adobe Reader error code 1328

    Installed what I thought to be Adobe Reader but it was not.  It was a paid site displaying Adobe Reader. Now when down loading and attempting to install the correct Adobe Reader I receive an error code 1328.  Error applying patch to file C:\config.Ms

  • Jpeg Icons Instead of Images in Cover Flow

    First time poster, not sure if this is the right place. Anyway... For the past few days, when I'm opening folders of images, in Cover Flow mode, instead of seeing the images, all I see is the jpeg icon. Q1: Did I do something to cause the change? Q2:

  • Uploading current year capitalised assets and accum depn

    Dear sir, I am working with asset module , I have configured and uploaded legacy assets for previous year capitalised assets. when i came to upload current year capitalised assets , *** and accu depn feild were in display mode and i have uploaded val

  • Information broadcasting in BI7.0

    Dear friends, Could you pls help me with the procedure to configure the information broadcasting in BI7.0. Pls help us with the below information 1.prerequiste for information broadcasting 2.How to configure bex broadcaster?(is there any step by step

  • I cannot find my download I downloaded from an email, how do I go about finding it

    I am having a problem finding a download that I downloaded from an email how how do I go about finding it..... HELP!!!!