Multiple Filters on Combo?

I’m loving these combo boxes right now.

Can you put 2 filters on a combo? I’m trying to and when I trace it, the second filter is not showing up in the Payload. I entered the filters like this

Filter1 = '?{Filter1Param}', Filter2 = '?{Filter2Param}'
1 Like

Have you tried using and or &&?

I would try and first…
Filter1 = '?{Filter1Param}' and Filter2 = '?{Filter2Param}'

Thanks for the idea, but that did not work. But I think it is user error. I am using a service and the column I want to filter on is not in the service. Makes sense now. Back to the drawing board.

2 Likes