Hello, I want to create a function where I ha...

Hello, I want to create a function where I have a project which has a goal for time spent on that project. Then in a sub table which is my time sheet I can add an entry for time spent on the

project.

So if the goal is 8th and I have 3 entries in the timesheetโ€ฆ 2h, 1h, 4h. How can I sum those entries and compare to the 8h. So it will show me if Iโ€™m

on target or above or below target?

0 3 298
3 REPLIES 3

Where do you want to calculate the balance?

In the table with the projectsโ€ฆ it needs to be set in comparison to the target timeโ€ฆ

When you have a related Timesheet table (child table), you can calculate the balance like [Goal] - SUM(SELECT([VirtualListColumn][TimeSpent],TRUE))

Top Labels in this Space