Hi I am trying to create a template expression that would return the weekly timesheets back to the user. I have a parent Employee table and the child employee table.
The starting expression I need to filter is this…<<Start: [Related Timesheets [Name]]>>
This use case is pretty common but I am troubling with my expression. This is what I have so far…
<<Start: SELECT([Related Timesheets][Name], AND(IN[NAME],[THISROW].[Related Timesheets]),[Date]>=TODAY()-7))>>
Any help would be appreciated