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

Similar Messages

  • How to improve query performance when reporting on ods object?

    Hi,
    Can anybody give me the answer, how to improve my query performance when reporting on ODS object?
    Thanks in advance,
    Ravi Alakuntla.

    Hi Ravi,
    Check these links which may cater your requirement,
    Re: performance issues of ODS
    Which criteria to follow to pick InfoObj. as secondary index of ODS?
    PDF on BW performance tuning,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    Regards,
    Mani.

  • How to build an 8.5 report where a single source repeats with each piece of data

    I don't really know how to characterize this problem or if there is a short-hand for the type.  Here is my dilemma:
    I have a SQL table of tracking numbers which is custom to our version of Dynamics.  The table contains both orders and invoices.  Each invoice may have 1 or more tracking numbers, but each tracking number associated with an invoice or order is recorded as a different record under the invoice or order number.  E.g.:
    SOPNUMBE          SOPTYPE          Tracking Number
    INV0001234               3                    1ZA12341234
    INV0001234               3                    1ZA12341235
    INV0001234               3                    1ZA12341236
    ORD005111               2                     FedEx 123411
    ORD005111               2                     FedEx 123412
    INV0001287               3                    1ZA12349876
    ORD005134               2                    1ZA12345263
    INV0001291               3                    FedEx 165304
    INV0001291               3                    1ZA12345666
    and so on ...
    What I'm trying to do in Crystal, which is the only way I can access that table (nothing within Dynamics allows me to access that table) is create a page of labels, based on the date of the SOPNUMBE and the SOPTYPE, (IOW only invoices) that shows as the following:
    INV0001234                              INV0001287                         INV0001291
         1ZA12341234                         1ZA12349876                       FedEx 165304
         1ZA12341235                                                                      1ZA12345666
         1ZA12341236
    I would be using 2 x 1.5 labels, 3 or 4 labels across and 6 down, approximately
    Here is my problem:  I cannot use the Mail Label format as it requires each line having a different Field Physical Name.  However, if I use a standard Crystal format or an undefined format, I can get the right layout for one column only.  If I try to use 3 columns across, it simply repeats the data in the first column.  For the life of me, I cannot figure out how to create 3 or 4 columns across with separate data.
    The purpose is to be able to attach the appropriate label to the actual invoice for the information, which customers tend to call in for, anyway.  Now, we have to hand-write the Tracking Numbers on each invoice, which makes for an increase in errors.
    Any suggestions and/or solutions would be greatly appreciated.
    Thank you,
    Laura Douglas

    it could be that 8.5 doesn't have this option to do a group sort / top n.
    if you're looking for the data to spill into a new label then that won't work for you anyways.
    here are some options:
    a) the group itself needs to repeat in order to have another label available. the only way to do something like this in 8.5 is for your database administrator to create a stored procedure that groups the sopnumber data into sets of N values.
    e.g. each group would only have at the most 5 tracking numbers. if a sopnumber had 12, then 3 groups would be created by the stored procedure, e.g. INV0001234_a, INV0001234_b, & INV0001234_c   this would be required to create the correct number of labels and to ensure that all data from each sopnumber was eventually displayed.
    once a stored proc is created to break up the data into these groups, you need to create a new report off of the proc and use this new grouping field to base your group on.
    b) another option would be based on whether or not your database had a specific field that indicated a running total counter for the tracking numbers which was reset every sopnumber. e.g. if sopnumber INV0001234 had 4 tracking numbers, there would be a field that indicated 1,2,3,or 4 depending on the record.
    c) another option would be if the stored proc simply brought back the data that you have as well as a running total / counter that indicated / counted in a manner similar to the above. this may be a better option than a) or b)
    -jamie

  • How to build "Query by example" Report?

    I want to create a report which allows user to select which columns to return.
    It is similar to "Query by example" form. Have someone done that before and share me the PL/SQL how to do that?
    Thanks in advance.

    I got the answer, u need to set table.setFilterModel("") and refresh panel collection which contains this table
    whenever u need to make "Query By Example" button of panel collection invisible.

  • How to sort data in Matrix report

    I've used Report6i and create report in Matrix format.I want the report to display data in sorting by data in cell. Anyone pls help me.
    --it's show this
    applicant_id/score Score
    08002 400
    08003 200
    08004 700
    08006 653
    08008 560
    08010 800
    -- but i want to see this
    applicant_id/score Score
    08010 800
    08004 700
    08006 653
    08008 560
    08002 400
    08003 200
    i tried to set the group's property( break order property ). It doesn't allow me to set break order property of applicant_id's group to none. And tried to write 'order by' in the SQL statement but it doesn't help.

    Hi,
    If Oracle can give you back the right sort order without any custom sorting,
    that means you should be able to get the same results in WebI.
    If the object that you pull from the universe is the wrong type (like numeric but you want it alphanumeric),
    then you can either request you designer to give you an object with the right data type,
    or you can change it by creating a report variable using
    FormatNumber([original object],"0")
    this will format the number to a number without leading zeroes, thousand separators or decimal point.
    Now you can use the object as if it came from the universe.
    So you can also use it on the x-axis of a chart.
    Btw. you can also do a custom sort on the x-axis(as long as it is an object or variable, not a formula)
    alternative, if you define a custom sort in a table block, you can state it should be used througout the document.
    (so also in the charts.
    Hope this helps,
    Marianne

  • How to maximize the performance of report service 9i?

    I have a report running in Oracle 9iAS report service. The report is invoked from forms by PL/SQL function run_report_object and generated into PDF file. The report is so complex that the RDF file size reaches to 6MB.
    Now it takes about 30 seconds to run the report. My form service and report service are installed on same machine which has 2 intel XEON 2G CPU and 4G memory. If i run the report twice at same time, the report jobs are put into a queue and runs one by one, so it take me 60 seconds. I find the CPU loading is about 20% during the report is running, it means the report service did not make the base of CPU.
    How can report service process multi jobs at same on a multi CPU machine? What is the best config in report service about engine number?

    Hi,
    Whenever you start a new Reports Server in 9iAS, by default it starts 1 Reports Engine (rwEng). You can increase the number of engines to 2 for processing the 2 jobs simultaneously. you can do this by using the Oracle Enterprise Manager (via the browser). You can also change the following parameters in the server config file directly
    file name: OH/reports/conf/<your_reports_server_name>.conf
    <engine id="rwEng" ... initEngine="1" maxEngine="1" minEngine="0" ... >
    You can either increase both initEngine and maxEngine to 2, only maxEngine. In the latter case, the second reports engine will be started only when needed.
    However, increasing the number of engines will obviously increase the overhead. The optimum value for number of engines depends on your machine, load, response characteristics required, etc. You can test with a few values to arrive at an optimum number.
    I would recommend going through the Oracle Reports Tuning whitepaper
    http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/cb_tuning8.pdf
    Navneet.

  • SQL Query how to to get this Matrix report.

    Hi All,
    My tables are
    Petty_cash_voucher P :- voucher_date,terminal_id,currency_code,account_code, amount
    Terminal_master T :-
    terminal_id,terminal_station_code
    Ledger_codes L :- account_code,account_description,accound_main_head_code
    Account_main_heads :-
    Account_main_head_code, Main_head_description
    im looking for a MATRIX WITH GROUP REPORT should look like this
    1st group : CURRENCY
    2nd Group : Main_head_description
    Row field is : account_description
    Column field is : Terminal_town_code
    Matrix CELL is : total_amount.
    here i should see all my terminal_towns though the transactuons existed or not for that day. letssay there are 22 terminals, but today i have 2 terminals only transactions, but i need to see 22 as columns with NULL values. and for ledgers, main_heads what ever existed only. Ex: i have 100 ledgers with 20 Main heds, but there is 2 only transactions happend, i should see 2 group by main_head with 2 terminsla having values remiaing termils with null values.
    i wrote the query like this , but it is not giving all terminal codes , giving only values existed.
    SELECT
    P.currency_code,
    T.terminal_town_code,
    P.account_code,
    L.account_description,
    MH.account_main_head_description,
    SUM(P.amount) total_amount
    FROM
    terminal_master T,
    petty_cash_voucher_master P,
    ledger_accounts L,
    account_main_heads MH
    WHERE
    T.terminal_id = P.account_to_terminal (+)
    AND
    L.account_code (+) = P.account_code
    AND
    MH.account_main_head_code (+) = L.account_main_head_code
    AND
    P.voucher_date (+) > = '16-jun-05'
    AND
    P.voucher_date (+) < = '16-jun-05'
    GROUP BY
    P.currency_code,
    T.terminal_town_code,
    P.account_code,
    L.account_description,
    SH.account_main_head_description.
    Thanks in advance.

    Hi all,
    Im reactivating this, still im looking for help, giving here sample data.
    Account Main Heads
    Account_main_head_code, Main_head_description
    01 ADMINSTRATIVE
    02 OPERATIONAL
    Ledger_codes account_code,account_description,accound_main_head_code
    01 SALARIES 01
    02 PHONES 01
    03 FUEL 02
    Terminal_master
    Terminal_id,terminal_station_code
    1 HYD
    2 VJA
    3 NY
    4 WDC
    Petty_cash_voucher voucher_date,terminal_id,currency_code,account_code,amount
    30-jun-05 1 GBP 01 100
    30-jun-05 2 GBP 01 200
    30-jun-05 3 GBP 02 300
    30-jun-05 4 GBP 03 250
    Im looking for the MATRIX layout as follows :
    GBP (first group)
    ADMINISTRATIVE (secind group)
    .................HYD.....VJA....NY ....WDC
    Salaries.........100.....200.....0......0
    Phones............0.......0.....300.....0
    OPERATIONAL
    .................HYD.....VJA....NY....WDC
    Fuel..............0.......0.....0.....250
    (terminals as columns, ledger description as Rows).
    main thing is i need to get all the terminal as it is in any group. i have used ...'s to maintain alignment.
    Thanks again.

  • How to build a pl/sql report

    Hi everyone,
    Plz tell me the procedure of buiding pl/sql report
    Thank you in advance..
    Edited by: user10763149 on Feb 10, 2009 3:16 AM

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

  • How to build SAP B1 query reports for VAT in Source currencies

    Hello,
    Need help ASP

    You may start your query by checking these threads first:
    VAT Report
    I need VAT Report
    Re: Can we set tax amount directly instead of tax code?
    Thanks,
    Gordon

  • 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

  • Subtotals in matrix reports

    I know that in discoverer it's very easy to ad subtotals in a matrix report. In reportsbuilder i do not find any function that can help met I've a report like this
    GROUP YEAR (subtotals are possible)
    ROW jan feb march
    group1 subgroup 1
    subgroup 2 value value value TOTAL
    group2 subgroup 1
    etc
    Now i want to create subtotals for group 1 group 2.
    Like this
    ROW jan feb march
    group1 subgroup 1
    subgroup 2 value value value TOTAL
    subtotal subvalue subvalue subtotal
    group2 subgroup 1
    subtotal
    Can somebody help me?
    gr,
    Francus Simonetti

    Hi,
    Go through the following link to learn about how to create summaries for matrix reports (Chapter 25.4 of Building Reports manual).
    http://otn.oracle.com/products/reports/htdocs/getstart/docs/B10310_01/orbr_matrix.htm#1010980
    thanks,
    The Oracle Reports team

  • How to incorporate ratio in Crystal Report?

    Hi,
    I am new in Crystal report and had no technical background.
    I would like to  know how to build ratio in crystal report? The draft layout as below:
                                                  (RM)        %
    Sales Revenue                        A           (A/A)*100
    Cost of sales                           B            (B/A)*100
    Where A and B are formula in crystal report.
    Regards
    Thomas

    Hi Thomas,
    Ratio is just a result by division.  If you take one field over another as a denominator, you got your ratio.
    Thanks,
    Gordon

  • How to change database in crystal report design

    Hi experts
                         I have created a report in crystal addon using demo database, now I want to change the database to see the actual testing of report. I tried by Set Location option in Database expert I log off the current server then Log on It ask the database name I put new database name . But when I Run the report it show the previous database records.

    >
    Julie Jamieson wrote:
    > Try using a dot (.) as the server if you want to be able to run the report from inside SAP from a different database
    What do you mean by this?
    I have not yet installed the Crystal Addon for SAP (Using R1 Reports now) I would hope that Addon allows you to use a different database with Crystal, my current solution does and that is how I build most of my reports with views and sp's.
    I hope this is not to far off topic.
    Thanks
    Ken W.

  • 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

  • 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]

