The views arguments can be used in a view, typically in Global Text for a header or footer, if the Use replacement tokens from the first row checkbox is checked and there is at least one row in the result. This allows something like {{ arguments.nid }} to be used to generate a URL for a hyperlink.
Unfortunately, these values are not available if the query results in an empty list. {{ arguments.x }} and {{ raw_arguments.x }} should be available regardless of whether the checkbox is check or if the query results are empty.
This would also allow the arguments to be used in the No Results Behavior.
Comments
Comment #7
joachim commentedThis is the case now.