The filter statement is not complete.
FILTER CASE
WHEN Selection= "Inbound' THEN
......
END = 'INBOUND'
But looking at your problem this wont work, create a field (Column Item in query data) instead with just the Case when statement, post that use the filter option in the path.... lets say you create a KPI called Selection, the path will have filters for the INBOUND or OUTBOND type...
In the above image next 2 week is a path filter, you can check the following thread for something similar
https://www.celopeers.com/s/question/0D50700001vMFRvCAO/how-to-use-view-filters-in-action-flow-
Thank you for your answer. The problem as I see it is that I need to filter on different fields, depending on the results or the the field Selection. The Inbound or Outbound is not an issue, it the field they need to match that changes either ZCDCI or ZCCID that is.
Thank you for your answer. The problem as I see it is that I need to filter on different fields, depending on the results or the the field Selection. The Inbound or Outbound is not an issue, it the field they need to match that changes either ZCDCI or ZCCID that is.
That is where you can use the path filter right, using a router and path filter should help you ?