Maybe you are looking for

  • If I highlight text in a pdf, all the text on the page disappears when I next open the saved document. How to retrieve my text?

    When I use the highlight tool in a pdf document and then save the document, the next time I open the document the highlight is still there, but the whole page does not contain any text anymore. Totally blank. How do I retrieve my text?

  • Hard disk never stops spinning

    When I connect my iPod to my Macbook the hard disk never stops spinning. When I connect it to my PC spinning stops after sync with iTunes and just turn on when I access the iPod. Does anybody know how to turn that off? Or is Spotlight scaning the dat

  • Copy DVD's in Windows 7

    At the risk of embarrasment, I need to ask a basic question about making copies of my new family movie 8mm/Super8 conversions for distribution to my siblings.  Dragging and dropping in windows explorer resulted in burning the "Start DVD" and "Video T

  • Significance of Port No in Portal URL

    Hi Everybody,    I wanted to know the concept of port no in portal URL.Sometimes i am able to access my portal with http://myportal:50000/irj/portal and sometimes even without port no. Is 50000 default port for http portal?then what about 80 even if

  • Searching Safari pdf File Caused Crash

    After installing OS X 10.5, whenever I tried to search a page in Safari that was pdf format it would crash. I tried all kinds of things to defeat the problem, trying several posted here, but to no avail. Finally my son, who is a software engineer, ca