I'm trying to filter an Edit form's combo box items with a different field.
Table: Allocations
Field to Display in Drop down: Project
Field to Filter by: Projects:Status (this is a lookup column in the SharePoint list)
So in this scenario, the dropdown box will show 'Projects' where the 'Projects:Status' = "In Progress".
I've scoured this forum (among others) and have copied/paste all kinds of code, but can't seem to get it to work. In my inexperienced mind it should be:
Filter(Choices([@Allocations].Project), Project:Status.Value = "In Progress")
But it doesn't show any items in the dropdown. Whereas, Choices([@Allocations].Project) shows all 'Projects'...which I would expect.
This has been going on for so long, i've lost track at what i've 'thrown' at the wall. Thanks!