I had thought I solved this in this thread
10892374
Seeking advice again...The formula works fine when adding it as a column (meaning it marks records with 'Y' and 'N' like it should).
Now when I go to SUM it, it's giving me all 0's again:
SUM(CASE WHEN "Pending Claim - Suspense"."Suspense Reason" LIKE '%Pending Record%' THEN 1 ELSE 0 END)
I thought I had solved it; apparently not. Any advice?