IR Report - Repeating Header Isuue

IR Reports - Apex 3.2
Question: Is there way to keep the main Table Column Header the same as Repeat Heading. I spent a lot time coloring the Column Header cell <blue> and they do not pass down to the Repeating Headers.... I tried numerous ways. Thanks in-advance.
<style type="text/css">
.apexir_WORKSHEET_DATA th{background:#8A7E3F}
text-decoration:none;
cursor:pointer;
#apexir_WORKSHEET .apexir_REPEAT_HEADING {background:#8A7E3F }
#apexir_EAC_CMDB_PLT {color:"#00FF00";text-decoration:none;
cursor:pointer;}
</style>

Hi,
Sorry, I now see what you are trying to do - I updated my styles to use #apexir_ENAME {color:#0000FF;text-decoration:none;cursor:pointer;} and then set the groupings. Only the first "Ename" heading is styled using this. That is because this is the only one that is given an ID of "apexir_ENAME" - the other group headings are just plain DIVs without IDs.
The only way I've managed to get a style onto all of these is to add in a SPAN tag into the heading itself and style it that way. Whilst that does work, of course, it does mean that the SPAN definition is now part of the heading text so appears when you use "Select Columns" etc.
I can't think of an easy way around this as I assume that the IDs are important to the IR functionality and should be unique on the page.
Andy

