Using Filter from one Dashboard to Another

Hi,

Is it possible to use Date filter in one Dashboard and link it to a child dashboard and equate the universal date filter on child dashboard to the value from the parent dashboard

I wrote a url in lookml which goes like this

Link : {

label: “Dasboard to Drill”

url : “lookerinstance/dashboards/100?AsOfDate={{_filters[‘View.Date’] | url_encode }} “

}

I am not sure what i am doing wrong here but my filter from the parent dashboard doesnt work on the child dashboard.

I think i got the answer here it should be value | url_encode instead of _filters