Drill down in a popup window

Hi,
i have a flash chart and i need to open a drill down chart in a popup window.
this is what i'm trying to do, but it doesn't work:
SELECT
'link' link,
DAY label,
X1 "Val1",
X2 "Val2"
FROM MY_TABLE
ORDER BY DAY
Any hint?
Thank you very much,
matte

Hello,
Can you put the select statement into code into []. Otherwise we don't see what you're doing.
Regards,
Dimitri
-- http://dgielis.blogspot.com/
-- http://apex-evangelists.com/
-- http://apexblogs.info/

Similar Messages

  • Is it possible to open drill down chart in different window ?

    Dear expert
    Is it possible to open drill down chart in different window ?
    Regards
    imansyah

    HI imansyah,
    Can you try doing what you want in first instance and then try posting your problem you face.
    Regards
    Rana

  • Drill Down report in new window

    Hi All,
    i have report prompt ( Dashboard) and report . if i click on date column then it will display drill down report.
    My issue is drill down report iis displaying in current window. if i click on return to previous screen button then prompt are refreshing. user was confusing which parameters he was selected.
    I need solution like.
    1) After coming back also prompts are should not refresh . it should display prompts which were user selected.
    or
    2) drill down report should display in other window. ( then user will close that window he can see his selected prompts)
    how can achieve this one in OBIEE. please help me.
    Thanks in advance for your time.

    Couple things,
    you can create primary interaction as Action Link and then in the action link menu you can select option for the new window (that I what I did)
    Edit Action Links > More... > Edit Action > Options
    For the values, you can use presentation variables and they will carry the values (your fields also have to be prompted, but I think you already have that).
    Again this works for me just fine.
    Hope this helps.

  • Drill down in new window (pop up)

    Hi all,
           I am having one column chart. when drill down the column chart. one more chart will display. is it possible to open the drill down chart in new window(pop up).
          how to achieve this
    Regards,
    Shanthakumar.

    Hi
    It all depends on your requirements, e.g. do you need to pass variables between the two .swf files for example, then this link may help:
    http://ryangoodman.net/blog/index.php/2006/12/15/passing_data_from_a_parent_to_child_swf
    and could depend on your infrastructure - are you using SAP BusinessObjects Enterprise?
    Regards
    Charles

  • Javascript Problem for Drill Down Action in SSRS Report when integrated to PPS 2010

    Hi all,
    I have a SSRS report which is integrated to PPS 2010(Performance Point Services) and it is having a drill down action through Go to URL action(I wrote javascript:void(window.open('xxxxx')) to open drill down report in new window).
    This report has 5 parameters and all are multiple valued. Drill down report is opening very well when I open the report form Report Manager for any number of parameters values selected. But when I integrate the same report is PPS and deployed to SharePoint
    then it is working only for 23 parameter values selected in PPS filters. If I select more the 23 values in PPS filters then the drilldown report is not opening.
    But it is working well in Chrome, I verified in IE and Mozilla, both browsers are having problem.
    When I look at Error Console of Mozilla, it is showing a javascript error as "Error: uncaught exception: ReferenceError: window is not defined" but the same report is working well if I select less than 24 filter values.
    Please provide me the solution
    Thanks in advance

    Hi Vasu,
    The issue might occur due to the Microsoft security update MS11-100 which limits the maximum number of form keys, files, and JSON members to 1000 in an HTTP request. Here, I suggest that you modify the Web.config file of the SharePoint site as follows:
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000" />
    </appSettings>
    If the SharePoint site uses the port 80, the web.config file of the SharePoint site is located in the C:\inetpub\wwwroot\wss\VirtualDirectories\80 folder.
    Reference:
    An ASP.NET request that has lots of form keys, files, or JSON payload members fails with an exception
    If the issue persist, please check whether there are any related errors in the Reporting Services log file which is located in <Drive>:\Program Files\Microsoft SQL Server\MSRSXX.<Instance Name>\Reporting Services\LogFiles.
    Regards,
    Mike Yin
    TechNet Community Support

  • Drill down on bubble chart

    Hi all,
    I am having a bubble  column chart. when drill down the bubble  chart. one more chart will display. is it possible to open the drill down chart in new window?
    & how can I drill down on bubble chart
    similar to this report
    http://www.recovery.gov/?q=content/investments
    Thanks

    Priya,
    You need to use drill down option in Bubble chart and dynamically display Chart placing it in a Panel container. It is similar to this http://xcelsiusandme.blogspot.com/2009/07/xm-sample-2-pop-up-with-url-button.html
    Instead of Report 1 button...have drill down from bubble chart.
    -Anil

  • Drill down on new window

    Hi
    I want to run the drill down report(child) on a new window.I am using srw.set_hyperlink_attrs('target="NEWWINDOW"');. But it was not of any use. Could anyone help me in this.
    Thanks in advance
    Regards
    Murali

    Hello Muralidhar,
    Please use srw.set_hyperlink_attrs('target=_blank'); to open up your hyperlink target in a new browser window.
    Thanks,
    The Oracle Reports Team.

  • Drill down report is showing popup even though it's disable in column properties

    Hello,
    I am facing an functionality issue where I have crated Summary to drill down report. Summary is chart and drill down is table view and I am using OBIEE Action link  here.
    Now I have disabled the Popup in column properties so when user click the bar on the graph they will directly navigate to detail report. But strangely after disabling the Popup, when i click on bar the drilldown report is coming as popup link.
    does anyone has any idea how to handle this issue??

    It would seem to be a issue with either the hardware of the printer or the replacement cartridge. If it is the cartridge, it should be covered under warranty (if it is HP genuine) since you just purchased it. At this time I think that your best move would be to contact HP's Technical Support to see about further options for you.
    The only other option would be to try another new replacement cartridge to rule in or out the cartridge being at fault.
    If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Drill down a bar chart in new window/ browser?

    Hi,
    Could anyone suggest me how to drill down a bar chart into another bar chart in new window or browser.
    I was wondering if anyone had any ideas or know of any examples of how I might do this?
    Thank you
    Ram

    You can use a "javascript:window.open(...)" URL with navigateToURL and pass parameters for the new bar chart in the query string.
    Hi,
    If you don't mind, Could you please explain me in more detail about "javascript:window.open(...) URL with navigateToURL"
    do I need to place it in the Flex code or Java?
    Thank you
    Ram

  • Workaround for PDF drill down not opening in new window

    Has anyone found a way of getting a drill down PDF which doesn't
    replace the original report in the window?
    TIA
    Paul Williams

    Four years later...
    Is there a way to do this yet?
    So far I have had to create the report as DESTYPE=HTML in order to give the user a 'drilldown' with the option of using the back button on the browser and also 'Open in a new window'. When using PDF the 'back' button does not work and 'Open in a new Window' does not seem to be an option.
    OAS 10g, Reports 10g, Acrobat 6
    Bob

  • Drill-down page from table

    I've created a table by dragging a Named Criteria of a View Object over. However, the table is quite packed because there are many fields, hence many columns. I want to show only a few columns, and make a drill-down page, in a way that I can click on any row and go to a page that displays the remaining fields for that row. How can I achieve that? I'm using JDeveloper 11.1.2.2.0.

    Hi,
    1. Select the page in the Application Navigator
    2. Expand the table in the Structure Window
    3. Delete the columns you don't want to see
    4. Create a second page (or use a popup dialog)
    5. Drag and drop the same View Object as a table or form
    6. keep all columns or delete some
    7. Add a command link to the table on page 1
    8. Set the action property to match a navigation case you defined between page1 and page2
    This is all it takes. The command link, whe added into a column to the table ensures the row is selected
    Another option is to configure column freeze on the table. This way you can fix the columns that people always need to see and then allow them to use a horizontal scrollbar to scroll into the other
    Frank

  • Linked report from second level drill-down level

    Hi,
    I have a report with two drill-down levels, Dept Id and Job Id.
    The requirement is when I am on Job Id drill level; I have to call another report when I click on any of the Job Id. This Job Id is passed to another report and the report is filtered based on that Job Id.
    I created a hyperlink on Job Id drill down level successfully. But the problem is I am unable to go to the first level i.e Dept Id. Actually the hyperlink is displayed and the up arrow is not visible to go to the first level.
    Is there any way where after creating a link on second level and opening the report in a new window, the drill up functionality can be maintained?
    I am using Business Objects XI 3.1 version.
    Thank you.

    hi
    there is another way to drill down the report of web intelligence.for that we have to customize in the universe level create a folder in custom hierarchy and add your two objects to that folder, i.e empid. and deptid. the order of these objects should be in the way the drilling happens that means if you want to drill down from empid. to deptid. then empid. should be the first object of the folder,save and export the universe to the CMS.Then it ready to use for webi report.Build the query for the report and enable the drill option in the report.Now the report is ready for your requirement.
    thanks & regards
    Sreekanth K

  • Error when calling a popup window in the initial screen of an application

    Hi,
        I am calling a popup window in the Initial screen to select the variant list.
    I am getting an error reference to Null Object reference.
    Here is the Error.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED_NO
    Exception              CX_SY_REF_IS_INITIAL
    Date and Time          15.06.2007 10:00:16
    Short text
    Access via 'NULL' object reference not possible.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_WDR_MESSAGE_AREA===========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "SUPPLY_VIEW_DATA" "(METHOD)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component.
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "OBJECTS_OBJREF_NOT_ASSIGNED_NO" "CX_SY_REF_IS_INITIAL"
    "CL_WDR_MESSAGE_AREA===========CP" or "CL_WDR_MESSAGE_AREA===========CM00Q"
    "SUPPLY_VIEW_DATA"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "SUPPLY_VIEW_DATA" "(METHOD)", or its possible occurrence must be declared in
    the
    RAISING clause of the procedure.
    To prevent the exception, note the following:
    Looking for Ur valuable suggestions.
    Cheers,
    Sam

    Hi Sam,
    The correct code for creating a popup window will be:
      data lo_window_manager type ref to if_wd_window_manager.
      data lo_api_component  type ref to if_wd_component.
      data lo_window         type ref to if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_window(
                         window_name            = 'WINDOW_NAME'
    *                    title                  =
    *                    close_in_any_case      = abap_true
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected
    *                    close_button           = abap_true
                         button_kind            = if_wd_window=>co_buttons_okcancel
                         message_type           = if_wd_window=>co_msg_type_none
                         default_button         = if_wd_window=>co_button_ok
      lo_window->open( ).
    Hope this helps.
    Regards,
    Ram

  • How do I get a popup window to stay open with a validation failure?

    Environment:
    APEX 3.1.1.00.09 on AIX 5.3
    Oracle 10.2.0.2 EE on AIX 5.3
    Sample app on apex.oracle.com:
    Workspace: galway
    User: gwicke
    Pass: gwicke
    Steps:
    1- run Page 3
    2- select J & B Marketing from drop down
    3- select only contract from drop down
    4- click on Edit Existing Contract
    5- click on Add New Builder
    6- Enter the same builder from calling page: Builder Name: Alvarez Construction City: Baton Rouge State: LA
    7- click Add Builder
    The original version of this page would add the new builder to the database, pass the information back to the calling page and close the popup window. Cool.
    I have added a validation on the popup page (Page 4) to check for an existing builder with the same name and city.
    What I'd like to have happen is the popup window stay open so the user can see the error message with the instructions for them to click on the CANCEL button and then select the builder from the drop down list. When they click the CANCEL button I need to have the window close.
    What is happening is the window is closing as soon as the Add Builder button is clicked.
    This is because there is a region called 'scripts' that contains javascript to submit the page and close the window and the condition on the region is only that the Builder Name is not null. So, the good news is that I understand why the window is closing but I'm not sure the best way to keep it open when the error condition happens.
    Thanks very much for your help. I'm sure you recall everything about this app you helped me with many months ago. NOT!! :-)
    -gary

    Gary, I think I've got it working the way you want.
    1. I added a conditional branch to page 4 which fires on the not exists builder condition condition.
    2. I disabled the reset page process. With that running, the conditional branch to page 4 woul always fire because the builder name and city were always cleared by the time the branch executed.
    3. I noticed that the new builder did not show up in your select list until I refreshed page 2. I haven't had a chance to look at that. Maybe a branch back to page 2 from page 4 after successfully loading a new builder will take care of that.
    Bob

  • How can I show a textarea in a popup  window

    Hi,
    Thankyou for reading this post, but can I state from the outset that I don't want to show a whole page in a popup window - I have read lots
    of posts and googled-pages on that topic so please don't drive down that route.
    I have a table with a few columns in it. One of those columns is a varchar2(4000), and in there is a nicely formatted block of text.
    I want to create a report in an Apex page on the aforementioned table, but have it so that this block of text does not appear in the report but does appear in a modal popup area. So the popup will appear,
    and will have the text block in it, and will have some sort of "close" button too.
    The popup to be modal.
    It doesn't sound like a tricky thing to do, but various searches around the area seem to dredge up different variations that don't seem to be
    malleable enough for me to re-shape them into what I want.
    Any help gratefully received; thanks in advance.
    Mungo
    Edited by: MungoHenning on Oct 1, 2011 3:34 AM

    Hi Jari,
    Ta for the help.
    Anything negative I say might be misconstrued as being ungrateful, but I have sincere thanks for your efforts.
    The boxes on the web page at http://dbswh.webhop.net/dbswh/f?p=BLOG:READ:0::::ARTICLE:1631800346026542 have a limited width. This happens often on my screen - I have a wide screen monitor with two black vertical
    bands either side of useful space that never seems to be occupied with useful stuff. These bands are approximately three inches wide - please would all developer readers spare a thought for those with wide screens that want
    to use the blooming things!
    Because of the "horizontally-squashed" nature of the page, it's not that obvious that some boxes have additional text not shown to the far right. I can easily click, do control-A and then control-C. I wonder whether every other
    reader would be aware of this.
    It's a small point, but you don't really want to be snowed under with ten zillion replies of "I canny get this to work", only to have to get back with "there is more text hidden off to the far right of the box".
    Also, your instructions are "do this, do that" without a wee word of explanation. Again, I'm skating on thin ice here: I do appreciate your efforts and you've helped me on a few ocassions in the past, but others might like to be
    let in on the secret of what each steps involves.
    Part of your instructions involves changing one column in the report, and then you say "Add Link Column to report and set Link Text".
    What does this mean:
    1) Add a NEW column to the report
    2) Keep editing the CURRENT column since there's no "save the changes" instruction
    There's two mentions of setting "Standard Report Column", so does this imply there are two distinct columns?
    You say 'Create dynamic Action "Set Dialogs". Select Advanced' - I create a dynamic action, have to make a choice between Standard and Advanced and
    then am presented with the dialog asking for the name of this new dynamic action. How about rephrasing as 'Create a new Dynamic Action; select "Advanced", enter the name as "Set Dialogs" '.
    The sequence is important; if I have to re-read, re-parse and re-order a sentence then it becomes frustrating for us already struggling with the technology.
    The menu choice of "None" to "Selection Choice" is not visible to me.
    I followed your instructions but nothing seems to happen - I guess my choice of the "Add Link Column" was the wrong one, hence I will go back
    and play with that.
    Although you may not believe me, sincere thanks for your efforts. My comments above are meant to reduce the volume of follow-up feedback that you may experience from your work.
    Ta again Jari
    Mungo

