I have a CCv6 connection showing all the time sheets entered by my workers. I want to be able to click on a worker's name to show just the timesheets for that user. Same for the client - click to filter by them.
By default, all entries should be shown.
EDIT: never mind.
Column view: user.name:{view:filter_by_worker}
filter_by_worker: Content-> {var:timesheets_list.row.user.name} URL -> worker={var:timesheets_list.row.timesheet.user_id}
Read data:
timesheet.user_id:{data:worker}/-
timesheet.client_name:{data:client}/-
the /- after means skip the condition if empty.
By default, all entries should be shown.
EDIT: never mind.
Column view: user.name:{view:filter_by_worker}
filter_by_worker: Content-> {var:timesheets_list.row.user.name} URL -> worker={var:timesheets_list.row.timesheet.user_id}
Read data:
timesheet.user_id:{data:worker}/-
timesheet.client_name:{data:client}/-
the /- after means skip the condition if empty.