I have a table like:
q)tbl[`XXX]
1977 1987 1997
and I want to update the nth element from the list of years, so the above becomes
q)tbl[`XXX]
1997 1987 2007
And need it to be inplace? Been looking into the docs but having hard figuring it out.