I have 2 questions, but I think they are similiar in definitions. They are the the iif statements below. I don't understand what this is doing. Can someone translate for me, please?
IIf([PP 6 Month Unit Sales] Is Not Null,IIf([preferred cost] Is Not Null And [preferred cost]>Cost_Change_Items!COST1,[PP 6 Month Unit Sales]*(Cost_Change_Items!COST1-[preferred cost])*2,0),0)
and
IIf([NC 6 Month Unit Sales] Is Not Null,[NC 6 Month Unit Sales]*(Cost_Change_Items!COST1-Cost_Change_Items!COST_AMT_1)*2,0)
Thanks.
IIf([PP 6 Month Unit Sales] Is Not Null,IIf([preferred cost] Is Not Null And [preferred cost]>Cost_Change_Items!COST1,[PP 6 Month Unit Sales]*(Cost_Change_Items!COST1-[preferred cost])*2,0),0)
and
IIf([NC 6 Month Unit Sales] Is Not Null,[NC 6 Month Unit Sales]*(Cost_Change_Items!COST1-Cost_Change_Items!COST_AMT_1)*2,0)
Thanks.