Hi
I am not sure why sometimes not all values in the case statement appear when it is used as a prompt/filter, for example I have this case statement :
CASE WHEN (FILTER("Pipeline" USING "Time Opportunity Close"."Fiscal Year" = 'FY22')) is null or (FILTER("Pipeline" USING "Time Opportunity Close"."Fiscal Year" = 'FY22')) = 0 and (FILTER("Pipeline" USING "Time Opportunity Close"."Fiscal Year" = 'FY23'))> 1 then 'New Logo' else 'Repeat Customer' end
Then when I use it as a prompt/filter, I only see the 'Repeat Customer' value and not the 'New Logo'.
Thanks