Filter form with an asterix

slmaluwa
Member Posts: 366
Hi
Is it possible to filter a form on open with a condition like
If not is there a work around for this? Client insist on have two forms display table based on first character of the "No." field. One for starting with 'X' and other for the rest.
TIA
Is it possible to filter a form on open with a condition like
Show only records with "No." not starting with 'X'
SETFILTER(COPYSTR("No.",1,1),'<>X');and put this filter in FILTERGROUP(2) ?
If not is there a work around for this? Client insist on have two forms display table based on first character of the "No." field. One for starting with 'X' and other for the rest.
TIA
"A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."
0
Comments
-
1) Learn how to use SETFILTER
2) Yes, it is possible...
e.g.SETFILTER("No.",'<>%1*','X'); or SETFILTER("No.",'%1*','X');
But it works only for SQL option...0 -
kine wrote:But it works only for SQL option...
Thank you Kine for a new knowledge.
I understand the reason why it didn't work for me before?
The client is on Native DB with 4.0SP3.
Need to look for a workroung, then?"A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."0 -
Yes, even when it works I will look for another way. It looks like the X on beginning have some meaning. Why there is no field for this "meaning"? Than you can filter on this....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