Filter grid data from field with capture link

Hello all,
i have a form with a field with a capture link to get a expedient number. I have a year field too.
I want to filter in the grid with the year of the form. How can i do that???

I try to pass the year field in the capture link, so i create a global variable in the grid and put in the where condition that variable.
But that dont work.

Anybody can i help me??

Regards

Re: Filter grid data from field with capture link

Hello there,

You can make an Ajax onchange event to transform the data you want to global, do this event on the field you are creating the capture link.
Then all you need is add the where clause into the grid and that is it.

Regards