Display Count Data in a Table
Hello,
Sort of a newbie here, so pardon me if this is a bit simple. I know a little html, but not so much with deluge syntax.
I work at a school and I am trying to display the number of the student laptops and the number of teacher laptops that exist in my building in an HTML view.
One of the fields in the form is "Type" and the two choices are "Teacher" and "Student". I need to count the # of laptops marked as each choice.
I am trying to display a table with this data (two columns, three rows - one being the header). I know I have to use the count function, but I do not know how to get it in a table and in html.
Any help would be appreciated.