Crystal Reports 8.5/Oracle Tables:
I currently have a selection formula that looks like this-
{LABCASE.Department Code} = uppercase({?Department}) and
{LABITEM.Custody Of} = "ESTP" and
{LABITEM.Location} in ["VS127", "VS073", "VCR1", "VCF1", "VAULT", "TPBS02", "TPBS01"] and
{LABREPT.Date Completed} < currentdate
BUT, I need to filter for almost 100 more {LABITEM.Location}'s out of 400 to 500.
Do I have any options other then to type them all in separately? Is there a wildcard (?/*) way I can take care of some of them??
I currently have a selection formula that looks like this-
{LABCASE.Department Code} = uppercase({?Department}) and
{LABITEM.Custody Of} = "ESTP" and
{LABITEM.Location} in ["VS127", "VS073", "VCR1", "VCF1", "VAULT", "TPBS02", "TPBS01"] and
{LABREPT.Date Completed} < currentdate
BUT, I need to filter for almost 100 more {LABITEM.Location}'s out of 400 to 500.
Do I have any options other then to type them all in separately? Is there a wildcard (?/*) way I can take care of some of them??