Notifications
Announcements
ForAll( Filter(tblActivity_plan, project_code = listProject.Selected.project_code), { activities: activities, target: target, updates: Coalesce( LookUp(tblActivity_update, project_code = listProject.Selected.project_code && activities = ThisRecord.activities, updates), 0 ) } ) // For txtActivity Text property of txtActivity: ThisItem.activities // For txtTarget Text property of txtTarget: ThisItem.target // For txtAchievement Text property of txtAchievement: ThisItem.updates
ForAll( Filter(tblActivity_plan, project_code = listProject.Selected.project_code), { activities: activities, target: target, Updates: Coalesce( LookUp(tblActivity_update, project_code = tblActivity_plan[@project_code] && activities = tblActivity_plan[@activities], updates) ) } )
If this solved your problem, please mark it as Solved to help others find the solution faster. If you found it helpful, consider giving it a Like to support each other in this community!
Thanks, and happy building!
AddColumns( Filter(tblActivity_plan, project_code = selectedProject) As AP, Achievements, Coalesce(LookUp(filteredIndicator, activities = AP.activities, updates),0) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Kalathiya 301 Super User 2026 Season 1
WarrenBelz 297 Most Valuable Professional
VASANTH KUMAR BALMADI 195