I have a beast mode case when statement that doesn't involve any aggregation that I am trying to use as a filter. It is relatively simple and I am using it to try and look at one particular warehouse against all others. I am able to add this in as a filter and it works fine the only issue I am running into is when I try to add it as a quick filter the analyzer will no longer let me save the card. I get a "There was a problem saving your card. If the problem persists, contact the Domo support team" error.
(CASE
when `CO_LOC_REF_I` = '551' then '551' else 'Not 551'
End)
Does anyone know why this might be occurring?