I have a orders table that contains a column called Orders_Type_Code. When I go to Select expert I need to pull (2) orders_type_code that equals "ADVINV" and "CMADVINV" so I do the following:
{Orders.ORDER_TYPE_CODE} = "ADVINV"
now when I try to add the second code is giving me an error that is not a formula
{Orders.ORDER_TYPE_CODE} = "ADVINV"
{Orders.ORDER_TYPE_CODE} = "CMADVINV"
I tried this too
{Orders.ORDER_TYPE_CODE} = "ADVINV" Or "CMADVINV"
Still doesnt work.
Please any advise...
Regards,
Jym
{Orders.ORDER_TYPE_CODE} = "ADVINV"
now when I try to add the second code is giving me an error that is not a formula
{Orders.ORDER_TYPE_CODE} = "ADVINV"
{Orders.ORDER_TYPE_CODE} = "CMADVINV"
I tried this too
{Orders.ORDER_TYPE_CODE} = "ADVINV" Or "CMADVINV"
Still doesnt work.
Please any advise...
Regards,
Jym