0
Calculate records with dropdown value
Cant seem to get my if statements working.
I just want to sum up the 'Total' field of my records that have the dropdown (Status) set to 'Sent'.
Any help appreciated!
1 reply
-
Try this:
sum((select TableName)[text(Status) = "Sent"].Total)
Content aside
- 5 yrs agoLast active
- 1Replies
- 932Views