Report Header with Member Information and body with claim information

So we are designing this report that has Member Information in the Header of the SSRS Report and it's in the header because we want the member information to repeat on each individual page to identify who it belongs to. Within the report we want to report
on all the claims for that member. Now our business user does not want the claim data as a tablix because the amount of claim information they're asking for is just too long. What I'd like to do is for each claim put a data label followed by its corresponding
data...kind of an old fashioned report.
So obviously I'd like to control the amount of claim information so that each page will hous an individual claim.
What is the best way to do this? With a Subreport?
Thanks for your review and am hopeful for a reply.
ITBobbyP85

Hi ,
You can achieve this using below;
1.Insert one List Control in Report Area.
2.Delete Details from Row Group Area.
3.Group by on Row Group "claim Name" .
4.Delete Column from Tablix that is used fro "Claim Name" .use Delete Columns Only.
5. Right Click on Claim Name Group -> Group Properties-> Page Break ->Between each Instance of Group.
6.In Tablix -> Right Click on Row ->Insert row-> Inside group below
7. now you have skeleton use upper cell for Report Header that will be Claim Name in your Case.
8. Drag one Tablix in Second Cell -> Bind data you require
Please share if you have any issue.
Thanks
Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

Similar Messages

  • Report header with images instead of text - sort is screwed up

    Hi all,
    I have a package which returns a given text in from of an image file - I adjusted my template to use the package etc. So far so good - no problems. Only if I enable the sorting for the columns I get a screwed up result !
    My Column Heading Template is
    <th class="t18ReportHeader" #ALIGNMENT# valign="Bottom" id="#COLUMN_HEADER_NAME#">
    <img src="IMAGE.GET?p_text=#COLUMN_HEADER#&p_attribute=BG:EFEFEF:FC:000000:ANGLE:70">
    </th>
    With sorting enabled this shows up as:
    <th class="t18ReportHeader" align="left" valign="Bottom" id="PERSON_ID">
    <img src="IMAGE.GET?p_text= *<a href="javascript:$a_report('2152526465901175',false,false,false,'fsp_sort_1_desc')" title="Sort by this column">* Employee Name *</a><img src="/i/arrow_up_gray_dark.gif" width="13" height="12" alt="" alt="Sort by this column" />* &p_attribute=BG:EFEFEF:FC:000000:ANGLE:70">
    </th>
    As you can see the procedure IMAGE.GET?p_text= is not called with the right parameter (should be "IMAGE.GET?p_text=Text&p_attribute=...")
    I also looked into the possibility to use PL/SQL heading and return the <IMG ...> code myself - but where would I store/manage the descriptions ? (Also this would break my Export functions)
    My question is: are there any other substitution variables available to define the header text- and maybe the sort ? Or has anybody else any other idea ?
    Thanks a lot
    Thomas

    Hi,
    That is an interesting problem... The easiest option I see is to remove the img tag from the template and add it to the column header itself (in the report definition). For instance, put this in the column header:
    &lt;img src="IMAGE.GET?p_text=Employee Name&p_attribute=BG:EFEFEF:FC:000000:ANGLE:70"/&gt;
    I think this would work for sorting, but probably not for CSV export. What you could do for the CSV export would be create copies of all columns, set the column titles to plain text, and set the conditional display of them based on CSV output or not. A bit of pain but would be bearable if not too many columns...
    I hope this helps...
    Luis

  • Header, Spry Menu and Body not properly aligned

    Please take a look at my page http://www.seanmccuedesign.com/shemwebsitenew/index.html and tell me why the Header, Horizontal Spry Menu and Body are wonky and not aligned properly.
    Thanks very much,
    Sean

    The header is a bit to the left, the spry menu hangs too far to the right, and the body is too far to the right as well. I simply need them all centered...

  • Report header to display dimensions

    All,
    I am trying to make the text box in my report header display member names of our C2 dimension, which is departments. This dimension is in a column which has a prompt for values. When the report is ran, I would like users to be able to select departments and have the header display the chosen departments. The following syntax displays only the first member selected in the prompt, and not every member selected:
    <<GetHeading("Grid1",1,A,3)>>
    Any suggestions to pull in the missing members?
    Jim

    I have often had to experiment with the location criteria in text functions depending on the info and the location of the formula. Try different combinations of the col, row and page info being included.

  • Database report header prints info not in filtered info ??

    I have a database where I sort on a division ID #, a location and salary. I then find records of a particular division # for a report. In the report I use a layout that has a report header with the NAME of the division, not the ID #, along with the location, page number and date. When I pick the report from the report choices the header contains the correct name of the division but when I go to print (either a file - print preview or file and just print to paper) the NAME of the division defaults to the NAME of the division in the LAST record in the entire sorted database. Page 2 and any remaining pages of the report contain the correct division name, it is only the first page that has the error. The only report that prints correctly is the one that reports on the last division. What am I doing wrong?
    Frustrated ...... Richard

    Hi Harshith,
    I have already tried for custom button and code to download into excel and it works fine for normal case.
    But when the user will sort on any filed then the report gets modified (gets grouped etc). In that case my code gets failed as i am getting the report data from the context node which in this case will be simple but diiferent as what user is seeing on the screen.
    so is it possible to get the report data (currently visible in the screen).
    Thanks in advance
    Gopal

  • Using member sorting and grouping with two reports sharing rows

    Hi!
    I have a problem with one report and I need some help or advise here.
    I have two dimensions with dynamic expansion in rows (PRODUCT, MATERIAL), and I use the option Member Sorting and Grouping at Member selector to obtain the total amount of PRODUCT group by PARENTH1:
    PRODUCT               MATERIAL          AMOUNT
    TOTAL PROD_A-X                                   100
    PROD_A_A             MAT1                          22
    PROD_A_B             MAT1                          50
    PROD_A_A             MAT2                          28 
    TOTAL PROD_B-X                                   120
    PROD_B_A             MAT1                          30
    PROD_B_A             MAT2                          50
    PROD_B_B             MAT2                          40
    This works fine if I only have one report, but I need to create another one sharing the row and page axis with the Default Report, when I do that the option Member Sorting and Grouping doesn't work. I really need to have two reports with shared rows and also the summation by PARENTH1, how can I do that?
    Thank you very much

    Hi!
    I have a problem with one report and I need some help or advise here.
    I have two dimensions with dynamic expansion in rows (PRODUCT, MATERIAL), and I use the option Member Sorting and Grouping at Member selector to obtain the total amount of PRODUCT group by PARENTH1:
    PRODUCT               MATERIAL          AMOUNT
    TOTAL PROD_A-X                                   100
    PROD_A_A             MAT1                          22
    PROD_A_B             MAT1                          50
    PROD_A_A             MAT2                          28 
    TOTAL PROD_B-X                                   120
    PROD_B_A             MAT1                          30
    PROD_B_A             MAT2                          50
    PROD_B_B             MAT2                          40
    This works fine if I only have one report, but I need to create another one sharing the row and page axis with the Default Report, when I do that the option Member Sorting and Grouping doesn't work. I really need to have two reports with shared rows and also the summation by PARENTH1, how can I do that?
    Thank you very much

  • How to download the output of a report along with column header

    Hi,
    Could someone please tell me on how to download the output of a report along with column header to .txt format. A download option needs to be given to the user using physical and logical file names .The report basically contains header details and item details and requirement is to download the same format into an .txt format.

    Hello,
    Try this FM:
    Data: being of itab occurs 0,
    matnr like mara-matnr,
    maktx like makt-maktx,
    end of itab.
    data:begin of fld_tab occurs 0,
    fld_name(20),
    end of fld_tab.
    fld_tab = 'Material'.
    append fld_tab.
    fld_tab = 'Material Desc'.
    append fld_tab.
    CALL FUNCTION 'WS_DOWNLOAD'
       EXPORTING
            BIN_FILESIZE            = ' '
            CODEPAGE                = ' '
             FILENAME                = 'C:\1.txt '
             FILETYPE                = 'DAT'
            MODE                    = ' '
            WK1_N_FORMAT            = ' '
            WK1_N_SIZE              = ' '
            WK1_T_FORMAT            = ' '
            WK1_T_SIZE              = ' '
            COL_SELECT              = ' '
            COL_SELECTMASK          = ' '
            NO_AUTH_CHECK           = ' '
       IMPORTING
            FILELENGTH              =
         TABLES
              DATA_TAB                = itab
              FIELDNAMES              = fld_tab
       EXCEPTIONS
            FILE_OPEN_ERROR         = 1
            FILE_WRITE_ERROR        = 2
            INVALID_FILESIZE        = 3
            INVALID_TYPE            = 4
            NO_BATCH                = 5
            UNKNOWN_ERROR           = 6
            INVALID_TABLE_WIDTH     = 7
            GUI_REFUSE_FILETRANSFER = 8
            CUSTOMER_ERROR          = 9
            OTHERS                  = 10
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Naimesh

  • Interactive Report, issue with backgroud color of Column Heading.

    Hi,
    I am using Theme -16
    and there is a Interactive Report with the following columns Headings
    Employee Name   Employee No  DOB
    Now, the label of the first column is changed from Employee Name to Employee<br>name.
    The column heading is now displayed as follows.
    Employee   Employee No   DOB
    Name         problem is when I add a break in any of the column heading..the background color of the column headings is different than the first one (little bit darker).
    Why the background ground of the column heading is different in both these cases??.
    Thanks,
    Deepak

    Why the background ground of the column heading is different in both these cases??.The report heading background is controlled by the CSS rule
    .apexir_WORKSHEET_DATA th {
      background: #4e4e4e;
      font-weight: bold;
      color: #fff;
      border-top: 1px #ccc solid;
      border-bottom: 1px #aaa solid;
      white-space: nowrap;
      vertical-align: center;
      letter-spacing: 1;
      font-size: 8pt;
      background-image: url(../ws/report_bg.gif);
      background-repeat: repeat-x;
    }This uses a [gradient image|http://apex.oracle.com/i/ws/report_bg.gif] that is repeated horizontally to provide a shaded background from light to dark grey. As the background image doesn't repeat vertically, when the height of the heading is more than the height of the image the gradient is replaced by the underlying background colour (#4e4e4e). This is what's happening when the break is inserted into the header text: the height of the heading increases, causing more of the darker area of the background image/underlying colour to be visible.

  • Report writing with Department and Accounts in rows

    My client, BPC 10 MS, has a reporting need both Departments and Accounts being in the rows.  For example, in the photo below the first two rows are departments, the third is a group of accounts and the fourth is a department.  And then a subtotal is needed.
    I am thinking a heirarchy will help but this is accross dimensions.  Then I thought maybe copy the data to a different grouping of accounts to facilitate.
    Any ideas or suggestions.

    The report will not be static.  Here is what I did for one section of the report. And may have to do it for others as well.  Their are additional requirements that will make this a challenging one as well.
    I made two reports: One with projects in the row axis and one without.  I then used the formula in the function bar (as a local member) to summarize the data.
    What do you think?
    An additional requirement is that in one section I will need to have NET_SALES projects as ALL and the license revenue expanded.  Can this be done in one report?

  • Trouble with Report Header

    Hope this is the right forum, I am trying to build a custom report with a coverpage, the report is basically complete with one exception. The page footer section is causing a blank white area on the report header.  The page footer has graphics and text objects in it which don't show up it's just blank. What's worse is it takes the items that it chopped out and dropped them onto the next page.  WTF is happening here?

    Alright, that's what I was looking for. So, if you don't want the Page Footer on the 1st page, follow Debi's advice on suppress it on Page1.
    Here's how can do it though:
    1) Go to the Section Expert (Report > Section Expert) and select Page Footer
    2) Click on the x-2 formula icon beside the 'Suppress (No drill-down);
    3) Type this formula:
    Pagenumber = 1
    This will suppress the Page Footer from appearing on Page 1.
    -Hope this helps!
    -Abhilash

  • Flash embed tag does not obey percentage size, even with html and body at 100%

    For some reason i cannot get this swf file to show at 90% width and height. i have tried adding a style sheet in the header to explicity set the html and body to 100% but this still does not help. can anyone see if there is a problem in the code?
    <pre><nowiki><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title></title>
    <style type="text/css">
    html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    </style>
    </head>
    <body>
    <center>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="90%" height="90%" ID="Captivate1">
    <param name="movie" value="tutorial.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="loop" value="0">
    <embed src='tutorial.swf' width='90%' height='90%' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'/>
    </object>
    <BR>
    <p>
    <align=center><a Href="javascript:window.close();">Close Window</a>
    </p>
    </center>
    </body>
    </html></nowiki></pre>

    That may happen because of the &lt;center&gt; element that doesn't have a height and width specified. Remember to specify dimensions for all containers if you use percentages, otherwise you may end up with 90% of 0 or a default value.

  • Is there a way to create a heading with shading behind the text and thin lines above and below?

    I'm working with InDesign CS6, Windows 7.
    Is there a way, using paragraph rules, to create a heading with shading behind the text and thin lines above and below the text?
    I'd like to create headings that look like these:
    Thank you!

    I have a document where I almost do such, but without the fill. I use a Head Style which Spans Columns for this instance; it allows the haeds to flow and fill the width.
    Paragraph Rules above and below are turned on with plenty of offset.
    I tweaked my setting to accomodate your need - It required only one instance, not above and below, and changing the stroke to a double stroke. 
    It may be necessary to create a custom stroke to modify the proportion of stroke vs fill. There is a difference of thin-thin and  thick-thick, neither of which seemed perfect but might be dependent on the Character height.
    Creating custom strokes is accomplished via the Strokes Panel.

  • How to assgn charge head with GL and Sales order

    Dear Exparts'
    I am a new user of SD module .I have created a charge head but stuck in GL assignment and Assign the charge head with Sales order.(sales order is already created)
    Can any one tell me any direct transaction code or SPRO for the said problem.
    Yeasin

    hi,
    maintain condition type kf00 in pricing procedure and assign G/L account, maintain the condition record in vk11,now goto sales order change(va02),goto contion tab and press update,new pricing will be carried out
    regards
    senya

  • Creation of Library and Report in Report Painter with Z tables.

    HI,
    When I am creating library in report painter with Z table it is giving the following error message 'Table ZCO_SEMI_FIN_VAL is not installed in Report Writer'.
    Can u help me how u install Z table in report painter and create the characteristic and key figure of the Z table in the library.
    Regards,
    Partha B

    Hi Partha Pratim Bhar,
    In order to bring / enable a Z table for you to build a library, you will have to set it at transaction GRCT.
    Here you need to configure - table (Z table) , characteristics and Key figures.
    You can refer any other tables by SAP in GRCT for reference.
    Revert if you require additional help.
    Regards,
    Subin John

  • How create header with user id time date to VC-report's output as display ?

    How create header with user id time date to VC-report's output as display ?
    This info should come from the VC - not all the way from R3-side via FunctionModule/BABI. So only userid, date, time to output as normal text (which is not editable of course). Thanks =)

    Hi ann-mari
    Go through following link may it help u
    Form Item disabled based on portal role
    /people/community.user/blog/2007/01/17/visual-composer-explorations-using-portal-roles-to-influence-ui-element-behavior
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/usingrolestoinfluenceapplication&
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1
    Best Regards
    ````Satish````

