Conditional formatting in a data table
Hello, I'm trying to apply conditional formula for columns in order to apply cell color but I can't achieve successful result. Any suggestions how to do it? I believe I am using wrong formula here. Example: ColumnsUV UV to reject0.15 0.15 Formula: If( :UV == :UV to reject,
Color Of( "Red" ),
"White"
) Idea is that JMP highlights the cell in color red if the value is equal to...