AlreadyLost
MIS
I want to do a count on facility_id with the following condition:
(If Comply date is not blank then facility id)
This is my formula:
If not isnull({TB_INSPECTION.COMPLIED_DATE})
then {TB_PROGRAM.FACILITY_ID}
When I pull this field in the report, I get a blank result. Why is that? {TB_INSPECTION.COMPLIED_DATE} does contain blank and data..
What can I do so that it would count only those with date populated?
(If Comply date is not blank then facility id)
This is my formula:
If not isnull({TB_INSPECTION.COMPLIED_DATE})
then {TB_PROGRAM.FACILITY_ID}
When I pull this field in the report, I get a blank result. Why is that? {TB_INSPECTION.COMPLIED_DATE} does contain blank and data..
What can I do so that it would count only those with date populated?