QM Quantitative results: Report

Hello,
Is there any standard report in SAP which will give the output as follows:
Inspection Lot .... Characteristic 1 .... Characteristic 2 .... Characteristic 3
20000000002 ..... 10,5 mm            ..... 5,3 degree         .... 105 ft
20000000003 ..... 11,1 mm            ..... 5,6 degree         .... 104 ft
Please help to get the closest report.
regards

Hi Hemant,
Pls elaborate the trx OQIV
Regards,
Shyamal

Similar Messages

  • Need to create link to Word Doc in blob column in search results report

    I got the Oracle Text boolean search of word documents in a blob column of a table working.
    Now I need to be able to create a link in the results report.
    I know that Oracle creates a link for each document in the column when you attach a file, I just need to know what the link should be to allow users to open the document in the search results report.
    Right now the application is set to do a search in the attached word documents, and in the results window it shows the names of the people who match the search, but it won't allow me to create a link to their resume in the results report.
    the name of the table is CONTRACTOR_LIST and the blob column is RESUME.
    How would you go about creating a simple link to the word file in the results window?
    Here is the code for the query
    select score(1) relevance, Name, Resume
    from contractor_list
    where CONTAINS (resume, :P1_SEARCH, 1) > 0
    order by 1 desc
    That works, but I can't get it to link to the resume file.
    Here is the code I'm using for the link
    javascript:popupURL("#RESUMEL#")
    This just give me an error page and the the link is
    http://server-namer:8080/apex/[datatype]
    the error is
    Bad Request
    The HTTP client sent a request that this server could not understand.
    Thanks again!
    Edited by: gjones77 on Dec 2, 2008 6:14 AM
    Edited by: gjones77 on Dec 2, 2008 7:08 AM

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • Inspection result report

    Hi All,
    My client needs inspection report Work centre (date wise).
    In MCXB it is coming work centre wise but moth wise I am gating.
    In QGA2 its coming work centre and date wise but problem is after expanding the column all information is not there like accepted & rejected quantity, lot seize, percentage rejection, inspection origin.etc.
    Please help me out, how to get such report.
    Regards,
    sid

    SAP does a lousy job of providing inspection result reports.  There are not many ways to get the actual recorded value(s) for a test, or inspection lot.
    For what you want, I woud suggest you develop a custom report.
    FF

  • Budgetary Control Results Report - GL Super User

    General Ledger Super User > Requests > Single Set > Budgetary Control Results Report.
    I believe this is new to R12 to be able to run from the GL. All reports are active per note [Article ID 1161866.1]. The problem is I'm not getting any XML besides something along these lines:
    <?xml version="1.0" ?>
    - <REPORT_ROOT>
    - <PARAMETERS>
    <PARA_LEDGER>104</PARA_LEDGER>
    <PARA_PERIOD_FROM>OCT-12</PARA_PERIOD_FROM>
    <PARA_PERIOD_TO>DEC-12</PARA_PERIOD_TO>
    <PARA_APPLICATION_SHORT_NAME>SQLGL</PARA_APPLICATION_SHORT_NAME>
    <PARA_FUNDS_CHECK_STATUS>F</PARA_FUNDS_CHECK_STATUS>
    <PARA_FUNDS_CHECK_ORDER_BY>A</PARA_FUNDS_CHECK_ORDER_BY>
    <URL>http://denof14.nbc.gov:8090</URL>
    <REQUEST_ID>11000511</REQUEST_ID>
    </PARAMETERS>
    <TRANSACTIONS />
    </REPORT_ROOT>
    So obviously no report is being generated. Am I missing something to get this report going from GL? Any ideas for what I might be missing or what path to go down would be greatly appreciated.

    Windows XP.
    Database Server
    RDBMS : 11.2.0.2.0
    Oracle Applications : 12.1.3
    I'm not sure what exactly you are asking for on the concurrent request. Here is the request detail, http://screencast.com/t/tq6a8B3Zi6Vc . I ran it using different layout versions and they all produced the same results. Below is the log. Let me know if I'm missing something you requested (Don't believe I have access to pull OPP log file......if this would be a great help I can put a request in).
    Public Sector Financials: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    PSABCRRP module: Budgetary Control Results Report
    Current system time is 29-DEC-2011 07:57:37
    **Starts**29-DEC-2011 07:57:38
    **Ends**29-DEC-2011 07:57:40
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    447
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 11000511 on node DENOF11 at 29-DEC-2011 07:57:41.
    Post-processing of request 11000511 completed at 29-DEC-2011 07:57:41.
    ------------- 2) PRINT   -------------
    Printing output file.
    Request ID : 11000511      
    Number of copies : 0      
    Printer : noprint
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 29-DEC-2011 07:57:41
    ---------------------------------------------------------------------------

  • Allow users to select Fields that the resulting report would be sorted on

    Is it possible to make available to the users some specific fields from the database that they would be allowed to select themselves which fields they would like the resulting report sorted upon?

    The suggestion that was provided seems to have worked.  But right now I have a situation where I would like to give the users the option to select the desired sort order from 6 different fields.
    Invoice Date
    Due Date
    TransDate
    PO Num
    Invoice No
    Status.
    Right now I have a Sort Parameter created
    Then I also have a Sort Formula generated as follows.
    If {?SortField} = "DueDate" Then {APMASTER.DUE_DATE}
    Else
         If {?SortField} = "TransDate" Then {APMASTER.TRANS_DT}
         Else
              if{?SortField} = "InvDate" Then {APMASTER.INVDATE}
    as soon as I attempt to add another line to this formular that would be for the Invoice No as shown below.
    Else
                 if{?SortField} = "InvNo" Then {APMASTER.INVNO}
    I keep receiving a "A date-Time is required here"  I am assuming it must be because CR is not allowing me to create a formula and/or parameter that is using a mixture of Date and Text fields. 
    If you have any suggestion for a work around, it would be appreciated.

  • Call CR XI from C++ routine, need to run the report without display and send the resulting report to the printer

    <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id="HB_Mail_Container"><tbody><tr width="100%" height="100%"></tr><tr><td height="1" style="font-size: 1pt"></td></tr></tbody></table><blockquote><table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id="HB_Mail_Container"><tbody><tr width="100%" height="100%"><td id="HB_Focus_Element" width="100%" height="250" valign="top"><p>I initiate a CR XI from a C++ routine using  ShellExecute command, the report file is opened and the C++ program continues to execute, this is working fine, now I need the following two things:</p><p>1. When the report is invoked I would like it to run and print the result either to a printer or to a file.</p><p>2. I need to send the report parameters since it will not prompt for it if it runs automatically.</p><p>Thanks in advance for your help.</p></td></tr><tr></tr></tbody></table><blockquote><table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id="HB_Mail_Container"><tbody><tr width="100%" height="100%"><td id="HB_Focus_Element" width="100%" height="250" valign="top"><p>&#160;</p></td></tr></tbody></table></blockquote></blockquote>

    Please re-post if this is still an issue to the Legacy Application Development SDKs Forum or purchase a case and have a dedicated support engineer work with you directly

  • No result /report when weu00B4re running a risk analysis in background

    Dear forum,
    We are running several risk analysis in background (from configuration tab) and we cannot see any result
    in the column called "result". However, when we run a offline analysis (from informer tab) we can see that the column "result" is containing a file.
    Hope you can help us.
    Thanks in advance.

    Running risk analysis in background from the configuration tab does not produce a report by design.  This background job is really just performing a system maintenence activity and is not intended for report generation.  This background job preps data for performing offline analysis as well as the underlying data that supports the management reports in the informer tab (among other things).  Generally, anything in the configuration tab is system maintenance related.
    It sounds like you're attempting to perform typical analysis of end user access, not system maintenance activities.  The informer tab is what you need to be using to perform the analysis.
    Within the informer tab, whether you choose to perform online analysis or offline analysis, a report result is always generated.  In my experience, there has not been a compelling reason to use offline analysis capabilities within the informer tab.  Online analysis (real-time analysis of the SAP system rather than the offline data from the last configuration tab background risk analysis) is naturally always current, which is a plus.

  • Adobe Presenter 9 quiz results reporting to LMS

    We have over 50 users of AP9, and currently use a Success Factors LMS. Our AP9 quiz results are currently reporting only the cut/mastery score to the LMS student transcript, not the actual score the student gets. Any ideas? I've read all the help and tutorial material and it does not address the actual score reporting anywhere. What are the correct quiz and Reporting options settings to get actual scores reported for a final quiz? We SCORM wrap v1.2. Our LMS suppport says it is pulling what AP9 sends- which is the cut score. When we test as a learner, we can get 100% but if the mastery score is set at 80% we see as a learner we acheived 100% but only 80% score goes to our transcript. Does AP 10 function differently in this aspect than AP 9?
    Thanks, Elizabeth

    Hello,
    I am experiencing a similar issue. Was a resolution ever found?

  • Main Query modification result Report builder crash [Solved]

    Hi,
    I want to modify main Query of report builder because (it shows two columns which are not generated by query and when I run report it raises error that columns not found) but when I modify the query it result in report builder crash, plz give me any solution, I had experience same issue a month ago and I created new query with all formula columns but this time I have too much CF and CP columns is there any way to drop it from one group to another.
    Thanks and Regards, Khawar.
    Details:
    OS windows XP/2000
    Report Builder 10.1.2.0.2
    ORACLE Server Release 10.1.0.4.2
    Oracle Procedure Builder 10.1.2.0.2
    Oracle ORACLE PL/SQL V10.1.0.4.2 - Production
    Oracle CORE     10.1.0.4.0     Production
    Oracle Tools Integration Services 10.1.2.0.2
    Oracle Tools Common Area 10.1.2.0.2
    Oracle Toolkit 2 for Windows 32-bit platforms 10.1.2.0.2
    Resource Object Store 10.1.2.0.2
    Oracle Help 10.1.2.0.2
    Oracle Sqlmgr 10.1.2.0.2
    Oracle Query Builder 10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 10.1.2.0.2
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    Oracle Virtual Graphics System 10.1.2.0.2
    Oracle Image 10.1.2.0.2
    Oracle Multimedia Widget 10.1.2.0.2
    Oracle Tools GUI Utilities 10.1.2.0.2
    Message was edited by:
    S. Khawar

    Hi,
    I saved the report in JSP format and did the required change and it works great.
    Regards, Khawar.

  • QM inspection result reports

    Experts,
    How come there is never any data for QM reports such as MCXA, MCXB, MCXD, MCXI although inspection lots are available in the system?
    Is there another report that I can use to see inspection results in a table layout, e.g. list of batches on one axis, list of characteristics on another and the results?
    Thanks!
    Rgds

    Sure you can.  Simply add some of the standard characteristics to the batch class that SAP provides.
    LOBM_APO_SL_MAX     Max shelf life/maturity in sec
    LOBM_APO_SL_MIN     Min shelf life/maturity in sec
    LOBM_APO_SL_UTC     Reference time stamp of batch
    LOBM_BPRIO     Stock determination: priority
    LOBM_BWTAR     Valuation type
    LOBM_HERKL     Country of Origin
    LOBM_HSDAT     Date when batch was produced
    LOBM_KRT     waiting period of a batch
    LOBM_LFDAT     Batch determin. delivery date
    LOBM_LGORT     Storage location
    LOBM_LVORM     Deletion ind. for batches
    LOBM_MBDAT     Material availability date
    LOBM_MENGE     Batch determination sort qty
    LOBM_QNDAT     Next insp. date for batch
    LOBM_QSCORE     Qualityscore Usage Decision
    LOBM_RLZ     Remaining shelf life for batch
    LOBM_RLZ_PROZ     Req. remaining rntme in proc.
    LOBM_UDCODE     Usage Decision
    LOBM_VERAB     Availability date
    LOBM_VFDAT     Expiration date, shelf life
    LOBM_ZUSTD     Status of batch
    Not all of these are suitable to add to the batch class.  Some are designed strictly for batch search strategy classes.  There are several OSS notes out there on the use of these.  As you can see, several of these are date related.  I usually always add LOBM_HSDAT, LOBM_UDCODE,and LOBM_VFDAT.
    As you can see, the Batch number is not in the list of standard characteristics.  This can be created however.  Create a general characteristic with reference to table MCH1, field nanme CHARG and add this characteristic to your classes.  You can then use it to search and sort for specific batches just like any other characeristic in CL30n.  When displayed, the field is greyed out from user entry since it is a referenced field.
    Craig

  • Seperating SoD results reports by org unit

    Hi GRC gurus,
    I was looking into CC 5.2 to find a way to seperate the access to SoD reports based on the org unit being analyzed.
    This is a topic in itself, but my question is whether there is a way to control access to the output of the results based on org unit.
    I found a VRAT object (from memory it was the Business Unit object ...0006) with this description and documentation, but it is not used anywhere in the coding...........
    Is this different in 5.3? Or have I missed something?
    Our other option is to put another layer of security ontop of the output, either by sending the results or downloading them to other storage media for access.
    Cheers,
    Julius

    >
    Frank Koehntopp wrote:
    > you can run risk analysis by Org Level, which will report only violations for a certian Org Unit.
    That is a challenge in itself because of the dependency on org customizing (SPRO...).
    In this case: Some processes (e.g. Treasury, just as an example) and some business orgs. (e.g. inter-company shells) would like to train their key users to be able to do this analysis themselves. They actually want this, which is great! For the rest an output report sent by someone else (including a batch process etc) and a follow-up is normally enough.
    The problem is that if they want to do this themselves, then in the case of some processes they would like to exclude anyone else from analyzing roles which grant access to their special processes which are largely org independent but would like to see the transactional authority to certain orgs (more precisely accounts) in other orgs.
    Certain other org units which are legal entities take SoD seriously and would like to analyze their internal processes (which often have * org values as they have central functions, or are in some cases decentral with only * org as it made no difference...) without other users running the same checks having access to their roles if they enter * in the selection.
    I understand that this is anyway a mammoth task for various orgs and systems and the org setup and customizing in SPRO is largely ignored, so the best option is to control the reporting output (centrally) and send it to those who are authorized. This was my "gut feeling" and idea to set it up with selection rules (variants).
    Why I asked this question is because some managers want their own folks to do the online analysis as well, and I found the Business Unit object (which promised half the solution) but was not used in the coding anywhere.
    We will be upgrading our 5.2 GRC to 5.3 soon, but I was curious to know whether something like this already exists works, or is in the pipeline?
    Cheers,
    Julius
    ps: This is not a development request. Infact I would be insulted if SAP developed this before adding an AD configurable and LDAP capable method to FM SSFT_PPPI_SIGN for the SIGNING_METHOD parameter

  • Generating Test Results (Reporting) from Microsoft Test Manager

    Hello,
    I would like to generate a report for the executed testcases in TM, but unfortunately, I can't find any directions of how to generate such report. Is there a way to generate such report without using thirdparty software/addons?
    What I am looking for in this report:
    Testplan name;
    Testsuite ID;
    Testsuite title;
    Testcase ID;
    Testcase title;
    Teststep ID;
    Teststep itself (if possible)
    Expected results (if possible)
    Testresults per teststep or otherwise per testcase (Passed; Failed; Blocked etc...)
    Applications info:
    VS2013
    TM2013
    Thank you in advance!

    TFS has an SSRS server addition that is integrated with the TFS data warehouse that can be used for this purpose if your organization installed it with TFS. Only work items can be "queried" in web access and team explorer so you cannot pull the
    results using queries.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Result reporting entries missing

    Hi,
    I'm having an issue with my results file.  If I run the teststand sequence on the development Pc it works fine but when I deploy the code and run it on a  deployment PC the html fail summary only shows the first fail.
    e.g.
    4.1 Test x fails
    4.2 Test y fails
    The fail summary only shows the first fail. 
    My suspicion is that there is something in the public folder that is altering the html reporting mechanism.  I removed reportgen_html from the directory:
    C:\Documents and Settings\All Users\Documents\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels
    but the problem still persists.  Does anyone know what could be causing the failure?
    Thanks,
    Sean
    Solved!
    Go to Solution.

    The problem was actually the reportgen_html.seq file as I had first guessed.
    The deployment tool was pulling the an older version of reportgen_html.seq.
    The headache is over.

  • No results, reports selecting

    Hi.
    I have three reports A, B and C. I'm used this approach
    [http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-selecting-reports-from-dashboard-prompts-and-guided-navigation-sections/|http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-selecting-reports-from-dashboard-prompts-and-guided-navigation-sections/]
    to select report.
    When i select report that have no results, then it's shows nothing. Do you know how i can show the No results message?
    Thanks in advance.

    I know exactly what you're talking about. What you are experiencing is exactly how OBIEE is supposed to function. So to get what you want, you need to tweak Venkat's solution. This is what you need to do:
    Let's focus on Report C. You can repeat this procedure for the other two reports if you wish.
    1) Put Report C in its own section and turn on Guid. Nav. for the section to display the section (and report) when the report returns rows. (This step you already have.)
    2) Drag another section directly below the one above in step 1).
    3) Drag a Text object to this section. In the text box, type this HTML:
    <center><font color="red"><h3><b>This report returned no records.</b></h3></font></center> 4) Check the "Contains HTML markup" box.
    5) Now for this section, check the Guid. Nav. link, but unlike in step 1) check the box "if the report returns no rows."
    Now when Report C returns no rows, you will actually get a message.

  • Report builder - build step level test execution results report

    Hey,
    I'm working on showing Test Results from MTM from specific mentioned plan using Report builder 3.0.
    I can see, we have all needed details including Test Case, Test Run and Test Result under Metadata. Problem is we want to go further and see result of each step of executed test case. For example, we want to see how many "Steps" are passed out
    of total steps of test case if test case is failed or test case is in-progress.
    I can't see any information "Steps" level when I select measure group at  "Test". Please help me with that, I'm trying to see this since a year now. This will save our manual effort of checking into the results using APIs.
    Would appreciate any information on this please !
    Best Regards,
    Shrikant

    Hi _Shri_,
    According to your description, you want to show the status(Run, Plan, Result....) for each case. Right?
    In Analysis Services, measure represents a column that contains quantifiable data, usually numeric, that can be aggregated. Dimensions are groups of attributes based on columns from tables or views in a data source view. In this scenario, we should create
    more measures to show the status of each case instead of creating a lot of dimensions. I suggest you create one measure for each type of status and only keep one Cases dimension.
    Reference:
    Introduction to Dimensions (Analysis Services - Multidimensional Data)
    Measures and Measure Groups in Microsoft Analysis Services
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

Maybe you are looking for