Displaying Report & Layout in a page

On a BSP (created with Web Application Designer), I have a web report and a layout.Both are on the same page, one below other. This is done so that, the user can see the data from the report, make some decisions and then input values in the layout
The web report is displayed using an iframe in an element of type text in WAD. The problem with using an iframe is that the size of the iframe doesnot expand/contract depending on the amount of data on the web report. It has scroll bars though, but it is so inconvinet to see/search the data for the users.
Q. Is there any way, I can size at runtime the size of the iframe?
or is there any way of making a web report appear integrated with the BSP,the same way a layout appears?
or is there something else I can use to achieve desired results?
Thanks,
NS

hi nimmi,
its better u use HTMLB . Take input from user in one grid row, and in another row display ur report using TableView.
try this code, it may help u:
<htmlb:gridLayout columnSize = "2"
                              rowSize    = "2" >
              <htmlb:gridLayoutCell columnIndex = "1"
                                    rowIndex    = "1" >
                <htmlb:label for    = "int"
                             text   = "Enter Ur input"
                              design  "EMPHASIZED" /></htmlb:gridLayoutCell>
                  <htmlb:gridLayoutCell columnIndex = "2"
                                    rowIndex    = "1" >
                 <htmlb:inputfield ...>
               </htmlb:gridLayoutCell>
               <htmlb:gridLayoutCell columnIndex = "1" rowIndex    = "2" >
            <htmlb:tableView id              = "cd"
                             headerText      = "Report"
                             headerVisible   = "TRUE"
                             table           = "<%=  Table_name %>"
                              width           = "100%"
                              design          = "STANDARD">
</htmlb:girdLayoutCell>
</htmlb:gridLOayout>
regards,
kamaljeet
Message was edited by: kamaljeet singh

