I have a formula that, if the Count is null (no records) the formula should regard this as zero. If the count is not Null then the formula should use the count value.
I would like to use:
if IsNull (Count ({rslt_qc_t.rslt_type_id}))then "0" else Count ({rslt_qc_t.rslt_type_id})
however, the formula wants a string after else. How can I do this?
I would like to use:
if IsNull (Count ({rslt_qc_t.rslt_type_id}))then "0" else Count ({rslt_qc_t.rslt_type_id})
however, the formula wants a string after else. How can I do this?