There are various ways to specify a destination with the tag. Here is the syntax for specifying a destination in a variety of scenarios:
Use a relative path to connect to a dashboard.
Use a relative path to connect to a form, passing in a token to populate the form.
Pass in the earliest and latest time range from the original search.
(Requires use of CDATA, as indicated in the following sections.)
Use a URL and query argument to pass a value to the destination page
1) path/viewname
2) path/viewname?form.token=$dest_value$
3) path/viewname?form.token=$dest_value$&earliest=$earliest$&latest=$latest$
4) URL?q=$dest_value$
... View more