[Axapta-Knowledge-Village] Re: how to represent not equal to symbol in query build

2009-11-20 Thread giridharraj
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,

Re: [Axapta-Knowledge-Village] Re: how to represent not equal to symbol in query build

2009-11-20 Thread Sumit Loya
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;