I am working with Crystal Client 7, if that helps.
I need a formula to count the business days between two dates. I currently have this formula to count the days, but boss wants it more specific to just show count of working days. M-F : if {T_TMPLT.TMPLT_NUM}=1.00 then CurrentDate - {T_CALL_FORM.ENTRY_DT} else {T_CALL.RSLV_DT} - {T_CALL_FORM.ENTRY_DT}
I could probably get rid of the if statement and just count the business days between entry date and CurrentDate, but still need formula to count business days.
Thank you,
Sabrina
I need a formula to count the business days between two dates. I currently have this formula to count the days, but boss wants it more specific to just show count of working days. M-F : if {T_TMPLT.TMPLT_NUM}=1.00 then CurrentDate - {T_CALL_FORM.ENTRY_DT} else {T_CALL.RSLV_DT} - {T_CALL_FORM.ENTRY_DT}
I could probably get rid of the if statement and just count the business days between entry date and CurrentDate, but still need formula to count business days.
Thank you,
Sabrina