hey, if I have a table with expressions using $R or $C and then evaluate that table via an evaluate DAT it works fine. But if I use a select DAT to evaluate, it fails. Does the select DAT not know of $R and $C?
select DAT does not have $R and $C, as the input row/col number and the output row/col number doesn’t have to match.
Selina
I see. I can work around it by chaning to absolute row/col references, so no big thing. But maybe $R/$C could still be available, even if it produces unwanted results in case rows/cols are filtered.