Hello,
My Issue is I have two groups:
group by work order which has max values for few number fields (ex. Qty schedule, qty produced) -- in that same group I have put a formula that adds up these individual quantity fields in a numbervar variable (ex. NumberVar qty_sch=qty_sch+max({Report_details.Qty_sch},{Report_Details.Work_Order_number})) -- I pass these variables in the report footer for summary purpose. (ex. Numbervar qty_sch)
Now I have created another group by Customer code right after group by work order and I would like to pass the variable qty_sch from the report footer onto this customer code group. How can i do that?
Thanks,
Nv
My Issue is I have two groups:
group by work order which has max values for few number fields (ex. Qty schedule, qty produced) -- in that same group I have put a formula that adds up these individual quantity fields in a numbervar variable (ex. NumberVar qty_sch=qty_sch+max({Report_details.Qty_sch},{Report_Details.Work_Order_number})) -- I pass these variables in the report footer for summary purpose. (ex. Numbervar qty_sch)
Now I have created another group by Customer code right after group by work order and I would like to pass the variable qty_sch from the report footer onto this customer code group. How can i do that?
Thanks,
Nv