I am working on a report that has certain locations for all of our equipment. For example:
YARD
YARD2
CORP
AVA
SOLD
JUNK
X-KM
My problem is that I am trying to condition the report to only print some of the locations. I would like to only see the SOLD, UNK, X-KM, JUNK and the blank locations. I have tried the following in my selection formula:
{EMEM.Status}='A' and
{EMEM.Location}= 'SOLD' or
{EMEM.Location}= 'UNK' or
{EMEM.Location}= 'X-KM' or
{EMEM.Location}='JUNK' or
{EMEM.Location}=''
It only returns X-KM, UNK, JUNK. Is there something wrong in my formula?
YARD
YARD2
CORP
AVA
SOLD
JUNK
X-KM
My problem is that I am trying to condition the report to only print some of the locations. I would like to only see the SOLD, UNK, X-KM, JUNK and the blank locations. I have tried the following in my selection formula:
{EMEM.Status}='A' and
{EMEM.Location}= 'SOLD' or
{EMEM.Location}= 'UNK' or
{EMEM.Location}= 'X-KM' or
{EMEM.Location}='JUNK' or
{EMEM.Location}=''
It only returns X-KM, UNK, JUNK. Is there something wrong in my formula?