Well the topic says it all: I know when can count rows in a group like so:
"{count}"=>array("count","COL_NAM")
What I am trying to do is count the row only if the column has a value. Something like:
"{count}"=>array("count","COL_NAM" <>"")
or
"{count}"=>array("count","COL_NAM" > 0)
Is this possible?