Help building report layout

Hello, 
I have to alter a report layout on Reporting Services 2008 and after 2 and a half days trying I simply give up!
It's impossible to make this layout in RS2008. It simply does not accept what I need to do. See layout bellow:
Consumption Location X
MU A | PartNo x | Part Description | Qty
         | PartNo y | Part Description | Qty
MU B | PartNo q | Part Description | Qty
MU C | PartNo n | Part Description | Qty
         | PartNo z | Part Description | Qty
         | PartNo s | Part Description | Qty
--------------------Skip line-----------------
Consumption Location Z
MU G | PartNo t | Part Description | Qty
--------------------Skip line-----------------
This "Consumption Location" must be over the pieces of information and they are data from my query, so are the other columns. The 4 other columns must be grouped, so they can look as the first image, otherwise won't have the layout needed.
Now I ask you: How can I do such thing?!
I appreciate the help, and I'm sorry that I sounded mad. I'm really pissed off 'cause of this.
Tks!

I believe I have reproduced the layout you are looking for.
I created a static dataset using sample data similar to what you have:
I then added a table and the dataset to the above sample dataset. I added a parent group to the detail group (MU) and a parent group to MU (Consumption Location). These each added a group column. I deleted both of the new group columns without deleting the
groups. I deleted the existing header row then added a Total row to the MU group > Before. I right-clicked the new total row and Inserted a row > Inside Group - Above. I added a 4th detail cell by right-clicking the middle column and choosing Insert
Column (either left or right). Now I merged the 4 cells of the top total row together and did the same for the bottom total row.
I populated the data as follows... bottom total row I added [Consumption Location]. In the 4 data cells from left to right... [MU], [PartNo], [Description], [Qty]. Last step is to edit the expression in the first detail cel. Instead of just displaying [MU]
you want that for only the first record of the group so use the following expression instead: =IIf(Previous(Fields!MU.Value) = Fields!MU.Value, "", Fields!MU.Value)
Add a little formatting to make it pretty and...
The empty total row at the top I set the top, left and right border style to None. This gives you the empty line.
"You will find a fortune, though it will not be the one you seek." -
Blind Seer, O Brother Where Art Thou
Please Mark posts as answers or helpful so that others may find the fortune they seek.

