Hi guys
I need to have a case statement for a new filter I need to have in blx as below:
case when (fact_table.event_key in (4,5)) then 'Current' else 'old'
I get an error message saying 'the where clause result type is not boolean'
any idea why?
cheers