0
Hi All
I have a database where one of the fields is yes or no. I want to be able to have a field that tells me how many are yes. Any suggestions welcome
4 replies
-
cnt(select Tablename where YesNoField = true)
-
Thank you for a speedy reply, but sadly that might as well be in Chinese to me, I will research it Thanks
-
Paste what Steve has provided into a formula field, and substitute your table name and your yes/no field name. For example, with default names, it would look like:
cnt(select Table1 where 'Yes / No' = true)
Alternatively, you could click the column header of your yes/no field and click "Count".
-
Thank you so much, it I think has clicked into place, very many thanks, I have learnt so much in the las few hours
Content aside
- 4 yrs agoLast active
- 4Replies
- 466Views