I'm not sure why, but this expression seems to return the count of all related rows when what I want is to return the count of all related rows where "White Bread" is the selected option in an enumlist field called "bread".
Count(
Select(
[Related Food Orders][Row ID],
In("White Bread", [Related Food Orders][Bread])
)
)
User | Count |
---|---|
18 | |
11 | |
5 | |
4 | |
3 |