Similar Messages

  • Create Report Layout File from page

    I am trying to mimic the Report layout create from my APEX page. The process is referencing
    wwv_flow_report_layouts, but it won't compile on my page. Am I able to insert into this from APEX page (insetad of builder)?
    declare
    l_report_layout clob;
    l_report_layout_id number;
    begin
    for c1 in (
    select blob_content from wwv_flow_files
    where name = :P539_LAYOUT_FILE
    ) loop
    l_report_layout_id := wwv_flow_id.next_val;
    l_report_layout := wwv_flow_utilities.blob_to_clob(c1.blob_content);
    insert into wwv_flow_report_layouts (
    id,
    flow_id,
    report_layout_name,
    report_layout_type,
    page_template
    ) values (
    l_report_layout_id,
    :FB_FLOW_ID,
    :P539_REPORT_LAYOUT,
    'RTF',
    l_report_layout
    );

    Hi Guys,
    If you're going to provide the DIAdem axis scaling information from LabVIEW, your going to have to send the axis scaling information to DIAdem and then run a DIAdem VBScript to apply that scaling information.  My recommendation is to continue using the DIAdem Report.vi that ships with LabVIEW, but use it to run a VBScript instead of load a REPORT layout file (*.TDR).  This means you will need to create a TDMS file that contains the parameters you want to pass to DIAdem, then have the VBScript that LabVIEW tells DIAdem to run always load that TDMS file to receive those parameters, then run VBScript commands that use those parameters.
    I'm including an example,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    DIAdem Report File Scaled.zip ‏92 KB

  • Display report title in all pages

    Hi,
    How do I show my report title in all pages that have the report, that now only shows me the title on the first page,
    Thank you very much for your help!
    Greetings!

    Hi Abhilash,
    Thanks for your response. I need one clarification in your solution,that all the steps to be  done in sub report and later on should it be inserted in main report?
    And i am facing one more issue that my records are starting from second page not from the first of preview tab.
    Design section page:
    1st Page in preview:
    2nd Page in preview:
    Thanks,
    Aravind
    Message was edited by: Aravind Sreeram

  • Report Layout for different page sizes....

    hi...by chance my report (which was developed for an A4(letter size) paper) printed on a legal size page(8x13 inch) which left alot of blank space on the bottom of page which was giving a bad look to my report. So I want to know that is there anyway to develop the reports so that they set the reports width n height automatically with different page sizes?

    nobody is willing to answer this?

  • Unable to view Report Layout in Web Preview

    Hi All,
    I am facing some intermittent issues with some Hyperion FR Reports on Workspace.Whenever I am trying to see the HTML view of the report it simply shows the POV and no report Layout,the complete page is blank white whereas other reports are working fine.
    Even when I am trying to open it with Studio and then trying to see its web preview then also it is showing me the same behaviour.
    Thanks
    AG

    Hello Mehmet,
    I think you are correct as it seems the user with which I was tryoing to run the report didnt have access on Dimensionality because when I tried with a different user I was bale to see the data.
    There is another issue which I am facing related to the Relative Memeber function in Essbase.I am trying to extract the Previous Year from the POV selected member using RelativeMember function in Essbase but it is giving me error as [None]Member selected in the report however the same function is giving me results when I use it in Planning connection.
    Any advice?
    Regards
    AG

  • How to add/create additional page in Crystal Report Layout SAP B1

    Hi,
    I wanna ask about How to add/create additional page in Crystal Report Layout SAP B1 ?
    I want when user print Purchase Order then on last page also print some page like Penalty Clause etc.
    Pls help me to find the solution.
    Br,
    Thomas Marsetyo

    Hi,
    In your report footer, set it to create a new page before it is printed (In 'Section Expert', select the Report Footer -> 'Paging' tab -> Check 'New Page Before' checkbox). Throw your Terms & Conditions into the Report Footer section.
    If you already have a Report Footer that you want to keep, just split the footer into two sections (Right-click the Report Footer section -> 'Insert Section Below') and follow the same procedure for the newly created section.
         Check this Link
    http://stackoverflow.com/questions/9232239/adding-an-additional-page-to-end-of-a-crystal-report
    http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=18960
    Regards,
    Manish

  • How to display the  text in a classical report before top-of-page?

    Hi all,
    I am developing a classical report with top-of-page because i want to display the texts of cloumns  even users scroll down the output.
    But here the problem is i have to display a text and selection screen values in the ouput ,Before this top-of-page. But i couldn't find the way to do it.
    Please help me on solving this problem?
    Thanks,
    Vamshi.

    Hi Vamsi,
    whenever there is write statement and you are going to display some thing the system checks for the TOP-OF-PAGE and we are helpless here
    so declare your heading in the TOP-OF-PAGE only
    THIS is SAP provided way of the SYSTEM bahaviour
    Regards
    ramchander Rao.k

  • Report layout in french not displaying french characters properly

    Hello,
    I have a report layout that I have created with a 3rd party tool (j4ldesigner). All it has on it is one label (displaying a couple of french characters as a test
    ). Within APEX I have created a test report layout and imported it as a named column report layout type. I then created a very simple report query and associated it with the test layout. When I run the test report, the layout launches but the characters éâ appear as éâ.
    So I'm thinking this has to do with language somehow. I have other reports which are generic named column reports, but those are manually entered and seem to work fine. The named column layout is imported, and I'm assuming some sort of conversion is happening where those special french language characters are concerned.
    The fact is this is a 11.2.0.3 database. I was assuming the language set would use the standard language librariy files which come with 11G (ie $ORACLE_HOME/nls/data) so I wouldn't have an issue. Since it is not working, do I need to use the language files associated with 9idata? Or is there an init.ora parameter I am missing?

    Hello,
    Within APEX I have created a test report layout and imported it as a named column report layout type.Make sure the Report Layout File is in UTF-8 encoding. Most of the times, the issue is with file encoding type.
    If you use text editors like [url http://notepad-plus-plus.org]notepad++ you can see and convert from one encoding to other.
    Regards,
    Hari

  • Displaying Crystal reports in a JSP Page

    hello,
    Can anybody help me out in displaying Crystal reports on a JSP page.
    which needs to be deployed on weblogic server and oracle database.
    i am new to crystal report and dont have much idea how to proceed.
    if you can give me a pointer how to start then i can proceed.
    waiting for the reply eagerly

    Start with the Crystal reports site.
    [url http://www.businessobjects.com/products/dev_zone/java/default.asp?ref=devzone_main] Java zone has some documentation and basic examples on how to do it

  • Date Parameters displaying a day prior on Report Layout

    Hi,
    I am currently creating some reports using Oracle BI Publisher 11.1.1.6.2.
    The reports in question have a Start Date from Parameter and an End Date To Parameter.
    I also display the values for the parameters in the Report Layout which appears to display the values entered correctly in the Interactive Viewer, but looking at other outputs (i.e. HTML, Excel, PDF etc.) the value in the parameter field in the layout always displays a day prior to what has been entered.
    Has anyone come across this?
    Thanks in advance.

    This is an example of code:
    <?xdofx:substr(season_start_date,6,2)?>
    This would take the month out of the repository variable: season_start_date, in the format MM.
    (MM is on the 6th position, with a length of 2.)

  • Standard Report's Layout not displaying 'SAVE LAYOUT' Option

    Dear All,
                Using Tcode VF44, i am getting output list.But in that list when i click on select layout option from toolbar its not displaying 'save layout' Option. can anybody give me soln for the same.How can i get that option?
    Regards,
    Mayank

    HI,
        No yaar, This one is standard report and  i am getting 'SAVE LAYOUT'  option in 300 but not in Production Server.There must be settings for this.  If u hv any idea ?
    Regards,
    Mayank

  • Displaying Report in Web layout

    Hello All,
    Can anyone please tell me how to display reports in web layout during runtime. I've created a report in month_report.jsp, having both Web Layout & Paper Layouts. At runtime when I call the report the Paper Layout version is getting displayed. Is there any extra parameter I've to pass.
    For Example if I give the following address
    http://host-110:7778/reports/rwservlet?&report=month_report.jsp&destype=cache&desformat=htmlcss&userid=admin/test@testing&p_month=JANUARY
    I get to see the Paper Layout version of the report. What I want is the Web layout. Is there any thing or any setting I've change in the Reports server. Kindly help me out on this.
    Regards,
    Arun.V

    Thanks Frank,
    No one seems to giving me a reply in the reports forums. They are hard to come by. Could you please direct me to some post which might be helpfull. I just want to know whether there's something wrong with the way I'm calling the report... May be thats the reason that I'm getting the Paper Layout as output instead of Web Layout.
    Regards,
    Arun.V

  • Displaying Footer on the Last Page of the report

    Hi Experts,
    We have a requirement to display footer on the last page of the report only.
    Could you please guide how to acheive this.
    Thanks in Advance,
    Cheers,
    Andy.

    Pls see this Blog.It may help you
    http://blogs.oracle.com/xmlpublisher/2007/03/30/
    Thx
    Rahul

  • How to Display the Report Based on The Page Number

    Hi All,
    I just have a requirement like this
    The User wants to see only the odd numbers of Report pages in the Total Report
    For Ex. If the Report consist of 10 Pages the user wanna see Pages 1,3,5,7,9...........
    is it attainable in WebI..............
    Please help on this
    Thanks in advance.............

    I wonder...how do you think user should navigate through document.... ? If I want to see only odd pages - I will either create separate report or I am ok with setting the correct number to actual displayed page.You may also consider using links - it depends how is report structure created...

  • Standard Report not Displaying 'SAVE LAYOUT' Option

    Dear All,
    Using Tcode VF44, i am getting output list.But in that list when i click on select layout option from toolbar its not displaying 'save layout' Option. can anybody give me soln for the same.How can i get that option?
    Regards,
    Mayank

    hi ,
    it depends on the user parameters.
    U have to identify the parameter id and u have to activate it in user maintainance partameters .
    su01 -> parameters.
    ex .  parameter id ->  SD_VARIANT_MAINTAIN -> X
    so u can save layout now.
    regards,
    manikandan

Maybe you are looking for