|
List Info
Thread: add range.value in a query
|
|
| add range.value in a query |
  United States |
2007-08-01 15:34:26 |
|
Hi
I want to add a range in a query where the value of the field must not be
empty.
like in this example we added a range where salesstatus cannot be canceled
or invoiced.
newQueryRun.query().dataSourceNo(1).addRange(fieldNum(salesTable,
salesStatus)).value('!Canceled, !Invoiced');
similarly is there a way tto define a range so that the only records which
have some value in there project field are selected.
Thanks in advance
VG
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
| RE: add range.value in a query |
  Denmark |
2007-08-03 01:32:19 |
|
__,_._,___
|
| Re: add range.value in a query |
  United States |
2007-08-06 02:34:36 |
|
Hi VG,
you can use sysquery::valueNotEmptyString() as the value of the range.
newQueryRun.query().....value(sysquery::valueNotEmptyString());
Regards,
Kris
V G < learnaxapta%40gmail.com">learnaxapta gmail.com> wrote:
Hi
I want to add a range in a query where the value of the field must not be
empty.
like in this example we added a range where salesstatus cannot be canceled
or invoiced.
newQueryRun.query().dataSourceNo(1).addRange(fieldNum(salesTable,
salesStatus)).value('!Canceled, !Invoiced');
similarly is there a way tto define a range so that the only records which
have some value in there project field are selected.
Thanks in advance
VG
[Non-text portions of this message have been removed]
---------------------------------
Boardwalk for $500? In 2007? Ha!
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
| Re: add range.value in a query |
  United States |
2007-08-06 08:44:37 |
|
I guess you need that :
SysQuery::valueNotEmptyString();
Steeve...
--- In development-axapta%40yahoogroups.com">development-axapta yahoogroups.com, "V G" <learnaxapta ...>
wrote:
>
> Hi
> I want to add a range in a query where the value of the field must
not be
> empty.
> like in this example we added a range where salesstatus cannot be
canceled
> or invoiced.
> newQueryRun.query().dataSourceNo(1).addRange(fieldNum(salesTable,
> salesStatus)).value('!Canceled, !Invoiced');
>
>
> similarly is there a way tto define a range so that the only
records which
> have some value in there project field are selected.
> Thanks in advance
>
> VG
>
>
> [Non-text portions of this message have been removed]
>
__._,_.___
.
__,_._,___
|
| Re: add range.value in a query |
  United States |
2007-08-06 07:46:28 |
|
Hi V G
For this use
sysQuery::valueNotEmptyString();
I think it will be helpful.
--- In development-axapta%40yahoogroups.com">development-axapta yahoogroups.com, "V G" <learnaxapta ...>
wrote:
>
> Hi
> I want to add a range in a query where the value of the field must
not be
> empty.
> like in this example we added a range where salesstatus cannot be
canceled
> or invoiced.
> newQueryRun.query().dataSourceNo(1).addRange(fieldNum(salesTable,
> salesStatus)).value('!Canceled, !Invoiced');
>
>
> similarly is there a way tto define a range so that the only
records which
> have some value in there project field are selected.
> Thanks in advance
>
> VG
>
>
> [Non-text portions of this message have been removed]
>
__._,_.___
.
__,_._,___
|
| Re: Re: add range.value in a query |
  United States |
2007-08-07 05:18:33 |
|
__,_._,___
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|