Thanks for the clarification. I think the issue is that Block isn't a continuous variable, but the slider in the Ternary Plot expects a continuous variable. A potential workaround would be to modify the formula from the current Match () statement to something that is continuous, like the example below:

(To make this formula, I just used the Fit Y by X platform to get the equation, and forced Block to be rounded as an integer)

Below is the resulting Ternary diagram. I modified the slider min/max to mildly address the problem that any number can be used in the formula, but there are only 2 blocks in the design. You could likely get more fancy with some scripting.

Updated table attached.
Edit: Of course, this is assuming that the Block needs to be included as a factor in your formula. If you determine that Block is not significant, then you could just delete any references to Block in the column formula, and the Ternary Plot will work just fine.