Filter item no sales price table tha not start (AR-)Problem

ahmedba
Member Posts: 424
Hi guys i want to filter sales price table filed item no as example
AR-AGG
AR-AGG1
AR-CEMENT
AR-SAND
SAND
CEMENT
AGG
I need only show only items not start AR-
MEANING result what i need is
SAND
CEMENT
AGG
I make filter but it not work why :
Item.No. WHERE (Item Category Code=FILTER(FG),No.=FILTER(<>AR*))
after this i display data only (fg items) that show but items fg that start AR showing
Filter i need make filter to fg items and that not start AR-
Can any one show to me how i make filter to above.
AR-AGG
AR-AGG1
AR-CEMENT
AR-SAND
SAND
CEMENT
AGG
I need only show only items not start AR-
MEANING result what i need is
SAND
CEMENT
AGG
I make filter but it not work why :
Item.No. WHERE (Item Category Code=FILTER(FG),No.=FILTER(<>AR*))
after this i display data only (fg items) that show but items fg that start AR showing
Filter i need make filter to fg items and that not start AR-
Can any one show to me how i make filter to above.
0
Comments
-
If you are developing a report you can put the filters in OnePreDataItem trigger:
SETRANGE("Item Category Code",'FG'); SETFILTER("Item No.",'..AP|AT..');
Just a note: I'm not sure regarding the second filter, since on certain version SETFILTER("Item No.",'<>AR*'); couldn't be working as expected (see here).* Daniele Rebussi * | * Rebu NAV Diary *0 -
Thank you for reply but i make that in form sales price not in report
can i do that by table relation or any filter on table sales price
because i have client license and and my version is dynamic nav 2009r2
thanks0 -
ahmedba wrote:Thank you for reply but i make that in form sales price not in report
can i do that by table relation or any filter on table sales price
because i have client license and and my version is dynamic nav 2009r2
thanks
Sorry, but I guess it's not possible to achieve this kind of filter in table relation.
You can consider also adding a new custom field on sales price table to categorize record which start by AR*: it's not a best practice at all using fixed filter.* Daniele Rebussi * | * Rebu NAV Diary *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