How to Tell JMP to continue running the Script when Column is Missing
Hi - when creating a summary table below, does anyone know how to code in JSL to allow the script to continue running if any one of the columns below do not exist? dt3 << Summary(Sum( :Fail, :Not Assessed, :Weak)); Thanks!