What is FilterColumnName on a Query variable?
lvanvugt
Member Posts: 774
If you create a Query variable the C/AL Symbol Menu shows me (among others) FilterColumnName. I have been searching for an explanation on this and couldn't find it. Does any one know what this is meant for?
0
Answers
-
Seems don't be even documented but, if QueryVariable.ColumnName retrieve the value of a column, maybe QueryVariable.FilterColumnName was intended to get the filter applied to a specific column.
It's just a guess of course...did you manage to use it in any way? I always get a compiler error.* Daniele Rebussi * | * Rebu NAV Diary *0 -
Nope, as it seems to be only a category name which has nothing in it.geordie wrote:It's just a guess of course...did you manage to use it in any way? I always get a compiler error.0 -
There are two types of columns in a query: regular columns that hold values, and filter columns that are not part of the query row but can be used to set up filters. The FilterColumnName property can then be used in C/AL code to set filters, such as:
SETFILTER(Posting_Date, 'xyz');
where Posting_Date is a filter column in query 19.0 -
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
