I need to create a view in Drupal 10 that shows all nodes of a set content type that has a given field not empty.
But I want to pass the field name/id as a parameter.
So the view will return all nodes with field_1 not empty when I pass ‘field_1’ as parameter.
And it will return all nodes with field_2 not empty when I pass ‘field_2’ as a parameter.
My initial feeling is that it’s not possible but I know there are magicians out there….
Thanks!
4