hexagon logo

Sub: pass fail no required

Hi guys

I need Ur support in this situation

In my program 100 results available in that how many pass how many fail I need number in my report is it possible to do that.
Parents
  • Here is a very a easy one that I use at the end of all my programs


    $$ NO,

    paste this at end of all programs





    ASSIGN/RUNTIME=GETPROGRAMINFO("ELAPSEDTIME")
    ASSIGN/NUMMEAS=GETPROGRAMINFO("NUMMEAS")
    ASSIGN/NUMOUT=GETPROGRAMINFO("NUMOOT")
    COMMENT/REPT,
    **********************
    "~~1 Run Time : "+ RUNTIME
    COMMENT/REPT,
    **********************
    "NUMBER OF DIMENSIONS EXECUTED : "+ NUMMEAS
    COMMENT/REPT,
    **********************
    "~~4 NUMBER OF DIMENSIONS OUT OF TOLERANCE : "+ NUMOUT




    and looks like this on the report in color even
    See attachment

    Attached Files
Reply
  • Here is a very a easy one that I use at the end of all my programs


    $$ NO,

    paste this at end of all programs





    ASSIGN/RUNTIME=GETPROGRAMINFO("ELAPSEDTIME")
    ASSIGN/NUMMEAS=GETPROGRAMINFO("NUMMEAS")
    ASSIGN/NUMOUT=GETPROGRAMINFO("NUMOOT")
    COMMENT/REPT,
    **********************
    "~~1 Run Time : "+ RUNTIME
    COMMENT/REPT,
    **********************
    "NUMBER OF DIMENSIONS EXECUTED : "+ NUMMEAS
    COMMENT/REPT,
    **********************
    "~~4 NUMBER OF DIMENSIONS OUT OF TOLERANCE : "+ NUMOUT




    and looks like this on the report in color even
    See attachment

    Attached Files
Children
No Data