M
MikeM
I put a variable Prop.Sex in Custom Properties, with ="M;F". In trying to use
the property, I'm getting nowhere. I want to change the line color of the
shape with this property, so I enter, for line color,
=if(Prop.Sex="M",3,4) -- or whatever colors I choose.
However, when I change the sex, the line color doesn't change.
the property, I'm getting nowhere. I want to change the line color of the
shape with this property, so I enter, for line color,
=if(Prop.Sex="M",3,4) -- or whatever colors I choose.
However, when I change the sex, the line color doesn't change.