Similar Messages

  • Help on Report Layout Variant.

    Hello,
    I have a requirement as stated below:
    I have a custom report and it displays say 15 fields. I have created a variant for it to display only 10 fields.
    Now, is there a Function Module or a report that will give me details of these 10 fields that I have chosen.
    Basically I want to know if there is a FM that gives details of a report layout variant by just passing the report name and the variant name etc?
    Thank,
    Ketan.

    Hi Ketan,
    check this FM : REUSE_ALV_VARIANT_SELECT
    sample code :
    DATA: g_variant          LIKE disvariant.
    CONSTANTS:
      g_x            VALUE 'X'.
    DATA: g_fieldcat_tab     TYPE slis_t_fieldcat_alv.
    DATA: g_layout           TYPE slis_layout_alv.
    DATA: g_fieldcat_tab     TYPE slis_t_fieldcat_alv.
    DATA: g_sortfields_tab   TYPE slis_t_sortinfo_alv.
    DATA: g_filter_tab       TYPE slis_t_filter_alv.
      IF NOT g_variant-variant IS INITIAL.
        CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT'
             EXPORTING
                  i_dialog            = ' '
                  i_user_specific     = g_x
                  i_default           = ' '
                I_TABNAME_HEADER    =
                I_TABNAME_ITEM      =
                  it_default_fieldcat = g_fieldcat_tab[]
                  i_layout            = g_layout
             IMPORTING
                E_EXIT              =
                  et_fieldcat         = g_fieldcat_tab[]
                  et_sort             = g_sortfields_tab[]
                  et_filter           = g_filter_tab[]
             CHANGING
                  cs_variant          = g_variant
             EXCEPTIONS
                  wrong_input         = 1
                  fc_not_complete     = 2
                  not_found           = 3
                  program_error       = 4
                  OTHERS              = 5.
        IF sy-subrc IS INITIAL.
        ENDIF.
    ENDIF.
    Regards
    Appana

  • Report Builder report?

    A dataset is about a join query for multiple tables. For each record in the dataset we need to show related records from another query. trans# is the link to get linked records.  The sub-report used will show all linked records in one table while
    we need it to show separately for each one record as follows:
    Is it
    SQL 2008 R2 Report builder
    report layout:
    record1               Trans#    date               location   customer
                               A123     dd/mm/yyyy       loc1         
    ABC
     Linked records    Trans#    Type             rate
                               A123      V1                1.1
                              A123       Y1                
    0.0
     record2           Trans#    date                  location   customer
                            F456     dd/mm/yyyy          loc2       
    fdc
                            Trans#      Type              
    rate            customer
                            F456          V1                 
    1.1             JK
                            F456          C2                  
    1.0             JK
                            F456         C3                   
    0               JK

    Hi Kareem,
    According to your description, you want to show the linked based on the "Trans#" in subreport. Right?
    In this scenario, we can pass the "Tran#" as parameter to run the subreport. So when we drill down the report, it will show related records for each "Tran#". For detail steps, please refer to a similar thread below:
    http://social.technet.microsoft.com/Forums/en-US/45c500d9-6de1-473e-b118-d023fc5ba988/ssrs-subreport-parameter-passing-issue?forum=sqlreportingservice
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to dislay other language font in Report Builder paper layout?

    How to I display other language font (e.g. chinese) in Report Builder paper layout?
    I have no problem displaying Chinese characters in web layout.

    If your NLS_LANG is properly set to chinese character set and if you are choosing the right chinese fonts, in Reports builder, your report paper layout should display chinese characters properly.
    If you are generating to PDF, then you might want to use PDF subsetting to display the chinese characters properly.
    See the documentation on how to use PDF subsetting.

  • Help for design report layout

    Hi all,
    Could you tell me any tools for design report layout or other way to design? Beside Quick Viewer, SAP Query, Report Painter/Writer, they can't group data and very complex.
    Thank you!

    Use transaction GR11 GR12 GR13 to create and change layout.

  • PLEASE HELP!  members deleted after refreshing, current report and report layout

    Hi ,
    First of all , before explain my issue, I read the note about March Microsoft update, and my symptoms aren't exactly similar but almost the same.
    And it appeared last week, so one month after the ms update.
    So, I opened my report, and I see that current report and report layout are greyed out,
    I try to refresh the report and some members in rows axis are deleted.
    I'm only  one to have this problem in my team.
    Is there anybody able to solve my issue please ?
    Thanks in advance
    Jonas
    P.S  sorry for my english.

    Hi Marco,
    First of all, sorry to reply long a time after you answer but I was so very busy with another things.
    In fact, It's was a mistake, It's sure that it's not about an update. My issue comes only when I save my report in a different server, When I'm in the  source server,  I select the target server with  "Select Another Connection" process And I save my report in the target server.
    After that,  lot of members are dissapeared in my row axis.
    I don't know why.

  • Report print attributes - custom report layout

    Hi there,
    I've looked for this information in the web and in this forum without luck so far...
    We have here BI Publisher and I use the "Enable Report Printing" option in a traditional report in Apex 4.0.2. That works great.
    But instead of using the "Default Report Layout", I want to use a custom one based on a RTF file. However I have no idea what the data XML looks like in order to build a custom layout.
    To be clear: if you go to Shared Components > Report Queries, you have a Download XML Data option so you can build your report layout based on the XML structure. For instance, you can use <?for-each:ROWSET1_ROW?>, <?COLUMN_NAME?> etc
    Any ideas about what that XML structure is for a traditional report?
    Thanks
    Luis

    Found it: change temporarily the output format to XML and download the report. The XML structure is all there. Very helpful to know that all page items are included in the XML as well. It would be good to have this functionality detailed somewhere in the Apex documentation.
    What I still need to know is how to access the substitution strings below in my RTF (NOT XSL-FO) template:
    Select Default Report Layout to use the built-in generic report layout.
    To use a custom generic report layout, select it from the list.
    You can use the following substitution strings when building custom XSL-FO report layouts:
    #PAGE_HEADER#
    #PAGE_HEADERFONT_COLOR#
    #PAGE_HEADER_FONT_FAMILY#
    ...Any ideas?

  • Direct Link to Report layout in Shared Components

    Is it possible to put a link on my page that goes directly into the Shared-Components- Report Layouts? I do'nt want my developer users to have to open up the builder to create/upload new (.rtf) Report Layouts.

    Yeah
    It's
    http://host:port/pls/apex/f?p=4000:1400:&APP_SESSION.With the normal substitutions for your setup and removing pls if your using EPG.
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • PDF Printing Issue - Customised Report Layout Error

    Hi,
    I am trying to get a PDF file output based on the customised RTF file created. I follow the following steps but I am facing an issue with that.
    (i) Go to Shared Components > Report Queries.
    (ii) Create a new Report query with more than one query.
    (iii) Using the XML Data in the Report queries, create a Report Layout (RTF) file.
    (iv) Navigate to shared components Report Layout and upload the RTF file.
    (v) Once this is done, use the Report Layout created in the Report Queries. Select the Layout name from the Drop Down.
    (vi) Click on TEST REPORT, this produces an error: Adobe Reader could not open the <file name> because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment and wasn't correctly decoded )
    Additional Info
    The apex instance configured with Embbedded plsql, rdbms version is 11.1.0.7.0 and the BI publisher version 10.1.3.3.
    ISSUE DESC
    When I use mulitple Queries even after using Generic Report Layout I get the output for the first query alone in the PDF and the remaining Queries are ignored.
    And when i use a user defined template, then even If i have a single report query I get the error.
    To summarise, I am not able to use the customised Layouts.
    I have reproduced the issue in apex.oracle.com
    Please log in using,
    WORKSPACE: demo_test
    USER NAME: [email protected]
    pwd: vidhya
    After logging in please select the Application Builder.
    In that select the Application named PDF.
    Select the Shared components > Report Queries
    Select the Report Query named test.
    Click on the TEST REPORT button in the Source Queries Section.
    You will get the error.
    Now in the same page in the Report Query Attributes Section change the Report Layout to Use Generic Report Layout and then click on 'TEST REPORT', this will give the PDF file without errors.
    The same report has been called from the PRINT REPORT button provided in the page 1 of the application.
    This issue is really urgent and critical. Require your inputs/help.
    Thanks,
    Ramya

    I' an APEX newbie and believe I am having the same or a similar problem. I am (for now) developing a system using the hosted Apex development system online. I have created a Report Query which works fine with the default layout. I downloaded the XML (tried both sample data and schema) into Word 2007 with the BI Publisher Template Builder. I used the table wizard to create a simple layout containing all columns with no customization at all. Saved as an RTF, uploaded to Apex as a Report Layout, associated it with the Report Query, clicked Test Report -- and I got nothing.
    When the is a PDF, I get the same error you mention ( Adobe Reader could not open the <file name> because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment and wasn't correctly decoded ). If I switch to an HTML file the out is just a blank screen.
    If I switch back to generic report layout, it works fine. This suggests there is something wrong with the template, though it looks fine in Word with the sample data.
    I've searched the forums and Google for the better part of a day. What am I missing?

  • Custom report layout question...can't find any answers anywhere

    I am trying to build a report in Portal, using the custom report layout. The report displays like so, before I do any customization:
    COLUMN1 COLUMN2 COLUMN3
    COLUMN1 COLUMN2 COLUMN3
    COLUMN1 COLUMN2 COLUMN3
    COLUMN1 COLUMN2 COLUMN3
    where COLUMN1 is the same value, always per report; COLUMN2 and COLUMN3 vary.
    What I want is:
    COLUMN1
    COLUMN2 COLUMN3
    COLUMN2 COLUMN3
    COLUMN2 COLUMN3
    COLUMN2 COLUMN3
    In the report layout editor, Body section, this is what I see:
    <TD ALIGN="LEFT"><#COLUMN1.FIELD#></TD>
    <TD ALIGN="LEFT"><#COLUMN2.FIELD#></TD>
    <TD ALIGN="LEFT"><#COLUMN3.FIELD#></TD>
    so #COLUMN1.FIELD# must be some kind of array, but I am not finding any documentation anywhere on how to reference the individual values. All I need is the very first value of the COLUMN1 variable. Once I have that value, I can put it where I need it, but I can't get at that value, just the array.
    I have searched portal center, the app server documentation, html documentation. I have googled everything I could think of, but came up with nothing. I found a similar question on this forum, but no one responded with an answer. Any help would be greatly appreciated.

    Helen,
    The best way for your case is to use a content folder and customize it whichever way you like.
    however, your question is about reports. the problem in reports is this that you have to use just one single query and the layout of the results of this query are displayed in a peculiar way.
    anyway. something similar but not exactly the same as what you wanted do is the following.
    use a query like the following: (with a union in between)
    SELECT COLUMN1,NULL , NULL ,NULL ,NULL
    FROM my_source_table
    WHERE myCriteria LIKE 'SoAndSo%'
    UNION
    SELECT NULL,COLUMN2 , COLUMN3, COLUMN4, COLUMN5
    FROM my_source_table
    WHERE myCriteria LIKE 'SoAndSo%'
    ---------- Now, have the following codes in the layout segments:
    <!--- header --->
    <table border="0" cellpadding="1" cellspacing="1" width="20%" align="center">
    <!--- body --->
    <tr align="center">
    <td><table border="0" cellpadding="1" cellspacing="0" width="30%" align="center">
    <tr align="center">
    <TH><#COLUMN1.FIELD#></TH>
    </tr>
    </table>
    </td>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN2.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN3.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN4.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN5.FIELD#></TD>
    </tr>
    <!--- footer --->
    <TR><TD></TD></TR>
    this should produce a report with a table structure (you may see the whole if you give BORDER="1" in the main table tag). Within this table, the first column of the first row should be showing top-leftmost column value once (COLUMN1 value) and then the next rows would show last four column values as a table block on the right-bottom part.
    with kind regards,
    naqvi

  • Help on report adjust and printing

    I found it is very difficult to do the editing work in Report Layout Editor. Anybody who can give some experience on that. Thanks a lot! My problems are always making the frames overlap eachother, after I put them back to original position, they can not work properly! why? May I say it is no future for OracleReport tools?

    Hi Yang,
    Report Layout Editor is a powerful tool which allows you to build complex high-quality paper layouts. Unfortunately, with that power also comes some complexity, which may take some time to get used to, but is easy to work with later.
    My advice would be - try to use the Report Wizard for a layout style that is similar to the kind you want, and then edit it in the report layout editor. In order to make life easier initially, you could
    - choose any object in the layout editor, and use the button "Select Parent Frame" to go to the outermost frame, and expand it. you can do this for other parent frames as well just to see them more clearly and to distinguish them from the child objects
    - select "Confine Off" and "Flex Off" so that you can work on expanding/reducing the size of individual objects without affecting the neighboring objects
    If there is any kind of layout you are not able to make, you could also post it for a response on this Forum. Also, you might like to take a look at "Building Reports Manual" for some example reports,
    http://otn.oracle.com/docs/products/reports/content.html
    And the builder online help (also available at the above link).
    My problems are always making the frames overlapPl let us know how you are making the frames, and what kind of layout you want, eg, tabular, matrix, etc.
    Hope that helps,
    Navneet.

  • Rendering Static Images in Report Layouts xsl:fo template

    Hello,
    This is my first posting to the group.
    I have been looking for a simple way to implement static images into the XSL:fo template file in order to export them to .pdf.
    Having searched through the forums and through various Apex blogs, they all seem to refer to the BI Template builder, which doesn't really help me as my company will not allow this sort of plugin to be installed.
    I tried another tactic: looking at XSL:FO howtos on using external images, which suggests using the following syntax:
    <fo:block>
    <fo:external-graphic src="url('insert_image_namehere')"/>
    </fo:block>
    However, when I try to use the #WORKSPACE_IMAGES# substitution to refer to local images, it fails to render - I suspect that #WORKSPACE_IMAGES# is not a valid substitution on the report layout editor page (its not listed in one of the 'approved substitutions' list)
    Other than trying to use this BI Template Builder (out of the question), can anyone suggest a means of resolving this issue?

    update:
    I tried deriving the full path for the image file by viewing the source when I embedded it in an HTML region on the same page and it gives me something similar to the following URL:
    wwv_flow_file_mgr.get_file?p_security_group_id=502133210878128108&p_fname=myImage.gif
    (p.s. it is a .gif file - not sure if this should make any material difference)
    As a result, I tried embedding this into the code:
    <fo:block>
    <fo:external-graphic src="wwv_flow_file_mgr.get_file?p_security_group_id=502133210878128108&p_fname=myImage.gif)"/>
    </fo:block>
    but this time, instead of merely not rendering, when Acrobat opens, an error message appeared reported that the file was corrupted or invalid. When trying different formats, I seem to get a generic: "500 Internal Server Error".
    I'm going to try putting the image file in the server directory tree to see if that will work. I'll post later either way.

  • Sales quote layout rows doubled in crystal report layout

    Dear All,
    Sales quote layout rows doubled in crystal report layout.
    In sales quote layout the rows are doubled. Even in the standard layout. If the quote contains only two rows. Then it is doubled as 4 rows in the crystal report layout.
    It is happening in the particular database. Other database are working fine. I request you people to help me to overcome this issue.
    Regards,
    Siva

    Hi Siva,
    If this is regarding CR in SAP B1 then please repost to the SAP Business One Application space.
    -Abhilash

  • Creation of report with the help of report painter

    Dear Experts,
                         I need report painter material, if any body have  pls  farward to me.
    my intension to create controlling report with the help of report painter.
    I am ready to award full points.
    Thanks in advance
    Regards
    avudaiappan
    Moderator - Please read this:
    /thread/931177 [original link is broken]
    Thread locked

    Hello Chinasammy,
    Report Painter allows you to create reports using data from SAP application components, which you can adapt to meet your individual requirements.
    Many of your reporting requirements can already be met by using the standard reports provided by various SAP application components. If these SAP standard reports do not meet your reporting needs, Report Painter enables you to define your specific reports quickly and easily.
    When executing a Report Painter report, it is displayed by the system in Report Writer format. You thus have access to the same functions as for Report Writer reports defined in the same way, and can combine Report Painter and Report Writer reports together in a report group.
    Report Painter uses a graphical report structure, which forms the basis for your report definition and displays the rows and columns as they appear in the final report output.
    To facilitate report definition, you can use many of the standard reporting objects provided by SAP (such as libraries, row/column models, and standard layouts) in your own specific reports. When you define a Report Painter report you can use groups (sets). You can also enter characteristic values directly.
    Advantages of Report Painter include:
    Flexible and simple report definition
    Report definition without using sets
    Direct layout control: The rows and columns are displayed in the report definition as they appear in the final report output, making test runs unnecessary.
    =============================================
    Below mentioned is the process for creating reports using Report Painter as a tool.
    Selecting and maintaining a library for your report: As the transfer structure to Report Painter you use a report table, which is defaulted by SAP and can not be maintained. This table contains characteristics, key figures and predefined columns. In a library, you collect the characteristics, key figures, and predefined columns from the report table, which you need for your Report Painter reports.
    When you define a Report Painter report, you assign it to a library. Reports assigned to one library can only use the characteristics, key figures, and predefined columns selected for that library.
    When you create or maintain a library, the Position field determines the sequence in which the characteristics, key figures or (predefined) key figures appear in the Report Painter selection lists when you define a report. This allows you to position the objects that you use regularly in your reports at the beginning of the selection lists. If you do not make an entry in the Position field, you will not be able to use this object in Report Painter reports.
    You can use either the standard SAP libraries for your reports or define your own.
    (ii) Selecting or maintaining a standard layout for your report: Standard layouts determine report layout features and the format of your report data.If the SAP standard layouts do not meet your reporting requirements, you can create a new  standard layout or change an existing one.
    (iii) Defining row and column models: A model is a one-dimensional, predefined reporting structure that you can insert in either the rows or columns of your report.If you often use the same or similar row or column definitions in your reports, it is recommended that you create row or column models.
    You must define the row and/or column models that you want to include in your report definition before you define the report.
    You can also use the standard column models supplied by SAP.
    (iv) Defining the report: Defining a Report Painter report involves the following steps.
    (a) Define the report columns: You define the report columns using the characteristics, key figures, and predefined columns selected for the library that the report uses. Alternatively, you can use a column model for column definition. Column models are predefined column structures which you insert into your entire column definition, instead of defining each individual column.
    (b) Define the report rows: You define the report rows using the characteristics selected for the library selected for the report.
    Alternatively, you can use a row model for your row definition. Row models serve the same purpose as column models, but are used to define a report row.
    Edit and format the report rows and columns in line with your requirements. (For example, you can hide rows or columns, define the column width or define colors for your report rows).
    (iii)Define general data selection criteria for the selection of your report data: Selection criteria are the characteristics used to select data for the entire report. You cannot enter characteristics as data selection criteria if they are already being used in the report rows or columns.
    (iv) Assigning the report to a report group: Once you have defined a report, you must assign it to a report group. A report group can contain one or more reports from the same library. However, reports that share the same data will select data more quickly and improve processing time.
    Hopw this helps you. Please let me know if you need anything more and assign points.
    Rgds
    Manish

  • Oracle bi publisher report for apex - Report Layout

    Hi There,
    Navigation: Home>Application Builder>Application 20>Shared Components>Report Layouts
    I created rtf template for a Report Query. It worked fine upto certain point.
    However at some point, if I make a minor modification to the layout it is not displaying all the data that it is supposed to.
    I have 3 tables in my RTF template 1) Header 2) Details 3) Summary. Details section has a group. This runs fine.
    Now if I just combine all the above 3 tables into one by adding row above and row below to the "2) details" table and moving the table 1 and table 3 into those rows, makes the data in the group in table 2 disappear when run on the apex application.
    However it works fine when data is loaded on the RTF template and Preview --> PDF is seen.
    Is it a known bug? Because some of my coleagues has same issues.
    Thanks
    Krishna
    Edited by: Krishna on Aug 9, 2010 10:08 AM

    Hi, I think you need to provide more information.
    user452458 wrote:
    Hi There,
    Navigation: Home>Application Builder>Application 20>Shared Components>Report Layouts
    I created rtf template for a Report Query. It worked fine upto certain point.
    However at some point, if I make a minor modification to the layout it is not displaying all the data that it is supposed to. What modification? added extra fields? Are those fields in the corresponding report query? change to the design of the document? did you delete the old template and re-upload after making the changes?
    Moreover the preview on the RTF template works fine with the same data.Preview from where?
    >
    Is it a known bug? Because some of my coleagues has same issues.
    Thanks
    KrishnaAlso, you should change your display name to something better than user452458 ;)
    Trent

