I have a page that has both a contextual filter and an exposed filter. My Problem lies in the fact that If I access the page through myview/12 (where 12 is my contextual filter) and then use the on-page exposed filter to filter out the result , the value 12 would still be appended to the page and it would limit my results within the contextual filter value... Is there a way to remove the contextual filter value when using an exposed filter?
Thanks!