Hi,
when I am running JSL script, there is message in the log, "Please select the rows to be deleted".
But the script is still running. I could identify anything error in my code.
Does anyone know what will cause this error?
dt1 << Select Where(:Tcount > 40);
dt1 << Delete Rows;