VERY Complicated Matrix Report (9i Builder) Problem

Hi, I am working on a matrix report with 9i Builder , the layout is as follows:
a b c d e
1 x1 x2 x3 x4 x5
2 x6 x7 x8 x9 x10
How can I control the report so that the layout can be changed as follows?
a b c
d e
1 x1 x2 x3
x4 x5
2 x6 x7 x8
x9 x10
(x are the cross product values, a to e are the column headings, 1 to 2 indicate horizontal groups)

You will need to include an additional column of your date column to your SQL statement.
e.g Your original column - to_char(your_date_column,'Month') "Months Name".
Add a new column - to_char(your_date_column,'MM') "Sort Column".
In the Matrix Row, include this new column field also. In the Data Model, move this new column field to the top. Remove the Break Order property to NONE for your original date field (Months Name).

Similar Messages

  • Matrix report vertical line problem

    Development tool:
    Report Builder 11.1.2.2.0 (64-bit) on Windows 7
    Solaris app server with the following software versions:
    Oracle Forms and Reports 11g 11.1.2.2.0
    FMW is 11.1.1.7
    WLS is 10.3.6.0.8
    This is a report with a matrix.  The rows across have multiple fields and some of those fields may wrap depending on the amount of data in an individual field.  The matrix portion contains a single data item that does not wrap (basically just a single word status with some conditionally color formatting).  I have added a vertical line to the matrix item so there will be grid lines between each column.  All the frames are set to vertical-expand and horizontal-fixed.  I have also tried setting all the frames to vertical-variable and horizontal-fixed.  The problem is the vertical line does not expand when the data items in the across row cause a wrap and expand the height of the row vertically.  I've tried setting the vertical line to stretch with the same frame that encloses the across rows.  When I do this the vertical line disappears.  As soon as I set any value in stretch with frame the line stops showing.  I've tried all the combinations I can think of for printing on first, last, all and base printing on anchoring or enclosing and nothing works.  The line will only show if I leave the stretch with frame as null but it looks terrible when it is the height of one row but the actually row of data across may be a larger size due to field wrapping.
    Any suggestions?

    You will need to include an additional column of your date column to your SQL statement.
    e.g Your original column - to_char(your_date_column,'Month') "Months Name".
    Add a new column - to_char(your_date_column,'MM') "Sort Column".
    In the Matrix Row, include this new column field also. In the Data Model, move this new column field to the top. Remove the Break Order property to NONE for your original date field (Months Name).

  • Matrix report with Date

    Hi All,
    How do I generate a report with colum is data and row is date like below, and then generate a chart that show the progress by each day. Thanks so much for your help.
    Date 03/17/2006 03/18/2006 03/19/2006 03/20/2006 .........
    My Data
    Data 1 2 20 3 28
    Data 2 3 35 0 0
    Data 3 6 88 9 7
    Data 4 8 123 100 88
    Best Regards,
    Andy Pham

    Hi Andy,
    In a matrix report, the usual problem with reporting by all the dates in a period is that they may be gaps in dates where there is no data for that day.
    Therefore, you will need to have a workaround by having a view with all the possible dates using something like the following SQL.
    eg
    CREATE VIEW MY_VIEW AS
    SELECT (TRUNC(sysdate) -30 + ROWNUM) DATES FROM user_objects WHERE rownum < 31;
    You can play around with this SQL to suit your requirements.
    In your query for the matrix report, include MY_VIEW to the query and outer join your date column to DATES. ie DATES = your_date_column(+)
    Use DATES as a MATRIX column field and it will give you 30 columns. The MATRX row field and MATRIX cell field will be your own data.
    One very important thing to note is your date column must be truncated to 0 hours and minutes otherwise you will not get matching records.
    Regards,
    John

  • Group Matrix Report Problem

    when i build a group matrix report ,i only able to get the summary totals of columns (in the cross product ) at group level,but fail to get the summary totals of columns (in the cross product) at report level.So please tell me , how can i achieve this one?

    Dear Waheed....I think u just have to set property of summary column
    'Reset at = Report'
    I this does'nt work then u should explain ur problem.
    Kashif

  • Matrix Report Query Problem

    Dear members
    I am using reports 6 and oracle 9i. I am trying to create a matrix report in which i want to show products as rows and dates as columns. Dates should be fixed 7 days any from to dates given by user. I have used two tables prd_plan_m and product_code. I want to show plan_no and plan_qty based on product_code and date. I want to show all the products as rows whether it has plan or not and 7 days columns shows as heading weather in this there is any plan or not.
    For this reason i have made this query.
    SELECT ALL p.code,pkg_prod.get_prod_name(p.code)prod_name,pkg_prod.get_prod_qty(p.code)prod_qty,P.PLAN_ID, P.PLAN_DESC, a.dates,
    P.PLAN_QTY, P.UNIT_ID, P.REMARKS
    FROM PRD_PLAN_M P ,(select rownum - 1 + to_date('20-jul-08', 'dd-mon-rrrr') dates
    from all_objects
    where rownum < to_date('26-jul-08', 'dd-mon-rrrr') -
    to_date('20-jul-08', 'dd-mon-rrrr') + 2)a
    where P.PLAN_DATE(+) = A.DATES
    UNION
    SELECT E.P_CODE,E.PROD_NAME,E.PROD_QTY,null,null,null,null,null,null FROM PROD_CODE E
    But this query shows duplicates rows. suppose one product_code in prd_plan_m has plan_qty shows one row and the row from product_code table also show the same row which have no plan qty.
    Help me in this regard.
    I will be very thankful to you .
    thanks and regards

    Thanks for reply. But this query is also produce the same results see bellow output.
    CODE     PROD_NAME     PROD_QTY     PLAN_ID     PLAN_DESC     DATES     PLAN_QTY UNIT_ID     REMARKS
    0101     MOUNTAIN DEW     225 ML NR               
    0201     PEPSI MAX     240 ML          
    0301     PEPSI          250 ML          P0001L01 TEST PLANE-01     7/21/2008 20000 1          test
    0301     PEPSI          250 ML
    0302     MOUNTAIN DEW     250 ML          P0005L02 NEW ENTRY     7/26/2008 20000          TEST
    0302     MOUNTAIN DEW     250 ML
    Code 0301 and 0302 are repeated. But they should be shown only once. Please help me to resolve this problem.
    thanks & regards

  • Matrix Report Problem in Oracle Apps

    Hii All,
    I have created a matrix report in Orace Application using Oracle 6i. It running properly in Report 6i. But after registering in Oracle Apps,
    It does not shows any output.
    Database 10g
    Report 6i
    EBS Oracle 11i
    Thanks
    PS

    Hi PS
    Please check below links:
    How to create a matrix report
    How to create a matrix report
    how to build matrix report
    how to build matrix report
    Oracle Reports Building Reports
    http://download.oracle.com/docs/html/B10602_01/part4.htm
    Regard
    Helios

  • How to build matrix report

    hello,
    i need your help to build a matrix report. i do not have any idea about that.
    can you please guide me with the hr schema . to build a matrix report.
    thanks

    thanks for the link i have build single query and multi query matrix report with the provided link.
    one more thing i need,
    i want to add the summary columns with the multi query matrix report there is nothing provided with that link.
    can any budy please give me hint/tips
    thank you

  • Problem in matrix report

    i make a matrix report and the data is arabic
    when i make concurrent pdf or html the arabic is not appear as i want.
    when i try to make a template i can't because the option is table or table/form.
    what is the solution?

    You need to use an outer join in some way. See these similar problems:
    Re: Display null rows / columns in matrix report
    Re: To obtain all the Month details

  • OTN TEAM Please respond-matrix reports row limitation(very urgent)

    Hi ,
    using with matrix reports for delimited reports what's the maxmimum row limitation for text and excel?
    thanks in advance.
    please advice asap.
    thx in advance.

    See response in OTN TEAM Please respond-matrix reports row limitation(very urgent)

  • How to make Group Matrix Report in BI Publisher Template Builder for Word

    Dear All
    I have created a template in MSWord's BI Publisher for creating Matrix report, it is working fine, but i couldn't do it for Group matrix report. Kindly give me any kind of example regarding group matrix or nested group in column level and row level.
    Regards
    Haq Nawaz
    A.F.Ferguson & Co
    Edited by: 823804 on Dec 28, 2010 5:42 PM

    Hey hi,
    I m also trying to create template for matrix wih group. have you found any solution for this? if yes please forward me the information on my mail id [email protected]

  • How to build a performance matrix report

    Hi,
    I have a table that tracks performance and potential of employee's.
    I want to represent the data in the table as a 9 box performance potential matrix report Each box should contain the names of the employees who fit the particular performance potential criteria.
    |---------------|--------------|-----------------| ^
    | | | | p
    | | | |Exceeds e
    | | | | r
    |---------------|--------------|-----------------| f
    | | James | | o
    | | Dan | |Meets r
    | | | | m
    |---------------|--------------|-----------------| a
    | | | | n
    | | | |Needs Improvement c
    | | | | e
    |---------------|--------------|-----------------|
    Limited Growth High
    <-------------Potential---------------------->
    Is there a good way of achieving this?

    http://download.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_plsql.htm#g1021942

  • Rdf matrix report problem

    Hi all, i want a solution from you guys.
    I have a rdf report where size is shown there (like S, L, M, XL, XXL...etc). Later i have another matric report
    SERIAL SIZE
    1 Small
    2 Mediam
    3 Large
    4 Extra-Large
    5 Double-Excel
    now i want to make a matrix report where matrix column is SIZE . But mu concern is, i want to show them the sequence of SERIAL.
    How can i do that ...?

    replied you here:
    Matrix Roport Calculation Problem

  • Page level total in a mulipage matrix report

    hi!
    I am facing a problem in marix reports because a very late change in customer requirement.he wants a page total at the end of every page in the report ,because these reports are matrix style,they involve cross product.i can get the grand total at the end of the report because the summary column works well at report level,but when i try to reset it at page level,at times it shows blank or generates an error that matrix report fetches everthing at report level and cannot generate results at page level.but now how do i get these page totals without changing these matrix reports.Plz reply ASAP
    Regards
    simer
    The Oracle Reports Team
    http://otn.oracle.com/

    Hi I was browsing through the forum, and found no reply to your question, if you still interested about the solution I can send you my RDF file where I did the page level total in matrix report as well as brought
    forward in next page, this is something very hard for me to explain in word, so if you can give me your email address I can send you the RDF file.
    Thanks & Regards
    Eamon

  • Matrix report in BI publisher performance

    HI Team,
    I have build RTF layout for matrix report,the data generation is completing in very less time.. but the layout swapping the rows as columns taking too long time , If data generation is completing around 5 mins..layout building is completing in 45 mins.. Please let me know any feasable solution.
    Best Regards.
    Edited by: user9100912 on Mar 28, 2013 6:41 AM

    Try to avoid too much of regrouping in layout, have your xml structure in desired format. Also try enabling scalable mode

  • Need help in matrix report

    <p>Dear fellows,<br>
    <br>
    I am designing a matrix report of Rooms those are vacant at certian time and
    days of week. In this time values are fixed, I have written the mention below
    query to design the report.<br>
    <b><br>
    Table Description is</b> <br>
    <br>
    <br>
    SQL> desc vac_rm<br>
    Name                            
    Null?     Type<br>
    ----------------------------------------- -------- ----------------------------<br>
    RM_NO                                           
        NOT NULL VARCHAR2(8)<br>
    DAY                                                     
    NOT NULL VARCHAR2(9)<br>
    TIME                                                    
    NOT NULL VARCHAR2(20)<br>
    VACANT                                                                  
    CHAR(1)<br>
    <br>
    <b>Query is</b> <br>
    SELECT day, time,<br>
    LTRIM(MAX(SYS_CONNECT_BY_PATH(rm_no,','))<br>
    KEEP (DENSE_RANK LAST ORDER BY curr),',') AS Room<br>
    FROM (SELECT day,time, rm_no,<br>
    ROW_NUMBER() OVER (PARTITION BY day ORDER BY rm_no) AS curr,<br>
    ROW_NUMBER() OVER (PARTITION BY day ORDER BY rm_no) -1 AS prev<br>
    FROM vac_rm <br>
    where vacant = 'Y'))<br>
    GROUP BY day, time<br>
    CONNECT BY prev = PRIOR curr AND day = PRIOR day<br>
    START WITH curr = 1<br>
    <br>
    The problem occur in this way that when I see the result It show same room no
    many time in single cell.<br>
    <br>
    For Example there is Room A1 and it is vacant on monday at <br>
    9:00 AM - 11:00 AM, then it will show<br>
    <br>
    <b>Time</b>            9:00 AM - 11:00
    AM    11:15 AM - 1:00 PM<br>
    <b>Day</b> <b><br>
    Moday</b>            
    A1, A1, A1                A1, A1, A1, A3, A2<br>
    <br>
    I am very grateful In this regard if you sort out this matter. <br>
     </p>

    For the periods, create a seperate dummy query and then use it as column group in the multi query matrix.

