hi guys
In bods query transform i m trying to write a where clause to filter on a material number. I am able to filter one material number but how can i filter on multiple material numbers. Syntax i m using is
TABLE1.MATERIAL = '10001234'
Use IN or OR:
You already have an active moderator alert for this content.
thanks Dirk.. i know that was very elementary but i am new to it. Appreciate your help.
Add comment