Hi guys,
May I ask, if I want to query using X++ with multiple string, just like IN clause in SQL Server, can I do that ? and what is look like ?
For example I want to query SalesTable, and I have a condition whether my source provide me a Sales Order Number, or not, and also possible the Sales Order Number provided is multiple.
Can we do it in single query ?
FYI, I'm using "select query" not the QueryBuilder.
Thanks,