cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Emil95
Level I

DOE Custom design - disallowed combinations not accepted

Emil95_0-1648026435032.png

Above is the design. The output looks as follows: 

Emil95_1-1648026521113.png

Only respecting the disallowed combination given for 'with chemicals'. What am I doing wrong?

2 REPLIES 2
ih
Super User (Alumni) ih
Super User (Alumni)

Re: DOE Custom design - disallowed combinations not accepted

I think you want to replace the AND in your disallowed combinations script to use an OR instead, like this:

 

( X1 == "L1" & X2 == "L1" ) | ( X1 == "L3" & X2 == "L3" )

Re: DOE Custom design - disallowed combinations not accepted

In addition to @ih's suggestion, I wonder if you are setting up an impossible design given the model you specified. It seems like Coloring Process and Color Fading are confounded.