Nov 09, 2022 06:30 AM
I have a “Tasks” table with a checkbox (Open OR Complete). I want to list (Rollup) all “Open tasks” in one field and “Complete tasks” in another field on a different table (Clients) What should the formula be?
Solved! Go to Solution.
Nov 11, 2022 02:12 AM
Nov 09, 2022 10:06 PM
Hi Charlie, I think you can use a conditional lookup for this instead:
Nov 10, 2022 03:15 AM
Thank you! This should work. However, I have three tables (Projects, tasks, Clients), and the Projects table is the only one I sen link it to. How can I add/select the “Task” table?
Thanks!
Nov 10, 2022 05:40 AM
This is my formula, but it doesn’t give back any records
Nov 10, 2022 06:31 AM
Hmm, you’ll need to create 2 conditional Lookup fields in the Projects
table that will compile the Open and Complete tasks per project
After that, you’ll just use 2 Lookup fields in the Clients
table to display the two fields you just created
I think that should do what you’re looking for
Nov 11, 2022 02:12 AM
Thanks, Adam. Fixed it. The wrong field was selected
to display.