JSL conditional multiple if statement comparing values in two columns
In my data table I want to compare values in two different columns and put results of comparison in a new column. I am able to make it work using a formula but not able to convert it into JSL. I need formula below as JSL script.If MHD < MTV * -6 => 0If MHD > MTV * 6 => 0Else => 1Here MHD and MTV are two data columns with numeric continuous values. I am comparing values in these two columns for eac...
vince_faller