Hello @Chris_Hall ,
That would be done with a canvas formula, a filter and a foreach(). It is kind of hard to help you without you sharing a sample doc to show what your table(s) look like.
After reviewing this post Im not sure if I clarified anything at all
Table name: Team Meetings
fields used:
Date
Team
Top Priorities
Accomplishments
Daily Activities
Blockers
Each day will have 1 record entered for each team (Windows, Unix, DBA).
So for any given day the report (canvas) should look like this:
Date
Team
team field (will be one of the three teams) Top Priority
top priority field Accomplishments
accomplishment field Daily Activities
daily activities field Blockers
blockers field
Team
team field (will be another of the three teams) Top Priority
top priority field Accomplishments
accomplishment field Daily Activities
daily activities field Blockers
blockers field
Team
team field (will be the last of the three teams) Top Priority
top priority field Accomplishments
accomplishment field Daily Activities
daily activities field Blockers
blockers field
I’m sure there is a much better way but I was able to get what I needed using code like this [Team Meetings].filter(CurrentValue.Team = "Database Engineers" AND CurrentValue.Date.ToDate() = WPDate.ToDate()).Team