This video will show and resolve the issue with MET/TEAM versions 3.4.0 and earlier "Cal Cert w TSR.rpt" report where the "Data Condition" value "Found / Left" is not printed correctly on the report.
You will see the issue and a the resolution.
Here is a copy of the formula's code, ready to copy and paste:
select(trim({Ver_8_Cert_Sp.cCallSheetResultType}))
case 'In Tolerance':"In Tolerance"
case 'Out of Tolerance':"Out of Tolerance"
case 'Tolerance N/A':"Tolerance N/A"
case 'As Found':"As Found"
case 'As Left':"As Left"
case 'FOUND_LEFT':"FOUND_LEFT"
default:trim({Ver_8_Cert_Sp.cCallSheetResultType});
If you have any questions or concerns, contact softwaresupport@flukecal.com
