I have a table of tickets, and a Canvas column.
Inside the Canvas column I have a table of tasks.
I want to be able to count the total tasks and the completed tasks, and have it displayed on the tickets table as another column.
How do I reference the table inside of thisRow.Canvas ?