JSL help proper referencing of a column
Hi All, Having trouble with the proper referencing of a column when passing the command <<Simulate to a report window using JSL. The section of code I'm having a hard time with is the following:report_of_interest[Number Col Box( 8 )] << Simulate(
NBSnum,
Random Seed( RSnum ),
Out( Eval( YCols ) ),
In( :Simulated Y )
);
Running that section of code gives the following error: Column to swit...