I having a view which result in a table with three fields like:
field1, field2,field3 row1 with values 100, 110, 503 row2 with values 200, 520, 110 row3 with values 300, 530, 210 All numbers are nid. All fields are in different node types. I'm calling /foo?nodeid=110.
I'm trying to setup a view so that row3 is not displayed anymore and I can eventually have a table with row1 and row2 with the values of field1.
I tried a lot but do not get it. If I have one contextual filter I can filter the table on field2 and if I have another contextual filter I can filter on field3. But I cannot combine them like a normal filter like and/or.
Any suggestion how to solve this?
Note: For now my view is a table but in the end I will use it under webform so it then will be a webform display with a webform selection list.