On our job table we have parent job field (not sure if this is standard nav or not) which is a self join back to the job table. In our report we want to be able to enter the number of a parent job and then return a sum of all job ledger entries for either the parent job or any child jobs. Any help on how I can do this filter would be appreciated.
Date
Votes
1 comment
-
Jet Reports Historic Posts You can use NL(Filter) to retrieve a list of child jobs for the specified parent job and use that in a NL(Sum) for the job legder entry table.
HTH
rmw
Please sign in to leave a comment.