Hyperlinking to Another question

Is it possible to have a sql script that produces output, and the data in one column can be hyperlinked to another sql script if clicked on, but the data you clicked on is used for the variable in the other script?

For example:

Person information - name, age, height, weight, etc...

the data in the age column is hyperlinked so that when you click you go to another SQL script that uses a variable, but the variable is automatically set with the data from age column?

Hi @ashley
Yes, using Click Behavior: https://www.metabase.com/learn/dashboards/custom-destinations

Thanks, will start digging into that.