Hi:
I wonder if there is a good way to add a custom column property that contains double quote and equal sign? The goal is to set the column property shown in the picture with JSL script. For double quote I have tried escape character \!", however; it doesn't work and still shows \!" in the column property.
Thank you,
Guanxiong
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt:name<<Set Property("DATA", " \!"CLASS_TYPE\!" ")
![ScatterChart190_0-1684972131966.png ScatterChart190_0-1684972131966.png](https://community.jmp.com/t5/image/serverpage/image-id/53084i0CF8033B1797DA7F/image-size/large?v=v2&px=999)