Hello,
I am new to Crystal and I need to know how too multiply a number field * decimal field.
What steps need done for this to happen?
Question:
Multiply the standard item cost by the quantity, and provide a total item cost per job in a seperate column.
I know how to multiply
{item.std_cost}*{job_line.qty} but it comes up with error telling me it needs a number?
Which obviously has something to do with the quantity field being a number and not a decimal field.
Please help!!!!!!!!!!!!
I am new to Crystal and I need to know how too multiply a number field * decimal field.
What steps need done for this to happen?
Question:
Multiply the standard item cost by the quantity, and provide a total item cost per job in a seperate column.
I know how to multiply
{item.std_cost}*{job_line.qty} but it comes up with error telling me it needs a number?
Which obviously has something to do with the quantity field being a number and not a decimal field.
Please help!!!!!!!!!!!!