Table relation Question

uri84
Member Posts: 30
Hi all, i want to make a question to see if anybody can help me.I have this table relation in Nav2013 r2:
IF (Resource No=FILTER(<>'')) "Job Task"."Job Task No."
WHERE (Job No.=FIELD(Job No.),
Status=FILTER(<>Finalized&<>Rejected),
Resource No.=FIELD(Resource No))
It Works Perfectly but i have a question, i want to know if its possible to say in Resource No Field that i want to filter by Resource No, and when resource no value is ''. is it possible??
What i want is something like this...
Resource No.=FIELD(Resource No)) OR Resource No.=FIELD(Resource No = ''))
This is in the property of tablerelation.
Thanks!
IF (Resource No=FILTER(<>'')) "Job Task"."Job Task No."
WHERE (Job No.=FIELD(Job No.),
Status=FILTER(<>Finalized&<>Rejected),
Resource No.=FIELD(Resource No))
It Works Perfectly but i have a question, i want to know if its possible to say in Resource No Field that i want to filter by Resource No, and when resource no value is ''. is it possible??
What i want is something like this...
Resource No.=FIELD(Resource No)) OR Resource No.=FIELD(Resource No = ''))
This is in the property of tablerelation.
Thanks!
0
Comments
-
Hi,
If I understand the question correctly you want to show all records with the same "Resource No." plus all records with blank "Resource No."
I think this is not possible as "OR" option is not supported in the table relation property for Type "FIELD".
If you use FIELD, then you cannot use FILTER and another way around.
Resource No.=FIELD(Resource No)) OR Resource No.=FIELD(Resource No = ''))
The only way around is to write a code on the Lookup trigger that would have the same effect. You could use a query object to achieve this.0 -
Perhaps by adding a FlowFilter field that will have
SETFILTER("Resource No. Filter",'%1|%2',"Resource No.",'')
and use the table relation to the flowfilter ???________________________________
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com0
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