Maybe you are looking for

  • Landed costs can not get Goods receipt PO when Goods return made

    Hi, everybody I need to calculate landed costs and it seems that I can not use when I built a Goods return. My procedure as follow ( ps: the same vendor number) 1. created a PO then Goods receipt PO (docNum says 1111) which included 20 quanties for i

  • Transferring data from iPhone 3GS to iPhone4

    Apparenty my iphone 3GS is busted, now everything is gone.... My dad gave me his old iPhone4 (jailbroken... i seriously wanted to update to ios5). Since that I last backed up(or maybe synced data) from my old iPhone 3GS into my PC, i was thinking of

  • Bug report: adding -fast to thecompilation

    Hi all. Compiling the following piece of code on a Sun v60x, I ran across a bug with -fast: PROGRAM SMOOTH IMPLICIT NONE INTEGER, PARAMETER :: i0=100, j0=100, m0=19 INTEGER :: i, j REAL, DIMENSION(i0,j0) :: rho INTEGER, DIMENSION(i0,j0) :: imask LOGI

  • LabVIEW 7.0 Build Error 26097

    Hi All, Blast from the past here. I am working on resurrecting an old program (I work for a company where our products are in use for 30 to 50 years). I have all of the vis assembled, the computer is a Windows XP running LabVIEW 7.0 professional with

  • Eap-tls configuration

    how do you select certificate for enterprise wireless authentication? Our wireless is nb-ssid and when I enter the config, I only get the option for username and password.  Not to select certificate per the documentation ATT Pre Plus Post relates to: