Hi all, Im new to this group and think its awesome. I have created a formula that calculates a percentage yeild based on 2 summarized fields. I would then like to sort my report based on the results of this formula for the group. I cannot find this formula field available for me to select on for my group sort. I dont know what Im doing wrong. Below you will find my formula.
IF {BELV_PROD_WASTE_BY_COMP.ISSUE_QTY} = 0
THEN 0
ELSE
(-1*(Sum ({@QTY}, {BELV_PROD_WASTE_BY_COMP.COMPONENT_ID})/Sum ({BELV_PROD_WASTE_BY_COMP.ISSUE_QTY}, {BELV_PROD_WASTE_BY_COMP.COMPONENT_ID})*100))
I am using Crystal Reports 9.
Any help would be greatly appreciated.
Thanx,
Shak
IF {BELV_PROD_WASTE_BY_COMP.ISSUE_QTY} = 0
THEN 0
ELSE
(-1*(Sum ({@QTY}, {BELV_PROD_WASTE_BY_COMP.COMPONENT_ID})/Sum ({BELV_PROD_WASTE_BY_COMP.ISSUE_QTY}, {BELV_PROD_WASTE_BY_COMP.COMPONENT_ID})*100))
I am using Crystal Reports 9.
Any help would be greatly appreciated.
Thanx,
Shak