graphic column to show CPT data as colours based on a threshold

I have CPT type data in a "double" type field and want to plot it on fence graphic column as colours based on a defined trigger value like "if the value is <1 then orange, else green"

I have put the condition:

<<Case(_
<<SCPP_BNI2014.FS>>,_
< 1,Medium Orange,_
Else,Light Green_
)>>

in the config - section color expression on the graphic column and set all override colours to none, lines to white and the main fill type symbol to solid.

whatever I change I get solid black sticks on the fence. I've also tried to use the expression in the background fill tab instead, but same issue.

both Medium Orange and Light Green are named colours on the symbol design tab.

I guess this is possible, as a similar feature would be used for contamination test or monitoring results where a threshold is set and either exceeded or not.