basically i want to output a field as a link. this link needs to link to another view but i want to pass a token into that view so i can use a contextual filter. is this possible? if so how?

*edit*
i figured it out. found a great video from NodeOne.

basically go to your view and setup your contextual filters. test them in the url by adding /value (in my case i had 3 contextual filters so it was /value/value2/value3). once you are confident the contextual filters work by manually typing them in the url go to the view that will be passing the tokens and rewrite the url with path-to-view/value/value2/value3