Warning: This report is provided as a possible solution to your issue. It was not reviewed by Quality Assurance. You may need to modify it to meet your reporting needs or adapt it for use with future releases of the software.
The formula which is on the Hrly Fringe column is not retrieving the rate off of the Certified pay rate table for fringes. If this is what you want to prefill into the Hrly Fringe column, your formula should be the following:
LOOKUP(Fringe Rate(PR Pay Rate Table), "CERTIFIED", JOIN(Job(PR Time), "C", Certified Class(PR Time)))
The above formula will work if your Pay Rate Table is named CERTIFIED, and the Job, Certified and Certified Class columns are checked.
Note: The modified report assumes that the pay rate table used for certified time has the ID of Certified and that only the columns Job, Certified? and Certified Class are selected. If you have any other combination of columns, you must modify the report. Certified time must exist for this report to calculate correctly.