I have to create a crystal report that will need to filter by 4 different selections: Factory, Source Order#, Style and Color. There can be nulls in any of the selections which will need to be skipped, and they want to be able to choose multiple selections on any of the selections.
I tried using a formula:
{Factory} = {?Factory} or
isnull {Factory} and
{Lot#} = {?Source Order} or
isnull {Lot#} and
ETC
But it did not work
I tried using a formula:
{Factory} = {?Factory} or
isnull {Factory} and
{Lot#} = {?Source Order} or
isnull {Lot#} and
ETC
But it did not work