Hi All,
Novice doing his head in here. I know I'm close but no cigar just yet.
Here is the current formula as it stands
I have a formula (@CONVERTED TIME) to convert hours and minutes to a decimal.
This outputs correctly: .57 for 34 minutes
I then have this for the formula (@LABOR VALUE) to provide a total dollar value. LogReasonLaborRate is a currency field
The Labor Rate is $120. The correct value Im after is $68.40 (.57*$120) however I'm not getting the cents. The output is $68.00.
I know its a minor thing somewhere. Thanks in advance.
Glenn
Novice doing his head in here. I know I'm close but no cigar just yet.
Here is the current formula as it stands
I have a formula (@CONVERTED TIME) to convert hours and minutes to a decimal.
Code:
({tvw_SOTimeLogsAmountForReports.LogHours} + ({tvw_SOTimeLogsAmountForReports.LogMinutes}/60))
This outputs correctly: .57 for 34 minutes
I then have this for the formula (@LABOR VALUE) to provide a total dollar value. LogReasonLaborRate is a currency field
Code:
ToText ({@CONVERTED TIME}*{tvw_SOTimeLogsAmountForReports.LogReasonLaborRate},2)
The Labor Rate is $120. The correct value Im after is $68.40 (.57*$120) however I'm not getting the cents. The output is $68.00.
I know its a minor thing somewhere. Thanks in advance.
Glenn