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

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -