You can specify a range (SETRANGE) E.G.: SETRANGE(field.DATE,InicialDate,FinalDate);
With the SETRANGE you can clean a field from filters E.G.: SETRANGE(Field) ETC,ETC,.... >From: robert musau <[EMAIL PROTECTED]> >Reply-To: [email protected] >To: [email protected] >Subject: Re: [Navision-Knowledge-Village] Difference Between SETRANGE and >SETFILTER >Date: Wed, 20 Jul 2005 14:49:10 +0100 (BST) > >I think they are almost similar in many ways. The difference is that with >SETFILTER, you can specify a range eg > >SETFILTER("Result Value",'%1..%2','a','z'); > >with SETRANGE statement, you cannot give a range of values. You actually >know what you want exactly eg > >SETRANGE("Result Value",'a'); > >The above will work. However, the following will not work, and will give an >error. > >SETRANGE("Result Value",'%1..%2','a','z'); > >Regards, > Robert Musau > >madhan mohan <[EMAIL PROTECTED]> wrote: >Hi all, > > I like to know the difference between SETRANGE and SETFILTER....and >which is faster and why. Can anybody help me. > >Thank U > >Regards >G. Madhan > > >--------------------------------- >Start your day with Yahoo! - make it your home page > >Sharing the knowledge on Navision. > > > >--------------------------------- >YAHOO! GROUPS LINKS > > > Visit your group "Navision-Knowledge-Village" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > >--------------------------------- > > > > >--------------------------------- >How much free photo storage do you get? Store your holiday snaps for FREE >with Yahoo! Photos. Get Yahoo! Photos _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ Sharing the knowledge on Navision. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Navision-Knowledge-Village/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
