Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Count related rows with condition

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])
      )
)

0 3 335
3 REPLIES 3
Top Labels in this Space