BradCustom
IS-IT--Management
I need some help with a record selection formula. I'd like to select only the negative values from the formula below.
Total Job Cost:
{Job.Unit_Price}-({@Pass_Component}+{@Act Cost})/(if {Job.Completed_Quantity}=0 then {Job.Order_Quantity} else {Job.Completed_Quantity})
I've tried creating a variable to achieve this but I can't seem to get it to work.
The report is grouped by Job and Part and I'm calculating the total cost against a job and passing the cost of any sub-component jobs to the main report. The formula shown above calculates the accumulated cost on a job vs. the unit price.
Thanks for your help!
Total Job Cost:
{Job.Unit_Price}-({@Pass_Component}+{@Act Cost})/(if {Job.Completed_Quantity}=0 then {Job.Order_Quantity} else {Job.Completed_Quantity})
I've tried creating a variable to achieve this but I can't seem to get it to work.
The report is grouped by Job and Part and I'm calculating the total cost against a job and passing the cost of any sub-component jobs to the main report. The formula shown above calculates the accumulated cost on a job vs. the unit price.
Thanks for your help!