Weird alarm for Concat function.
Hi
Recently I found a very wierd alarm. previously it works, but now seems there is some problems. details as following.
in my table there are three column named as "LSL" "TSL" "USL", both are set as nominal data.
when I use concat function to have a new script LSL-TSL-USL. I try with two method as following:
Method 1: use JSL to edit the formula
concat(:LSL,"-",:TSL,"-",:USL)
Method 2: use the ...