Dimension Filter

meh
Member Posts: 50
I need to filter certain dimension codes in order to generate reports but because of the Overflow of text i am not able to generate required report.All the filtering codes didnt work for me .
For eg i have codes 2-2-01-1-000-0(Around 50 with -000-) and likewise other codes starting from 001 to 075 in place of 000(2-2-01-1-001-0) . Is there any filtering logic to generate report excluding other digits and just generating reports of 000 and also reports from 001 to 075 excluding 000.
Hope to hear back ..
For eg i have codes 2-2-01-1-000-0(Around 50 with -000-) and likewise other codes starting from 001 to 075 in place of 000(2-2-01-1-001-0) . Is there any filtering logic to generate report excluding other digits and just generating reports of 000 and also reports from 001 to 075 excluding 000.
Hope to hear back ..

0
Comments
-
Load your filters into multiple text variables. Then do a SETFILTER(Field, '%1', Text1 + Text2 + Text3)0
-
Maybe you can use 'wildcards' in your filter.
It seems as though you could use a filter like this:
Define MyFilter as a textvariable.
MyFilter := '2-2-01-1-???-*';
Table.SETFILTER(Dimension,'%1',Myfilter);
Remember '?' subsitutes one, and only one, character.0 -
Thanks for the reply .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