The below formula I am putting in the RF section of the report. It is to calculate how many times the field has 15 characters within it. It is showing up blank. Here is the formula. I have also tried WhilePrintingRecords and WhileReadingRecords but that doesn't work as well. Can anyone help me? Thx.
NumberVar counter;
if length({Personal Info.Employer}) = 15 then
(
counter := counter + 1
);
counter;