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

python - Referencing Data From a 2D Histogram -

c# - Derived UserControl layout resets after build -

php - MySQL LIMIT results with INNER JOIN with more than 2 tables -