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

Similar Messages

  • 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.

  • Well I Don't Know Why but From Last Few Days, On my almost every Press To ENETER A new WINDOW Pops Up and Sometimes without anything and even 2 or 3 together ??

    Well I Don't Know Why but From Last Few Days, On my almost every Press To ENETER A new WINDOW Pops Up { Sometimes there are tabs } and Sometimes without anything and even 2 or 3 together Tabs together and Windows too ???
    the CONTENT SETTING for window pop is already checked but still These Windows and multiple Tabs POP UP ???

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Open New window (pop-up) in JSP

    Is there a way to open a new window (pop-up) in JSP (not using Javascript:window.open()).
    I basically have a JSP that checks user enter data. The If user enter incorrect data it will redirect to itself with a http session value (f-failed) to indicate the type of data error and display proper error message.
    If user enter all correct data then it will display a new window (pop-up) in front of the previous window. All also passing values to the new window!
    Whats the window.open() in JSP?
    THanks

    What about trying this scenario:
    1. from your first jsp submit to a modal window
    var returnVal = window.showModalDialog("yourServlet","",
    "dialogHeight:600px;dialogWidth:800px;status:no;help:no");
    2. The servlet sets an error code in the request object i.e. 0 good, -1 bad.
    3. forward to a page (I call the page database_status.jsp) and get the error code. With javascipt do this:
    <%
    // get return code
    String returnCode = (String)request.getAttribute("databaseStatus");
    %>
    window.returnValue = parseInt("<%= returnCode %>");
    self.close();
    4. read the return code
    if(returnVal == 0)
    alert('code is good');
    or pop up your window.

  • Entourage: new windows pop to top left of screen

    Hi there,
    I'm having a problem w/my Entourage. I'm not sure if this is a Mac Leopard issue or one directly related to Entourage and I need to contact MS or maybe something totally unrelated but maybe someone here knows and has the answer. I'm brand new to Apple/Mac as of about 2 weeks ago, never had one before.
    When I open Entourage it opens in the center of my screen. When I open an email in Entourage or click to compose one, the window I'm going to read or compose in pops up to the very top left of my ~huge~ 24" screen and I have to move it down each and every time in order to read or type in it.
    I personally find this to be very annoying and wondering if anyone knows how to make these windows pop up in the center of my screen like when the Entourage program itself opens up?
    Thanks for any help.
    MC

    Did a little searching on Microsoft's Newsgroup sites. One MS employee gave this answer on the very same question.
    If you start a new message window, move it to where you want it to be, close it (saving as draft), then quit Entourage. It should force Entourage to remember the window position.
    However, this does not work reliably. We have never been able to track down what prevents Entourage from remembering window positions properly (through several versions!)
    What I did do just now on my wife's iMac with Entourage 2008 was simply open a new mail window, moved it to the position I wanted and closed it. Since I hadn't typed anything, it closed without asking me to save anything. But now the new mail window always opens right where I had it last! Even after shutting the program down and relaunching. I'll have to try that on the Mac Pro.

  • Session loss when a new window pops up

    Hi there
    I'm facing a problem with sessions.I'm using IE browser and a Tomcat server version 5.0.* . I have to use sessions in order to pass my variables through out my application, but when i click a link that pops up a new window and then close the poped up window, my session and all the registerd variables in my main window, are being lost. The funny thing is that the same application on another PC with the same developing tools, browser and server, is working just fine. I even copied and pasted the working-well Tomcat over my Tomcat and the problem is still there. The fact is that i can't understand where the problem is: in my Tomcat, in IE's settings?Please replay.Anything will help me!
    George
    PS: the application i mentioned, is exactly the same in any of the testing PC's. I also have to mention that i use Eclipse 3 for the developing of my application.

    Since it works fine in other computers, the problem seems came from the IE setup.
    normally, the seesion will still keep alive, even the pop-up window being closed. You can do
    another test in Netscape to see what's going on. And also, did you use Javascript to open the new window? Check the javascript code (using windows.focus() or some other code which may
    aftect the default behavior) . Write some log information to record the session status change.
    Tien-Chih Wang
    Hi there
    I'm facing a problem with sessions.I'm using IE
    browser and a Tomcat server version 5.0.* . I have to
    use sessions in order to pass my variables through out
    my application, but when i click a link that pops up
    a new window and then close the poped up window, my
    session and all the registerd variables in my main
    window, are being lost. The funny thing is that the
    same application on another PC with the same
    developing tools, browser and server, is working just
    fine. I even copied and pasted the working-well Tomcat
    over my Tomcat and the problem is still there. The
    fact is that i can't understand where the problem is:
    in my Tomcat, in IE's settings?Please replay.Anything
    will help me!
    George
    PS: the application i mentioned, is exactly the same
    in any of the testing PC's. I also have to mention
    that i use Eclipse 3 for the developing of my
    application.

  • New windows pop up eveytime oracle generate archives

    Hi,
    i have strange things happened today to me.
    every time i generate new archives log, black windows pop up telling me this archives is ok and it ships to the destination
    this is the contents of the windows
    (ubix)
    ARC1: Beginning to archive thread 1 sequence 40852 (1162594140-1162597001) (XXX
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Closing local archive destination LOG_ARCHIVE_DEST_1: 'D:\ORACLE\ARCLOG\LO
    G\ARCH1_40852_629923065.DBF'
    (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Completed archiving thread 1 sequence 40852 (1162594140-1162597001) (XXX)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination D:\Oracle\arclog\log
    Oldest online log sequence 40850
    Next log sequence to archive 40853
    Current log sequence 40853
    SQL>
    How can i disable it?
    MY oracle is 10.1.0.4
    OS is winodws 2003 sp2

    I was thinking about something else, is this could be like automatic trace file
    i set up my log_archive_start parameter to false and still this is
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled => i guess this should disable
    Archive destination D:\Oracle\arclog\log
    Oldest online log sequence 40853
    Next log sequence to archive 40856
    Current log sequence 40856
    i dont know maybe i am in the wrong path here.
    i did this
    SQL> alter system switch logfile;
    System altered.
    and the windows pop up again
    ARC1: Creating local archive destination LOG_ARCHIVE_DEST_1: 'D:\ORACLE\ARCLOG\L
    OG\ARCH1_40857_629923065.DBF' (thread 1 sequence 40857)
    (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ ║
    ║ Warning - The following error occured during ORACLE redo log archival: ║
    ║ ║
    ╚═════════════════════════════════════════════════════════════════════════════╝
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Beginning to archive thread 1 sequence 40857 (1162611192-1162611499) (ubix
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Closing local archive destination LOG_ARCHIVE_DEST_1: 'D:\ORACLE\ARCLOG\LO
    G\ARCH1_40857_629923065.DBF'
    (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Completed archiving thread 1 sequence 40857 (1162611192-1162611499) (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination D:\Oracle\arclog\log
    Oldest online log sequence 40855
    Next log sequence to archive 40858
    Current log sequence 40858
    SQL>
    so i guess its kind like trace something
    What do you think?>

  • New Window POP UP

    How can I get to Pop up a new form when clicking on a link on another form.
    I have two workflows to show the two different forms. On clicking a link on first form, it calls the other workflow which displays the other form. I want this form in a different window of diff size. May be this can be done with java Script. Not sure how to give that in the form( i have tried the onclick property, but that didnt work). Please let me know how can i proceed with the requirement.

    I got the answer. We can get a new window by adding a property i.e.
    <Property name='target' value='_blank'/>
    But now the question is how can I change the new window size???

  • Clicking on a music (MP3) link doesn't work - new window pops up but nothing happens?

    As stated above - a blank (UNTITLED) window pops up, but no player, no music. I just had some issues (virus, etc) and my PC was undated, fixed with the newest version of Firefox installed. I'm I now missing something?

    For starters your Mac does not have a virus.
    It sounds like you have installed adware on your Mac probably from a download from a shady site that adds malware to their download. To get rid of it, try http://www.adwaremedic.com/index.php

  • When I open firefox or open a new tab I get a new window popping up very anoying how do I stop this

    the new window has the following address in the box:
    http://www.ilitili.com/sc?p=YTI3MzE3NjQzNjYd8Api9ERuBcS22NpNt6ZJZZGQlaoEcxCmmO%2Fb9%2FYsNvEOjIm9x0J19TiuJOBz7kBeRrouq%2BRv%2BakLy78WlwMFtFOKIgsVVJUresdkRgyXFZ5FrL59Fk8sJIvMDbjRZgasNkOIiRhTPQgUstws%2BsQpDhkvTFCBkZrpCHN7o5atB4zuT2eZUJ%2BRJzHW5eQ%2BEJM%2ByY3fT9LEHv4nLMJyvmgNIj1HoyBnbexRWfCPEqsNgHGKs2MIzhrAPjnwzOzsm1oMlMfVISibZKcF%2F8SN%2BmBZbGxe%2BQVBFoe%2FehPk3vE31A%3D%3D&t=1
    how do I stop this
    Thanks
    Dennis Gillum

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    See also:
    *http://removecomputermalware.blogspot.nl/2012/07/how-to-remove-wwwilitilicom-redirect.html

  • All of a sudden, a bunch of firefox new windows pop up with advertisement; why/what can I do?

    it just started happening over the last couple of days

    Do a malware check with some malware scan programs. You need to scan with all programs because each program detects different malware. Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and Searches are redirected to another site

  • In the last several versions of Firefox Pop-up Site that should be blocked are creating new windows. Why?

    I have several computers. On each computer Firefox operates different. On the system I am writing these words. Every time I open a link Foxfire opens a new set of windows instead of a new tab. On my laptop Firefox opens a new tab when I want to open a new link. I think that this the way it should be. I have looked in the options to try and fix this but there is NO option to correct this. Both the computer are running the same version of Firefox. On the system I am writing this when new window pops up it creates two windows, one with a web page and one with tiles. I am running Windows 7 on all my systems not Windows 8. The laptop does not do this. If a unwanted page pops up; say a Web Cam site or Dating site that Pop-up Blocker use to block appears there is a race to close it because Firefox switches back to the page you were on before the new windows appeared. The Firefox on this system I am writing on also does not allow scrolling when something is being highlighted anymore.
    I use Firefox because it allows me the configure it to use Applications on my computer to open, view, and save material from the Internet unlike the other browser that are available. Can someone fix these bugs?

    It could be the work of one of your add-ons, or even add / mal-ware.
    Look thru your add-ons list and make sure you know what each one is
    there for. Also,
    check the programs that are on your computer
    '''''Windows > Start > Control Panel > Uninstall Programs.'''''
    Go thru the list and use a web search to check any that you don't
    know what they are.<BR><BR>
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Troubleshoot Firefox Issues Caused By Malware]'''''

  • Help with creating a new window

    Hi there
    Could anyone help me with the coding to create a new window in java? Basically its when i click on a button a new window pops up
    thanks

    Icer_age828 wrote:
    Could anyone help me with the coding to create a new window in java? Basically its when i click on a button a new window pops upWe need more information on what you mean here, what you know and what you don't know. Do you understand the basics of Java? Are you talking about using Swing? If so, what exactly do you mean by a "new window"? You can create a simple dialog via the method JOptionPane.showMessage(...) method. Do you mean to create and show a new JDialog? JFrame? Do you know about ActionListeners and how to add them to jbuttons? Given your post, I think that your best bet would be to start going through the Sun Java Swing tutorial from the beginning. Look here .

  • Url extern in new window

    hello
    I set the url in backing bean with this code:
    FacesContext faces = FacesContext.getCurrentInstance();
    ExternalContext context =faces.getExternalContext();
    HttpSession session = (HttpSession)context.getSession(false);
    context.redirect(miurl);
    faces.responseComplete();
    the problem is that i want open the url in a new window pop-up.
    The url isn´t a page for my app, is url extern for example google.com
    Thank and sorry for my poor english

    Hi,
    if want to open the page with a simple link, you can do something like that:
    <af:goLink text="goLink 1" targetFrame="_blank"
    destination="http://google.com"/>
    Claus

  • How do i stop the new file pop up when i start the program

    Everytime I start up Photoshop Cs6 either by opening a file or just the program in general i get a new window pop up each time, this is very annoying. I have tried resetting preferences but this method does not work and i have tried contacting adobe support but all they do is insist i waste money calling premium numbers

    I am using windows 7. Everytime i open a file it always pops up it didnt used to do this

Maybe you are looking for