HOW TO MAKE A MATRIX REPORT MANUALLY WITH SINGLE GROUPT
QUERY OR MULTIPLE GROUP QUERY ?
Answer Posted / neelkanth jadhav
Step 1: Create a group with query in Data Model, remember
this query should have atleast three columns for Row,
Column and Cell value. and Four if you want to create Group
Matrix Report.
Step 2: Drag Column you want to act as Group Header from
Group, then drag Row Value and then Column Value.
Step 3: In Data Model window you will find icon for Cross
Product in tool box. click on that, then Drag the Mouse
pointer keeping the left click pressed over the group of
Row and Column values selected by you in step 2.
Step 4: In Layout Model window, Create Repeating frame then
create one more repeating frame over the previous one but
at this time please change the property of repeating frame
as PRINT DIRECTION : ACROSS. Then select both the frames at
once and then go to Menu Insert>>Layout Matrix, by doing
this you merge two frames, now in the intersection area of
this two frames create one more repeating frame.
Step 5: In the merged frame the one which is Print
Direction down will display the rows, one with print
direction across will display the columns and intersection
will display the cell values. Accordingly assign the source
for all three repeating frames and create fields in those
frames and give the desire sources.
Step 6: Run the report
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
In what situation u create the BPA.
all steps of bitmap report?
how do u compile a form i.e .fmb file in Unix or in dos
Name the different triggers supported by oracle reports and their firing order.
Explain the different levels at which oracle form services interact.
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
if u want to delete all these detail block etc what will happen in form
What is the difference between BPA AND Contract What are documents and test cases u followed
What do you understand by oracle forms?
what is oracle forms?
how to send file attachment from oracle forms
How to create Drill down report?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
what exactly u write in when_new_form_instance