Maybe you are looking for

  • Smart Object from LR to PS4

    If I crop an image in LR, then export it as a Smart Object to Photoshop, I can see the little smart object icon in my base layer in PS. Without doing anything to the image, I try to double click the image to go back to LR to make a change to the crop

  • Equivalent to SQL Server IDENTITY columns in Oracle 8i?

    Under SQL Server, my app frequently keys tables using IDENTITY columns which are also used as the only column in the tables primary key. After an INSERT, I typically retrieve the value assigned to the IDENTITY column using: SELECT @@IDENTITY I need t

  • Status of roles assigned in SU01

    Hi All, Need help to understand the status of a role and effect of user comparison on it... in SU01 assignment to a ID....Cases as below: 1.Role assigned to the ID has expired....The color of the role I have noticed becomes red...why is it so? is it

  • ITunes displaying garbage instead of Japanese when importing from file and.

    not a CD. How can I correct that? Changing the ID tag doesn't help. Is there a script or app that would correct it? The OS displays it correctly when listed from the finder. iTunes is great, but it needs to be more language friendly. TIA!!!

  • Can't select files to import

    I have some DVDs from an event that we held. They were recorded directly to the disk, but are regular disks, not mini ones. I got the video off with Handbreak and now have an .m4v file that I'm trying to import into iMovie to edit. I didn't change an