Case sensitive filtering

depro
Member Posts: 46
Hi,
I need to find value from text file in Customer Table.
My input string look like: 'COMPANY S.R.O'
In Customer Table i have cutomer like: 'Company S.R.O'
I`ve try to filter my customer table using this code:
So i try to filter my Customer List using Field Filter and typing:
@COMPANY S.R.O. but this also don`t get me my record.
I am using NAV 4.0 SP3 with NAV 5.0 client, SQL Database.
Could anybody explain my why my filters doesnt work?
regards,
Depro
I need to find value from text file in Customer Table.
My input string look like: 'COMPANY S.R.O'
In Customer Table i have cutomer like: 'Company S.R.O'
I`ve try to filter my customer table using this code:
Cust.SETFILTER(Cust.Name, '@' + COPYSTR(Name, 1, 30));and this
Cust.SETFILTER(Cust.Name, '@%1', COPYSTR(Name, 1, 30));but it isn`t work.
So i try to filter my Customer List using Field Filter and typing:
@COMPANY S.R.O. but this also don`t get me my record.
I am using NAV 4.0 SP3 with NAV 5.0 client, SQL Database.
Could anybody explain my why my filters doesnt work?
regards,
Depro
0
Comments
-
depro wrote:Hi,
In Customer Table i have cutomer like: 'Company S.R.O'
...
So i try to filter my Customer List using Field Filter and typing:
@COMPANY S.R.O. but this also don`t get me my record.
To make it more clear:
Company S.R.O (Customer Table)
@COMPANY S.R.O. (Filter)
You have added one '.' too much at the end.
I filtered for exactly your string and it works like a charm (2009 SP1).Frank Dickschat
FD Consulting0
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