I am trying to develop a RDLC report of NAV2016 using three tables 'Resource', 'Time sheet Header' and 'Time sheet Line'. I am facing issue while applying filter on each table.
1. First, I want record from Resource table for those resources who have ticked 'Use Time Sheet' and type 'Person'.
2. Second, from 'Time Sheet Header' table I want starting date and ending date of current week. Time sheet Header table is indented to Resource table.
3. Third, from 'Time Sheet Line' table I want Time sheet number and status is 'Open' for current week. Time Sheet Line table is indented to Time Sheet Header table.
when I am applying these filters in NAV2016 then it is also displaying records for those whose status is 'Approved' for current week. If I apply condition in Visual Studio to show only records with 'Open' status then it overrides other filters of report and doesn't show record from Resource table. So, how to get the desired result?
Thanks in advance.
*This post is locked for comments