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 |
---|---|
35 | |
9 | |
3 | |
3 | |
2 |