Is it possible to open 2 on-demand subreports using 1 link?

I have a main report Customer Orders, with 3 on-demand subreports - PO Detail, Invoice Detail, Shipment Detail.
Is it possible to build a command or a link to  open all 3 subreports with one click, rather than clicking to open each subreport tab separately?

Not that I know of... Change them from on demand to not on demand so the data is there to view. They still have to click the Subreport link but no waiting.
Possibly putting the subreports in the group header will make them run and show the data but that is very taxing on the DB server, the subreport runs each time a group is created on the page.
You may want to rethink your report, if you can get the data into the main report, seems the info should be there anyways, and put those details in the detail section and/or group on each PO Detail, Invoice Detail, Shipment Detail.
Don

Similar Messages

  • Is it possible to open/start a slideshow using a button on the home page?

    Hi all. I want a slideshow on the home page of my graphic design website, but ideally I want it to pop up 'in place' when a button is pressed (these buttons are for things like 'illustration', 'print design', 'logo design' etc, with each slideshow being a portfolio of images. Is this possible to do? So instead of the buttons each linking to their own page, they link to a slideshow that pops up on screen?
    Let me know if you require further info.

    Yes you can design this.
    Use any composition , trigger can be used as button which would open container on click. In container insert slideshow with images.
    The images used can be linked to their specific pages.
    Thanks,
    Sanjit

  • After updating Firefox, each time I want to use links, for instance out of emails, I need to separately open Firefox. Before the update, Firefox opened automatically when I used links from emails. How come?

    I work on Apple MacBook Pro OS X 10.6.7
    Also each time I open Firefox a small window opens as if I have to install Firefox again.

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • Opening XIR2 webi reports using C# code

    Hi all,
             Is it possible to open Xir2 webi reports using C# code.If so can u throw light on the same.Thanks in advance

    Check out the Dev Library:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    You will find a scheduling Webi sample under the BusinessObjects Enterprise|Tutorials section.
    You will the viewing code under the Report Engine .NEt Developers guide section under Application Essentials.
    Jason

  • Crystal Reports Server XI On-demand Subreport does not open

    Hi,
    I'm using Crystal Reports XI and have a report with two on-demand subreports. In Crystal Designer, both work fine - that is when I click on either on-demand subreport in preview, it opens in another tab.
    But in Crystal Reports Server, one subreport works but the other one just opens another tab with the main report. What could be the problem?
    Thanks,
    Rob
    Edited by: Rob Hershfield on Feb 2, 2010 4:36 AM

    I solved it - Both subreports have no name but the one that wasn't working apparently needed a name so I just typed "." (a period) and now it works.
    -Rob

  • On Demand subreport in a new window

    Hi I am wondering if it is possible to open an on demand sub report in a new window.  
    I have a report that has 6 level drill and I want to be able to close the information in the sub report to give the end user the ability to keep drilling.
    I have tried inserting a text box with a hyper link back to the main report but hyper links do not seem to work the subreport.

    there is an option to make it as a hyperlink when you are creating a sub report (via wizard).
    Have you marked the check box to show it as a hyper link?
    There is also an option to link the two report fields together, have you linked the two fields?
    I would suggest to use a wizard and try it.
    Please let us know how you get along.
    many thanks
    Kind Regards
    Jehanzeb

  • Schedule On-Demand Subreport

    BOXI R2 - Crystal
    Is it possible to schedule a report that contains an on-demand subreport so that all of the data is available to viewers?
    Currently, the main report can be viewed but if the user clicks on the subreport link, the database query is ran before displaying the subreport data. Which is the way it should work when running the report normally. However, for scheduled reports, I would like everything run once and saved to the instance and still not display the subreport unless the user selects the link but without having to hit the database again.

    Hi Brent,
    Which version of BOE are you using?  There is a registry key that you need to add.  Below is the registry key for BOE XIR2 that will run the On-Demand subreports when scheduled and save them with data:
    [HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\SavedData]
    "GenerateDataForAllSubreportInstances"="Yes"
    [HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Reports\SavedData]
    "GenerateDataForAllSubreportInstances"="Yes"
    Regards,
    Wallie
    Edited by: Wallie Cheng on Sep 23, 2008 8:52 PM
    Remove the HTTP.  For some reason the forum automatically converts the registry path to a URL.

  • Is it possible to open up an excel file inside a Web Browser not IE?

    I'm trying to find out if it is possible to open up a pivot excel file inside the a web browser, but i don't want to use Internet Explorer for that i'd prefer firefox for that.
    I have a web application that uses an excel file for one of its reports but i don't want the user to have to download the file in order to view the report and that particular report has various ordering criteria so i don't want any of the funtionality of the file to be lost in the process, so is it possible to do it? what tools would help me acomplish that?

    I don't think this is possible.
    You may be able to make it display in Firefox if the file is defined as the XML Excel format and not the xls or xlsx formats. But that would require saving the file differently and you would most likely loose all/most functionality
    You may find some Excel translators in Java (most notably POI from Apache). But they would still require you to adapt them to web format and you would have to duplicate much of the Excel functionality yourself. So it would be a long term option.
    You could check out Google Docs. They have a spreadsheet application that I believe can convert Excel files to their format. You may be able to use it inside your web site with permissions.

  • Not possible to open/create a new connection within BT manager on Satellite M40

    Bluetooh manager is open and present in system bar.
    However it is never possible to open/create a new connection within bluetooth manager as it always say "bluetooh is not ready". Troubleshooting is required but no clear indication is available; button for wireless link is active and I am able to have wifi internet access at the same time.
    It is never possible to open access to a PDA or mobile phone for file transfer through bluetooth.
    Do i have to reload completely the bluetooth stack or is there another way to troubleshoot the bluetooh system?
    Thanks you for replying if possible.

    Remove the Bluetooth Monitor software if it is installed. Download the latest BT-stack v5.10.06 here:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/download.php
    and install it. Ensure that the wireless switch is turned on and the suitable antenna is selected.
    Press Fn+F8 key to select BT antenna. Selection menu only appears if WLAN and BT is inside.
    Read the following if you should still have some problems:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/faq/bluetoothnotworking.html

  • Using Maverick, how is it possible to open more than one calendar window?

    Hi, I'm using Maverick 10.9.1
    My question is: how is it possible to open more than one calendar window? i would like to have on the right my personnal calendar dates and on the left, my company calendar.
    Many thanks in advance for your help!
    ph

    See if the section on group calendar helps.
    http://www.dummies.com/how-to/content/basics-of-calendar-in-os-x-mavericks.html

  • Is there a possibility to open raw files from the Nikon D750 in photoshop elements 11?

    Is there a possibility to open raw files from the Nikon D750 in photoshop elements 11? I allready tried to install camera raw 8.7.1 but it doesn't work.

    Yes, I see:
    Letzte Aktualisierung
    16.04.2012
    The link I gave is listed in the faqs of this forum.
    Photoshop Elements FAQ List
    mfG
    Michel

  • Error Message When Opening Interactive Demand Planning

    Hello Experts,
    I have one user who is receiving the following error message when trying to open Interactive Demand Planning Workbook.  Only one user is experiencing this issue.  Has anyone run into this before? 
    GP: Graphics product not available in this system; see long text
    Message no. APPLG225
    Diagnosis
    The required graphics product is not available on the current platform. It is either not permitted, or it does not work properly.
    The application does not have a fallback strategy.
    Procedure
    Application/Specialists
    Contact your developers to see if a fallback strategy can be implemented.
    Development
    Check the call method of the graphics proxy. If the graphics product is not mandatory (parameter FORCE_PROD), then the graphics proxy can select a different graphics product that is available on this platform.

    Dear Adam,
    The prerequisite for graphics in planning folders is the SAP Internet Graphics Server. The connection between the SAP Internet Graphics Server and the system in which you operate BPS must take place using an RFC destination of the type TCP/IP with the predefined name IGS_DEST_POFO.                                                          
    Please make sure that your settings are correct and check the online help at:   http://help.sap.com/saphelp_sem320bw/helpdata/en/05/                  
      242537cedf2056e10000009b38f936/frameset.htm                                                                               
    Planning Folder                                                         
      > Editing a Planning Folder: Details                                  
          >Planning Folder: Portfolio Graphic"                                                                               
    Please have a look at the following notes as well that helped to solve problems with the IGS. 454042 IGS: Installing and Configuring the IGS                          
    676532 Dumps in transactions with splitter containers                   
    I hope this helps.
    Regards,
    Tibor

  • Since i update my iPhone 5 with IOS 7.0.2, I start to have serious problems to call or receive calls from other telephones: is not possible to open the call at the first try. Somebody have the same problem?

    Since i update my iPhone 5 with IOS 7.0.2, I start to have serious problems to call or receive calls from other telephones: is not possible to open the call at the first try. Somebody have the same problem?

    Try
    Reset: Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Note: You will not lose any data

  • Is it possible to open iPhoto twice under os-x lion to create a photobook on one desktop and to have a look to the photos in full size on the other desktop?

    Is it possible to open iPhoto twice under os-x lion, to create a photobook on one desktop and to have a look to the photos in full size on the other desktop?

    Ok let me ask you IF the IT department of your workplace does NOT want OS X installed on "THEIR" (The Companies) computers because of what they think is some type of security issue why are you trying to go against their wishes and install OS X on a computer that is NOT owned by you.
    That could cost you your job.
    If you continue down this path you will screw up the Windows install and have to take the system back to the IT department to get it fixed. What do you think they will say at that point?
    Do as you like but you would be better off just buying your own Mac computer if you are set on using OS X as your personal operating system.

  • Is it possible to open a book in Adobe Reader instead of Adobe Digital Editions?

    Is it possible to open a book in Adobe Reader instead of Adobe Digital Editions?

    Thanks a lot , I'am a complete newbie in this , I started by downloading the sdk, I unzipped it ,thought I'd try a sample named Basic Plugin, opened the solution file from the samples folder,, I built the solution,build succeeded but I'am not able to find the api file to copy it to the adobe acrobat plugin folder.Is this the right way to do this?

Maybe you are looking for

  • Identify when a user has change value in USEREXIT_CHECK_VBAP before saving

    I originally posted and closed this question, but I am still struggling with the code. The req is now to also update the value of VBAP-LPRIO, so I now have to use the Exit : USEREXIT_CHECK_VBAP. The issue is that my solution must take into account wh

  • HELP needed with LG monitor working

    I was given a 22" LG external monitor to use with my MacBook Pro. Once I got a minidisplay port to VGA adapter, it worked, but only as a mirror. I could not get it to act as a separate monitor to move programs and the cursor between. For dual display

  • Formatting check template

    This is not exactly a HRMS issue but wanted to check for any inputs as BI publisher forum is not pretty active. As part of developing the check template using BI Publisher 10x (Word 2010), I have a table of 6X6 (rowsxcolumns). The cells starting from

  • Compiling a library

    This might be a noob question, but I have a bit of Java code I want to compile into a closed-source library. Someone in one of my Java courses mentioned that some security measures might need to be taken to ensure the library can't be decompiled. I d

  • Changing Photo Dates

    Have what could be a simple question. Using iPhoto 6 and really like it, with a couple reservations. What I would like to knw is how to change the dates on photos. Specifically, I am converting some old slide photos and am using iPhoto to organize an