I am trying to print a field only if it is <>0 and if it's 0 i don't want anything to print but it keeps telling me I need a number here is an example... what do i need to change? It's been awhile since i've worked in Crystal at all let alone version 8.5.
If {Product.Stockweight}<>0
then {Product.Stockweight}
else ""
If {Product.Stockweight}<>0
then {Product.Stockweight}
else ""