Multi-field filter

Fisherman
Member Posts: 456
Sorry for so many new threads guys... I'm a noob here.
I need to know how to set a multi-field filter from code. I've got a bound form, and I know how to use the rec.SetFilter() function call, but I don't see any way to use it on more than on column. Can you do this?
I need to know how to set a multi-field filter from code. I've got a bound form, and I know how to use the rec.SetFilter() function call, but I don't see any way to use it on more than on column. Can you do this?
0
Comments
-
rec.setfilter(field1,'%1',myvalue); rec.setfilter(field2,'%1',myvalue2); rec.setfilter(field3,'%1',myvalue3);
Something like this?0 -
So the filters maintain previous state? That was my concern - that setting a new filter value would replace the previous filter value....0
-
If you can use SETRANGE, better use it and don't use SETFILTER.
If you put a SETRANGE (or SETFILTER) on a field and later put another SETRANGE (or SETFILTER) on the SAME field, it will lose the first filter.
To maintain the previous filter, you have to put it in another FILTERGROUP.
e.g.Record.SETFILTER("Field 1",'ABC*'); Record.FILTERGROUP(6); Record.SETFILTER("Field 1",'*XYZ'); Record.FILTERGROUP(0);
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions