Hi,
I have a current query.
{OWOR.DocNum} = {?Enter Document Number} and
{@Status} = "Released" and
{OWOR.CmpltQty} = 0.00
How can i select extra value? take for example {@Status} = "Released"
Right now, i would like to select 2 values. "Released" and "Planned"
How can i add it into that query?
i tried :-
{OWOR.DocNum} = {?Enter Document Number} and
{@Status} = "Released","Planned" and
{OWOR.CmpltQty} = 0.00
doesnt work.
Need help.