Save field as global variable in a grid

Hi, i have a grid application like this:
key - SSN
key - SSN

Now i want to link the save the key of each record on a global variable to make a query like this when i click a button:
SELECT * FROM people AS p JOIN coll_key AS c on p.ssn = c.ssn where c.key = 1;

but i don’t find a way to pass a single global_variable (one key in this case) on a grid. I don’t have problem on form… please help me…

Re: Save field as global variable in a grid

Hello,

You could create a HTML Image Field, there you will be able to pass the ID as a parameter.

Oh, and [thoseAreGlobalVariables].

regards,
Bernhard Bernsmann

Re: Save field as global variable in a grid

Hello, I had same issue. I don’t know where could I save a global variable. A field of row pass as parameter through detail to new grid. I want to save it too.