cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
RP_64
Level I

Removal of Empty() from cell

I import lots of photos into JMP as part of my work. When complete, blank cells in columns containing photos show "EMPTY()". Prior to JMP 19, I could delete this and it would show a dot in the cell. With JMP 19 I am unable to delete the expression. Is there a way to remove it? If not, why the change?

1 REPLY 1
jthi
Super User

Re: Removal of Empty() from cell

Insert "." instead of just deleting the value.

Edit: And if you want it to be empty image you can use something like

New Image("", "png")

 

-Jarmo

Recommended Articles