2 Report -Regions combine in 1 Report-Region but 2 different SQL-Querys

Hallo,
I have a question.
I have a page and within this page 2 different report-regions. Each of this regions has its own sql-query.
Now I would like to concentrate them in 1 report with one title. But there are still 2 differnet sql-query
that I can't combine. My issue is that I only want to show the result in one report.
Does this work or is there a workaround I could do?
Thanks, Jade

Hi,
As the report region's title is just whatever text you've entered, you can just put the title on the second report onto the first report and set the second report to use "No Template". You would probably need to remove the pagination settings for both reports - select No Pagination and set the row count to a high number.
The final bit would probably require a new report template - you can create a copy of the existing report template that you're using - and remove the Column Heading Template setting. This is only necessary if you need to remove the column headings from the second report. There would be a gap between the two reports - not sure if you need to remove this as well? If so, you would have to adjust both templates to remove the this from the bottom of the first report and the top of the second report.
I think that how you go about this will depend on exactly what you need to see between the two reports - if they need to look as though they are just a single report then you may have to complete all of the above steps.
Andy

Similar Messages

  • Report region runs very slow, but its sql runs fast

    We have a page with a report region Type :SQL Query (plsq function body returning sql query) which runs very slow, pegging the tach on our db box for almost a minute before returning report rows. However, if we run the generated sql from sql plus, it returns all the rows in under 10 seconds with nary a blip on the box. Any idas how what could be causing this or how to debug?
    Thanks,
    Steve

    OK, here is the bad boy, shortly after our code that returns the data.
    declare
    rc__ number;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 63;
    null;
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    simple_list__(8) := 'wpg_docload.%';
    if ((owa_match.match_pattern(p_string =>
    'f'
    /* */,p_simple_pattern =>
    simple_list__
    ,p_complex_pattern =>
    complex_list__
    ,p_use_special_chars =>
    false)))
    then
    rc__ := 2;
    else
    null;
    null;
    f(p=>:p);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    end;
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 1 25.53 26.59 4492 20992 60 1
    Fetch 0 0.00 0.00 0 0 0 0
    total 1 25.53 26.59 4492 20992 60 1

  • Placing buttons in a region displaying an Interactive Report

    Hi,
    I have a page on which I am displaying an interactive report.I would like to place buttons on this region where the report is displayed-
    - The first button right of the search bar of the interactive report
    - The second button right of the first button.
    - The third (exactly ) below the second button (still right of the search bar)
    I am aware that if this where an HTML region,then I would have had the flexibility to place the third button in a new line without a problem,but can I achieve this in a region displaying an interactive report?
    Is there any way to do this?
    Regards,
    Priya Jetley

    Create the buttons as region buttons in the IR region, with the following properties:
    Button Position: Right of Interactive Report Search Bar
    Button Alignment: Left Right
    Enter *style="display: block; float: right;"* in the Button Attributes of the third button.
    Edited by: fac586 on Nov 11, 2008 8:04 AM
    Changed to fix slight layout glitch in Firefox 2.
    Edited by: fac586 on Nov 11, 2008 9:06 AM
    Changed back as the slight glitch in FF2 is preferable to not working in FF3 and Safari

  • Populating report region using values in another region

    Hi,
    I have a scnerio. Help on this would be greately appreciated.
    Following is the explaination based on department/employy example
    On a single page, i want to show a region which will display a list of departments and every value of department will have a link to the list of employees working in that department.
    On clicking a department, i want a report region on the same page to populate with the list of employees in the department.
    So, when page will be loaded first time, no department will be selected so a single message i.e. "Select a department" will be displayed on the region dedicated for departments and will be populated when user will click on a department.
    I am able to create two regions. On the left region, i am able to display a list of departments. I can also create links for the department values but i don't know how on first load i just display a message on right region (Select a department) and then on clicking the department, loading the report on the right region.
    Thanks in advance
    Salman

    Thanks for your help.
    I am able to do it but initially when page loades, it returns error message because it executes the query when page is loaded first time. My actually scenario contains a database link (which is assigned dynamically to the query). SO on first page load, no database link was found because hidden field contains NULL so it displays error message that "failed to parse SQL query:ORA-01729: database link name expected". How to solve this?
    Mean while i also need help to generate an interactive report on the basis of a dynamic query. I have used a PL/SQL block returing a query to build a report for non interactive reports and it works fine but i want to do same for an interactive report. Can you please also help me how to do this?
    Thanks
    Salman
    Edited by: Salman Qureshi on Aug 25, 2009 7:05 AM

  • How to use the region parameter of main report for subreport chart titles?

    I am using Crystal Reports 11.
    I create 1 main report with 10 sub-reports that contain cross-tabs & charts. The main report has a parameter regarding 3 different areas: region1, region2, and region3.
    I use the method of adding the u2018regionu2019 parameter of main report to the selection formula of the sub-reports. So, I can select 'region' from main report to controll outputs in sub-reports by region.
    I use formulas for chart titles, e.g.:
    Select {Product Code}
    Case 'a111':
      u2018Region1 u2013 a111 Counts'
    Case u2018b222u2019:
      u2018Region1 u2013 b222 Counts'
    u2026
    u2026
    Default:
    u2026
    Since I pass the u2018regionu2019 parameter of main report to sub-reports, I have to change chart titles dynamically based on the region I select.
    How can I use the region parameter from main report in the formulas to get chart titles dynamically?
    Thank you in advance.

    Thank you.
    I am not using Chart Title with "Chart Expert".
    I am using a formula for chart titles, e.g.:
    Select {Product Code}
    Case 'a111':
      u2018Region1 u2013 a111 Counts'
    Case u2018b222u2019:
      u2018Region1 u2013 b222 Counts'
    u2026
    u2026
    Default:
    u2026
    I drag this formula above the charts and it looks like a dynamic title. So, for product a111, the chart title would be "Region1 u2013 a111 Counts"; for product b222, the chart title would be "Region1 u2013 b222" Counts; and so on ...
    Because I pass the region parameter from master report to subreport, I want to change the region part of the chart titles dynamically.
    For example,
    when select Region1, the chart titles should be: "Region1 u2013 a111 Counts"; "Region1 u2013 b222"; ...
    when select Region2, the chart titles should be: "Region2 u2013 a111 Counts"; "Region2 u2013 b222"; ...
    I want to add the region parameter into the tiltle formula.
    How should I do?

  • Creating a custom report by combining three already present reports

    Hello Gurus,
    I am into functional side of MM-WM and business wants to create a custom report for purchasing planning by combining 3 other reports alreayd present on the system. It combines Pending Delivery Report,  MRP_PO_RPT report and a query for scheduling agreements.
    They also want functionality to include ability to drill into report results and display the underlying Purchasing Documents.
    They have given the selection criteria fileds and outout fields.
    *NOW I KNOW THAT I will have to hand it over for developement (ABAPer) but I want to  know what things I an ABAPer would want to know from my side on this issue...Pleas let me know your suggestions.*It would be great help!!Thanks A lot,
    Kruti

    Hi,
    First of all you need to identify all the tables and data sources from all the three existing reports and then check whether it is feasible to combine evenrything to get the new report as per the business requirement. Second, since you are combining three reports in to one, i would say, check the data volume as it shouldnot impact the performance of the new report. Now check for the usual things, like the formats / data presentation etc. Hope this is helpful.
    Regards
    Sreekanth

  • Same material and customer but different prices for different regions

    Hi all,
    I have a scenario, wherein material and customer are same but different ship-to-parties.  Prices vary for the material for different regions.
    Kindly suggest how to maintain condition records in this scenario. I have tested for a material for different regions but with the same prices which is working fine, but now I have to do this with different prices.
    Your suggestion will be very helpful as this is very important in this business.
    Thanks and Regards
    Adithya

    Swapneal
    I have right now only four key combinations for PR00;
    1. Customer/Material with release status.
    2. Pricelist Category/currency/Material with release status.
    3. Material with release status.
    4. Price group/Material.
    Can this be done with the 2nd Key Combination?
    Item data; Sales B tab shows Price List as Retail and Wholesale; here we have only Wholesale Business. Kindly suggest.
    Thanks and Regards
    Adithya
    Edited by: Adi1976 on Jan 18, 2012 9:04 AM

  • OBIEE report based on same criteria but different view based on filter

    Hi,
    I am trying to create a report in OBIEE 11.1.1.5 where In the same report using the same criteria, I can have different views which applies different filter.
    Suppose, I have a report criteria as
    Dim1, Dim2, Measure1, Measure 2.
    I want to create two pivot view based on the same data.
    One view will be showing data Dim1="Value1". The other view is duplicate of this view but will show data Dim1="Value2".
    Is it possible in OBIEE?
    basically what I want is work on the same dataset but different representation and show them in the same report. Please share your opinion.
    Regards,
    Tanveer.

    Hi,
    You create a new dim dummy column in criteria and in presentation level create new pivot table view use this dummy dimension column and filter with dim1=value2.
    give updates on this.
    Mark if Helpful/correct.
    Thanks.

  • OBIEE 11g  - Not able to see existing reports which are created by specific owner but I could able to see Admin role user reports.

    OBIEE 11g  - Not able to see existing reports which are created by specific owner but I could able to see Admin role user reports.
    Appreciated if you could able to help as soon as possible as I don' have back up for these disappeared reports.
    Pleas let me know if any additional information needed.

    Hi
    Thank you for the reply.
    Here one thing I would need to mention that those are created by me on last week, but when I check those today, I could not able to see or even admin also not able to see those. For sure no migration and updations happend over the week end, really not able to debug whats the issue around. Unfortunately I haven't taken back up as well.
    Please could you help and let me know whats the root cause and how I could able to restore.
    Best regards,
    Kumar

  • Combine Two Crystal Report In One Report

    Hi
    I made a two crystal report in that two report i used subreport
    I want to combine this two report.
    that is i have to make multilevel crystal report.
    when i Combine this two report
    the subreport which is contain in that two report is not import.
    so how can i import this two reports in one.

    Hi,
    When you combine two reports, you can only have one subreport working directly. Then other subreport has to be recreated in the new report.
    Thanks,
    Gordon

  • Finance and Controlling report in combination with Cost center, GL account, Internal Order

    Hi Members,
    Finance and Controlling report in combination with Cost center, GL account, Internal Order.
    Please provide any slandered report in all 3 dimension.
    Thanks
    Dileep Kumar

    Search this query in FI Controlling forum am sure you will get useful results there.
    This kind of reports related to Controlling are usually created using Report Writer tool.
    In fact majority of reports in Controlling component is created using Report Writer only.

  • Trying to change my region from uk to New Zealand but comes up with incomplete pass how can I get round this ?

    Trying to change my region from uk to New Zealand but comes up with incomplete pass how can I get round this ?

    Thanks for the Clarification...
    GlenieBoy wrote:
    ... method of payment is not valid in this iTunes Store as it's set to uk..?
    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • "Same" report but different selection

    CRXi
    SQL2005+
    I'm working on a report that works fine but the selection for the output needs updating or maybe I need 2 more reports....
    Tables are:
    USER TABLE (has all the application's user information)
        TableKeyID for THIS table
        Application_UserID
        Lastname
        Firstname
    MANAGER TABLE (has all the application's manager information.  This is essentially a detailed subset of the User table.  Any row in the Manager table will also have a row in the User table but not vice-versa!)
        TableKeyID for THIS table
        Application_UserID (same as User Application_UserID}
        User_Initials
    OPPORTUNITY TABLE (contains relevant information on any sales opportunity)
        TableKeyID for THIS table
        Application_UserID for person who is working on the Opportunity.  Note: This can one of many and it can be different for ANY opportunity.
    JOB TABLE (contains relevant information for the potential job)
        TableKeyID for THIS table
        Job # (contains User_Initials in positions 2-4 of a field)
    Links: Not sure how to do this with this situation IF it's different than the correctly working report which prints out data by User Lastname+Firstname.  This report, though correct, doesn't always have the output 'together' by Job # and/or User since any sales person can close an opportunity.  (Maybe think inside vs outside rep or assistant to senior rep here).
    A) Report #1: Possibly, read the User table alphabetically and then provide Groups in a report that ONLY selects for the User_Initials for each group.  (either Group 1 or some Group under 1 that filters by the person's initials)
    That is, say there are three (3) sales reps with User_Initials of ABC, DEF, GHI respectively but there are twenty (20) users (rows/records) in the User table.  My thinking is that I need to read the User table sorted by last name, firstname and then ONLY select the appropriate Job #s that contain their respective initials.
    I can do the User table reading and sorting by lastname, firstname but I don't know how to restrict EACH group which will be the sales reps initials for THAT group.  I currently get, say, five (5) rep-sets of output with proper User lastname, firstname sorting but the Job #s don't necessarily match the User lastname, firstname that I'm working with because an opportunity can be closed by anyone.  Once the opportunity is closed I assign a Job # which includes the initials in positions 2-4 of the Job #.
    B) Report #2: Second report is VERY similar to the first but I need to select by the opportunity assigned manager (OpptyManagerID) field.  Again, possibly read the User table alphabetically and then provide Groups in a report that ONLY selects for the OpptyManagerID field.  Output is the same set of fields as in Report #1 but the selection is different.
    My current Groups are:
    User table
    Job #
    OpptyManagerID
    {4th group not related, I think!}
    HTH...
    Thanks
    Edited by: total1 on Sep 25, 2011 10:58 PM

    We are doing something similar with multiple reports that have the same footprint, however we are handling the data extraction via an Oracle Stored Procedure. We have a set of parameters that we store in a table and access via 3 parameters entered into the Crystal. One (or more depending) of the parameters controls any logic decisions we need to handle data selection.
    Let me know if this helps or you need a little more information/help.
    Greg

  • I report a problem refund app in appstore but i haven't received mail from apple

    I report a problem refund app in appstore but i haven't received mail from apple I wait 2 days ago

    You could try contacting them again (we are fellow users here on these forums). Ttry the 'report a problem' page to contact them : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • TS1702 I downloaded a pokédex app on my iPod touch, on that app you can buy other region Pokemon, I bought a region but I won't download on my iPod, it said I purchased it but nothing will download, help?

    I downloaded a pokédex app on my iPod touch, on that app you can buy other region Pokemon, I bought a region but I won't download on my iPod, it said I purchased it but nothing will download, help?

    What happens when you try to download it?
    have yo contacted the developer of the app?
    Last, contact iTunes
    Apple - Support - iTunes - Contact Us

Maybe you are looking for

  • 1099 law change for 2012

    In the US, changes are coming to the requirements for 1099 reporting - basically any vendor paid more than $600 in a year needs to be given a 1099; no payments without first knowing the vendor's SSN/TIN, some address rules, etc. This means huge numbe

  • Video Frame Capture

    Can you capture individual video frames for sharing or printing using Premiere Elements?

  • 6120 classic - image transfer to PC

    Does anyone know how to transfer an image other than by sending it as a photo to someone who has a non-Nokia phone who can then download it to their PC and E-mail it back to me? And before you all say PC Suite, I am running Vista 32 bit on my PC so d

  • Ax service is not being start

    ax service is not being start in my laptop after restored data of the production server. error is 

  • 10g forms services problems

    Hi, I have installed Forms and Report's services 10g on United Linux 1.0 the installation is perfect, run forms in the server, web, is ok, but the triggers , pre-insert, post-query not fire, the developer environment is ok. Any idea, Regards, Julián.