Hi, I am using crystal 8.5, I need to convert decimals 8.5 to hh:mm 8:30 in my main report and then in the summary in my sub report.
I have used the following formula and it works in the main but not in the sub. any help would be apprecciated
replace(totext (int ({ta_emp_pay_entitlements.pay_amount})+ (remainder ({ta_emp_pay_entitlements.pay_amount},1)*60/100)),'.',':')
thanks in advance
I have used the following formula and it works in the main but not in the sub. any help would be apprecciated
replace(totext (int ({ta_emp_pay_entitlements.pay_amount})+ (remainder ({ta_emp_pay_entitlements.pay_amount},1)*60/100)),'.',':')
thanks in advance