There is no IN clause in x++. But you can do this:
Select Table where Table.Field == Value1 || Table.Field == Value2;
or use the Query class:
queryBuildRange.value(Value1+","+Value2);
Simon
--- In [EMAIL PROTECTED], Alfonso Collados Arroyo
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to make a select statement like this:
>
> Select Table where Table.Field IN (Value1,Value2);
>
> How can I do this in X++? I'm interested in IN clause.
>
> Regards,
>
> Alfonso
>
>
>
> [Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

