CountIf doesn't increment on boolean value
Posted: Fri Feb 27, 2009 11:53 am
I have a function that returns a boolean based on a date that is passed into it. I've verified that the function is returning the correct output.
In a Group footer section, I have this Expression in a textbox
{CountIf(Data1, ReportTable.requestID, IsWalkIn(ReportTable.scheduledDate) == true) }
The counter is always 0 if I set it to true or false.
How do you evaluate for boolean value?
In a Group footer section, I have this Expression in a textbox
{CountIf(Data1, ReportTable.requestID, IsWalkIn(ReportTable.scheduledDate) == true) }
The counter is always 0 if I set it to true or false.
How do you evaluate for boolean value?