resdevlabs
Programmer
I need have a boolean column in my report for which I need to count the number of TRUE values and the number of FALSE values. I have two groups - 1) Subject 2)MetSLA (the boolean column on which I need the counts). I want the counts to appear on the footer of group 1. I have tried
, but I receive the message "The summary/running total field could not be created".
Anyone have any ideas on how to get this done?
Thanks in advance,
Rob
Code:
Count({@MetSLA},{@Subject},"every Yes")
Anyone have any ideas on how to get this done?
Thanks in advance,
Rob