so I have a repeat that contains
| select_one donation | donation_list |
| select_one donation_item | donated_type |
| text | donated_item_size |
| integer | item_count |
so what I need is sumif(${donated_type}='Food', item_count)
I need the total of (item_count) when the donation type is 'food'
is that possible