Maybe you are looking for

  • Mac won't login after Leopard update

    i recently ran the update for itunes and quicktime and it asked me to restart my computer. I did and everything looked fine. I try to log in and it would take me to the Setup Assint..the one you get when you are turning on your mac for the first time

  • $50 Minimum Trade for Any Working Tablet? How?

    Is there any kind of information on how this is exactly supposed to work?  I've tried twice now to trade in a couple of older Android tablets I have which work perfectly fine and are undamaged.  I've been through a number of excuses about them being

  • ARGH!! Computer authorizations

    How do you get music purchased on itunes onto more than one computer??? I have a PC and a laptop. (PC has all the music, laptop is new & without music). I have purchased many songs from my PC and can NOT access them from my laptop :((. My PC was down

  • Updating to 4.6

    Hello, Congratulations on the release of 4.6. Well done. Reading through various articles, I got to this on the devnet article: "Simply repackaging, an existing Flex mobile application with Flex 4.6 can yield up to a 50% performance gain. Creating a

  • How can I enable bluetooth printing on HP BT printer card?

    I have an HP Deskjet 460 and wanted to use the HP Bluetooth Printer Card with it. So I set it up per instructions (I think) but I haven't figured out how to make it discoverable to my USB bluetooth dongle.   I've tried the dongle in both my laptop an