Hi,

Use SysQuery::valueNot(anytypeValue);

Regards,
Sumit

On Fri, Nov 20, 2009 at 4:30 PM, giridharraj <giridhar...@yahoo.com> wrote:

>
>
>
> Hi,
>
> ya, that is ok if not empty string but wat if i want to put for not equal
> to a value.Bcoz query build is not considering != symbol.i.e.,
>
> str test;
> test ='1100';
> qbr.value(strfmt('%1 != %2',contact.custaccount,test)
>
> Regards,
> Giridhar Raj.
>
> --- In 
> Axapta-Knowledge-Village@yahoogroups.com<Axapta-Knowledge-Village%40yahoogroups.com>,
> Anitha S <mail2eani...@...> wrote:
> >
> > Hi,
> >
> > Check if it works..
> >
> > try with SysQuery in Value.
> > for eg.,
> > Qbr.value(SysQuery::valueNotEmptyString()); -- this checks value is not
> > equal to null.
> >
> > Hope it helps.
> >
> > Regards,
> > Anitha
> > On Fri, Nov 20, 2009 at 2:59 PM, giridharraj <giridhar...@...> wrote:
> >
> > >
> > >
> > > Hi,
> > >
> > > Can anyone tell me how to put NOT EQUAL TO symbol in query build.
> Because
> > > the below query is not working for me.
> > >
> > > str test;
> > > test ='';
> > > qbr.value(strfmt('%1 != %2',contact.custaccount,test)
> > >
> > > Regards,
> > > Giridhar Raj.
> > >
> > >
> > >
> >
>
> 
>

Reply via email to