Can you add outline to Data table when saving as image?
I am creating summary tables using JSL and want to save them as images. I was able to get that to work, thanks to another post from the JMP community.However, the image is always saved with all the borders removed which makes it hard to read at times. Here is my sample code :mypath = "C:/JSL/";
Set Current Directory( mypath ); //sets output directory to variable 'mypath'
DT = Data Table( "Try" )...
vince_faller