Maybe you are looking for

  • How do I set up my Epson printer to print wirelessly from my Mac Pro

    How do I set up my Epson printer to print wirelessly from my Mac

  • Cisco ISE with both internal and External RADIUS Server

    Hi I have ISE 1.2 , I configured it as management monitor and PSN and it work fine I would like to know if I can integrate an external radius server and work with both internal and External RADIUS Server simultanously So some computer (groupe_A in ac

  • TYPE CASTING ERROR

    HI GURU's I AM REQUIRED TO GENERATE USER ID AUTOMATICALLY STARTING FROM 0001, 0002, 0003 AND GOES ON INCREMENTING BY 1. - I MADE USER ID FIELD OPTIONAL. - THEN I CREATED AN ENTITY ADAPTER TO TRIGGER AT PRE INSERT EVENT, TAKING INITIAL VALUE AS 0000 I

  • Safari will NOT block cookies, ever

    Safari will NOT block cookies, ever.  No matter what they always show up (even from advertisers on a particular site) - I have reset safari, deleted its preference file, re-installed the OS, tried a different user, tried as root user - all with same

  • Router config for console modem access

    We're upgrading 2500 series routers with 2811's in several remote sites, and we have preferred modem access to be connected to the console port as opposed to AUX, in order to see boot-up and diagnostics we wouldn't otherwise see. Our only issue is th