Similar Messages

  • Report Total lable when "repeat heading on break"

    Hi,
    I have a report where I'm breaking on the first column, and returning the totals.
    When I have "Default Break Formatting", since I am returning totals based on the first column, it says report total under the first column.
    However, If I have "Repeat heading on break", the first column won't show as one of the columns in the report, but it will show above the box. Because that first column is not gone, I realized that the lable "report total" is gone too, since there is no space to put it. It is still returning the totals correctly, but there is no lable that says "total" or anything like that.
    I wouldn't mind having that label on the second column, or someplace else. Can I do this?
    Thanks!

    Lila,
    If you want to take advantage of the features that HTML DB reports offer, such as column heading sorting, then writing your own PL/SQL region would not be an option. I was only confirming your observation that repeating headings only works for the first break column and suggesting an alternative approach. So you'll have to decide which is more important in your case, getting the formatting you're looking for or using those advanced reports features.
    As for the previous posting regarding new and older versions of HTML DB, HTML DB 1.5 was our first production release, shipped with the Oracle 10G database, and this version as well as HTML DB 1.5.1 offers the same kind of report heading sorting and the same type of column breaks.
    Regards,
    Marc

  • Repeating Header question

    XMLP 5.5 Standalone
    Learning the ropes with XMLP, the provided samples are a very good, illustrative starting point. One thing I wonder:
    In the rtf_templates/advanced/RepeatHeader example, I found you can use
    <?for-each@section:G_CUSTOMER?>
    to do the magic, where G_CUSTOMER points to an existing group in the loaded XML data.
    I tried to apply a repeating header to another example, rtf_templates/sales_reports/retail_sales.rtf
    Here the xml-data is not grouped (simply starts with ROW and then the details). I however (soft)-grouped the data within the report by Year, resulting in:
    <?for-each-group:ROW;./YEAR?><?sort:YEAR;'descending';data-type='number'?>
    But I couldn't make out the syntax to use this group in the for-each@section command. Is this possible at all, or can you only address 'real groups' which have to be present in the XML data file?
    Thanks for your help
    Tino

    Hi Tino
    Nice question, this is possible with a current caveat. You can not use a sort option on the group in your template.
    So you would have :
    <?for-each-group@section:ROW;./YEAR?>
    we found the sorting issue while testing your question. IT will be addressed in the next release. But you can live without the sorting in the template then you can do what you asked.
    Regards, Tim

  • Help on displaying Repeat Header Rows

    Hi All,
    I have a table where i need to repeat each header per page But i there's one value that i need to display on the first page only.:
    given the following repeat each header per page:
    page 1 header
    product1
    product2
    product3
    page 2 header
    product2
    product3
    page 3 header
    product2
    product3
    i set the table to repeat header per row. But it keeps appearing the product 1 for 2nd page and 3rd page.
    thanks in advance,
    Paolyn

    Hi Kavipriya thanks for your reply:
    My xml structure are the following:
    <List of Productitems>
    <List of Productlines>
    <ProductId>
    <ProductGroup>
    <ProductPlan>
    <modelid>
    <modelname>
    <modeltype>
    <List of productlines>
    <List of ProductItems>
    I regroup my xml by ProductId, ProductGroup,productPlan and i need to display model id ='0001' per page of the report as header information. Plus i need to display modelname='Sample1' on the first page only of the report as header which contains model id='0001' also.
    Thanks in advance,
    Paolyn

  • Re: Report output header text longuage change

    Hi Dear's,
    Ataually my issue is am unable to change report output header field text to user specific login longuage....
    I.e. if user login to ITALY/GERMANY then report output header text should be displayed on same  Longuage for this can any body give me some idea
    Thanks & Advance,
    srinivas.
    Edited by: SRINIVAS1234 on Jul 23, 2011 11:35 AM

    Hi SRINIVAS1234,
    you can close it as answered and add your personal solution just to let people know how it can be handled. You can also close questions as unanswered but this implies that your problem is still existing.
    Regards
    Clemens

  • SSRS subreport with a sub-report as header on all pages

    Hello,
    I need some guidance on how to get a sub-report with a sub-report header and an expanding table. Please see below.
    This is the structure of things that I have:
    Main Report 1 is being invoked by ONLY Parameter 1 (User Text Box Entry).
    It Contains:
         Page 1: Sub-Report 1 invoked by Parameter 1
         Page 2 or more Pages: Sub-report 2 and a table (T1) expanding vertically based on Parameter 1 and Parameter 2. The Sub-report 2 should appear as header on all pages where T1 rows are there. Additionally, multiple Parameter 2
    values may be present and if so, they need to appear on a different page with appropriate header/table data. Parameter 1 and 2 are associated with a ONE dataset & its fields.
         Last Page: Sub-Report 3 and few text boxes below it. Invoked by Parameter 1
    The issue is I don't know how to insert Page 2 content. I tried making a new report with Sub-report 2 and the T1 below it. This is working fine but I'm not able to get the sub-report as header on all pages EXCEPT the first page. FixedData and RepeatOnNewPage
    properties are TRUE & KEEPwithGroup is set to 'AFTER'. Also, once I'm done with this report how do I insert it in the main report. Would it be in group / outside group in the group properties -- I would really appreciate if you can guide me with steps.
    Thank you,
    Nichesl
    Nichesl

    Thanks Asha ,
    Actually this is how my Report  layout is
    Group Header
    ---Detail1
    ---Detail2
    ---Detail3
    Group Footer1 (New Page After and Show at Bottom Setting)
    Group Footer 2 (New Page Before Setting)
    This is the layout of my report.
    When Details and Group Footer1 come in same page then my Group Header works perfect.
    When there are many details then the Group Footer1 skips into next page and Group Header does not show up in that page.
    Our requirement is such a way that Group Footer1 should have Group Header and Group Footer2 should always come in new page (i.e. last Page)
    I think I made it clear on my issue/requirement.
    Again I really appreciate for your reply.
    Regards
    Kalyan

  • How to stop to display the main report page header in the subreport!

    Hello all,
    I have an existed report that display the CR page header on every page of the report. Now I added another subreport into report footer without using link. How do I stop to display the main report page header and display the subreport in the new page with subreport header only? I really appreciate your time to help me out on this issue. Thanks.

    Hi,
    I tried to supress the page header with (onlastrecord and TotalpageCount > 1) condition, but the last page of main report without page header. I still like the page header display on last record, but not on the subreport only. How do I get it? Thanks in advance.

  • Repeating Header Rows - Not repeating beyond page 2

    Hello,
    I'm at my wit's end and I have yet to see a response to questions related to repeating headers (though I've seen it in a few forums).
    I have a flowed form with an initial header table and then 4 subforms, each made up of tables with a header group of two rows and then a user-modified number of data rows. Each of the subforms has it's own 2 line header, which includes a static "topic" row (with "add/delete row" button) and then a second header row with the column titles (9 columns across). As I said, these two header rows are grouped together.
    Each of the 4 subforms can (and does) flow on to multiple pages once filled in by the users. At first, my issue was getting the two rows (grouped) that make up my header to repeat on subsequent pages for each subform. No go - apparently grouped header rows can't make up an overflow leader (I can only choose one of the two), and when I check the box to make the GROUP appear on subsequent pages under pagination, it will only appear on page 1 and 2 for that particular subform...so I've given up on that. Now I just want the second header row (with the column titles) to appear on every page that each subform overflows on to, but I can still only get it to appear TWICE. Anytime a subform moves onto a third page, requiring a third instance of the header, it doesn't work.
    I came across one solution involving the "repeat header for each row", but that came with a host of new bugs, including a bug where every time I open, edit data in a particular subform and save the file, a NEW header group row is added to that subform (after 12 opens, there is literally 12 header rows at the top of each of my 4 subforms if I edit data in all 4)...though it solves the other issue and the header rows DO appear properly on subsequent pages beyond page 2!!!!
    Any solutions? I've run into this on three separate occasions over the past year when building forms and every time, I've hit this wall, given up the search for a solution and sacrificed aesthetics and functionality in my forms that I shouldn't really have to.
    Ck.

    Here is a sample I did for you..
    https://acrobat.com/#d=BSeyeLhbaeyqXfwX*wrwzA
    The difference with this file, is I created a table and then in the top row I merged all cells. Then created a table with two rows inside this merged cell.
    In the Header row properties I checked, repeat header in Subsequent pages.
    Let me know if you have any issues..
    Thanks
    Srini

  • Repeat header's column in a table with row height that greater then 200px

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    I develop a website and encounter some problem about web page printing. I try to repeat header's column in a table with row's height that greater than or equal to 198px, but it doesn't work. Another size that lower than 198px works fine. If somebody has seen this issue before and know a solution, please help me. Thanks in advance.
    == This happened
    ==
    Every time Firefox opened
    == Firefox version
    ==
    3.6.6
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
    == Plugins installed
    ==
    *-6.0.12.1739
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *PDF-XChange Viewer Netscape Gecko Plugin
    *Default Plug-in
    *Shockwave Flash 8.0 r22
    *Adobe Shockwave for Director Netscape plug-in, version 11.0
    *3.0.40624.0
    *Office Live Update v1.3
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
    [http://forums.mozillazine.org/viewforum.php?f=25]
    You'll need to register and login to be able to post in that forum.

  • In FM report FM_RW_BUDCON header total is mismatch with detail total

    Hi Experts,
    Please help me.  In FM report FM_RW_BUDCON header total of one particular commitment is mismatch with detail total of that commitment.
    P K Sahoo

    Hi,
    I think the values from header to subtotal values in item detail are not passing correctly. Please debug the program and see. You are telling for one commitment only. If for all the formula for caliculation might go wrong. HOPE IT HELPS YOU. Thanking you

  • COPA report change Header text

    Hi,
    I am preparing COPA line item report. I am not able to change or add header text in the report as we  do in report painter report.
    The form I am  using is KE94 Create and KE95 Chage.The report painter option extras-> Report Text -> header text is not available in KE95 forms.
    Any Idea on how to do the changes in header text in this case.
    Regds

    Hi Suchitra,
    You can try it with KE32.
    Regards,

  • Report column header

    Hi frinds.
    How can I put report column header in two rows?
    ex.
    Family common services
    1
    2
    1
    I want it to be like this
    Family
    common services
    1
    2
    1
    thanks

    Alaakh,
    Just add an HTML &lt;br/&gt; in your 'Report Attributes > Column Attributes > Header'.
    So this should be:
    Family&lt;br/&gt;common services
    Anthony
    http://anthonyrayner.blogspot.com

  • Report Sub-Heading output

    Hi All,
    I have a report sub-heading named "Opening Blance" on my report. I want that when the report output is more than 1 page then "Opening Blance" Heading should be change to "Balance Brought Forward" to 2nd and onward pages but on 1st page it should be "Opening Blance".
    I am using the 10.1.2 Report Builder.
    Any help would highly appriciated.
    Regards

    You may have to add your column headings as selected data e.g.
    SELECT 'col1name', 'col2name', 'col3name'
    FROM DUAL
    as a query at the top of each page.
    If you do this then you can control the contents of the title fields with something like this
    function F_col1name_IDFormatTrigger return boolean is
    page_num NUMBER;
    begin
    srw.get_page_num(page_num);
    IF page_num != 1
    THEN
    srw.set_field_char (0,'col1 other name');
    END IF;
    return (TRUE);
    end;
    This will check the page number and set the value of the field, which in our case is used to display a column title, so a different value.
    Hope this helps

  • How to aviod html tags from Report column heading while export to csv

    Hi All,
    How to aviod html tags from Report column heading while export to excel.
    We used like Employee<br> Department in column heading, but the problem is the <br> tag also exporting into csv file.
    If any column data 3/2009 formatt the it will exporting as marh 2009.
    Please help on this.
    Thanks,
    Nr
    Edited by: pnr on Jul 5, 2011 5:00 AM

    Hi Nr
    Here is how I approached this problem.
    Go to report attributes tab
    under column attributes check PLSQL radio button.
    Create a function to return the heading of your report as shown below in your database.
    create function get_heading return clob as
    v_request VARCHAR2(20) := V('REQUEST');
    v_col_heading CLOB;
    begin
    IF INSTR(v_request,'FLOW_EXCEL_OUTPUT',1) > 0 THEN
    v_col_heading := 'Employee Number:Employee Name';
    ELSE
    v_col_heading := 'Employee breaktag Number:Employee break tag Name';
    END IF;
    return v_col_heading;
    end;
    Type the function below under ( Function returning colon delimited headings:) as follows.
    return get_heading;
    Similarly for data base it on PLSQL function body returning SQL and follow the same approach as headings.
    Hope this helps.
    Thanks
    Sukarna
    Edited by: user513776 on Jul 5, 2011 2:24 PM
    Edited by: user513776 on Jul 5, 2011 2:27 PM

  • Report Repeating Itself

    Post Author: Horizon57
    CA Forum: General
    I am building a report based on an MS Access db. It contains 10 Details sections, each consisting of multiple subreports. I have parameter values established at the mainreport level, and each of the subreports are linked, allowing me to drive decide which data is shown in the report via a dynamic cascading pick list.
    Everything is working fine in terms of getting the correct data to show in the various subreports which make up the overall report. At this point, the report should be 10 pages long, however, when I preview the report, it is 100 pages in length, with the original 10 pages report repeating ten times.
    Anyone have an idea why the report would repeat itself multiple times? I would think it has something to do with record selection, so I have included samples of the record selection at various levels....
    Main Report Level Record Selection:
    {RXGTSN.GTSN}={?GroupSelection - GTSN} AND {RXGTSN.GRPNM}={?GroupSelection - GRPNM}
    SubReport Level Record Selection:
    {RX2GTSN.GTSN} = {?Pm-?GroupSelection - GTSN}  and {RX2GTSN.GRPNM} = {?Pm-?GroupSelection - GRPNM}
    Any ideas ????
    Thanks,
    Mike.

    Post Author: Horizon57
    CA Forum: General
    OK So I tried eliminating the record selection in the main report and utilizing only the record selection occurring in each of the sub reports. Report is still too long.
    Essentially there are 2 parameter fields that are common to all of the tables in the database. My intention is to utilize a cascading pick list to prompt the user to select the values for these two fields. This should drive the entire report. It should look something like this:
    Please Select a GroupName: <drop down menu of group names>
    Please Select a SubGroup: <drop down of subgroups>
    After the user has selected the GroupName and Subgroup, the report is populated for that given Group / Subgroup combination (There are many Groups / SubGroups in the database). Since these GroupName and Subgroup fields are common to all of the tables, I would like the user to only have to select this combination 1 time, as opposed to once for each subreport.
    How do I accomplish this? 

Maybe you are looking for

  • Getting Error while configuring thirdparty adaptor on weblogic server.

    Hi, I am using Oracle SOA Suite 11g & weblogic server 10.1.3. We have requirement in which SAP need to call BPEL webservice. So i came to know that this i can achive through oracle thirdparty adaptor. I have installed this as per oracle document. Now

  • Same problem -- new thread

    Hello, I have been reading through some of the other threads in the forum and it seems I'm having the same freezing problem with my 4th gen iPod, 50 gig, when connecting to Mac. Thought I'd post a new thread since the others are tremendously long and

  • Macbook wont power on with AC power but Will with Battery

    when i try to power on my Macbook it shuts off immediatly if i use AC Power but if i unplug the Ac Cord and use the Battery it does power on Battery has an X on the display i took it to the genius bar a few days ago and the tech took off the battery,

  • Worskhop build process

    Hello, I'm trying to figure out the workshop build process. Each time I right click on my portal web project and do a "build" it seems to do a "rebuild all" (like in JBuilder) instead of a "build modified source". Am I missing some setting here, or i

  • Line Chart query...having issues with finding the right SQL...tough query

    This initaial entry was much longer and confusing. I'm looking to make ar running total based using time periods...see the link in the last post to get to the demo.apex.com area. Rob Edited by: bostonmacosx on Feb 14, 2013 1:33 PM