How can use a script to match data directly from a matrix?
For example: Get the memory matrix ar with the following script.
How do match data directly from a matrix with a script?
Achieve something like this:dt<<Update(With(d2),Match Columns(age=age));
Thanks!