Set Value as Global Variable
Hi,I want to update a NumberColEditBox in a report using global variables. I have tried various combinations of Eval and Parse, but without success. I am using JMP9./*// This command works:
reportX[ NumberColEditBox( 1 ) ] << Set Values( [ 1, 2, 3, 4 ] );// These commands do not work, and generate an "Invalid matrix token" error:a = 1;b = 2;c = 3;d = 4;reportX[ NumberColEditBox( 1 ) ] << Set Valu...
