I have read in many places that a view with an exposed filter can be placed in a panel with other views. When the exposed filter of one view is changed, that view, and other views in the panel, are changed in accordance.

The trouble is, I cannot find any tutorial on the issue, and others asking similar questions have gone unanswered. So to make it simple:

The URL of the view is along the lines of: panel?tid=1 where ?tid=1 is the result of the exposed filter being used.

The view with the exposed filter gets updated. Great. The others in the panel don't. Boo hoo.

So what do I put in the argument section of the other views:

[X] Send arguments

Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below.

Arguments: ???

Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel.

@0, @1, %0, %1 etc all don't seem to work...

How does one view in a panel get updated by another view in the same panel's exposed filter?

Thank you for your time.