I have two fields:
{Coverage.TOTALHOURS} which displays as "1.00"
{Coverage.TOTALMINUTES} which displays as "30" - No decimal point
Formula is:
{Coverage.TOTALHOURS} + {Coverage.TOTALMINUTES}
Because the {Coverage.TOTALMINUTES} does not have a decimal point, it returns "31.00" - I need it to return "1.30"
How do I fix this?
Thanks for your help - Lynn
{Coverage.TOTALHOURS} which displays as "1.00"
{Coverage.TOTALMINUTES} which displays as "30" - No decimal point
Formula is:
{Coverage.TOTALHOURS} + {Coverage.TOTALMINUTES}
Because the {Coverage.TOTALMINUTES} does not have a decimal point, it returns "31.00" - I need it to return "1.30"
How do I fix this?
Thanks for your help - Lynn