Report DataItem TableView Question

I am working with a new report copied from the Sales Invoice

The DataItem TableView property of one section has the following:
SORTING(Document Type,No.,Line No.) WHERE(Document Type=CONST(Order),Code=CONST(CI))

How would one change this so the Code=CONST(CI) portion of this statement to do an OR ...

i.e. I want the entries where Code=CONST(CI) or Code=Const(PI)

Thanks in Advance

Comments

Sign In or Register to comment.