calculation using data from 2 tables
Hi all,wandering if you can help...I'm trying to create new columns in a table from a calculation of a transposed summary but I keep getting errorswith defining some constants from the table.any idea what I'm doing wrong? src_tran = src_sum << Transpose(
Label( :Label )
);
Current Data Table( src_tran );
src_tran << new column("N", Formula(If( Substr( :Label, 0, 1 ) == "M",
Substr( Substr(
...