Can some one please let me know where i can find total labor effort field in DB?
If this field can not be found in DB can some one let me know how to calculate this field?
If you want total labor actual hours at the investment level, it is in the INV_INVESTMENTS table
SELECT i.name, i.code, (labor_actsum/3600) labor_hours FROM INV_INVESTMENTS i