Looking for some help......... I have a Project Report that pulls in two specific Custom Fields, call them "Field 1" & "Field 2" In this report, I want to create a report specific column that performs this calculation: ROUND(SUB(100, (PROD(DIV(Field 1,Field 2), 100)))) I would like eac...