Hi I am struggling to apply a filter logic for a column with overlapping values.
This is my current logic:
ifelse(IN({is_amzl_juris}, [‘AMZL Coverage’,‘RSR Coverage’,‘Non-Amazon Coverage’]), ‘3.0 View’,
ifelse(IN({is_amzl_juris}, [‘AMZL Coverage’]) ), ‘2.0 View’,“”,
))
When I try this approach and I select the filter of “3.0 View” I successfully get all results wished ( amzl coverage, rsr and non-amazon’, HOWEVER, when I select 2.0 on my filter I don’t get any data when in fact I wish to get “AMZL Coverage”
Thanks @duncan. I was able to resolve the issue by creating two calculated fields, one containing 2.0 scope and another for 3.0 scope. I then proceeded to create another calculated field that calls the parameter $View.