How to create a formula with several conditions in crystal -
i new crystal reports , need formula, think may on complicating it
what want return netweight
if
productlineid (in wjcproductline table) equal productlineid in wjcpackingline table
and
pallet weight greater 1
and
line status equal 7
any appreciated
kris
basic question should have googled first before posting question here.
if (wjcproductline.productlineid = wjcpackingline.productlineid ) , (pallet_weight>1) , (line_status=7) netweight
Comments
Post a Comment