Hi Everyone,

I want to add a this formula my gridview:

IF({quantity} >= 1, “<font size="4" color="green">In Stock</font>”, “<font size="4" color="orange">ETA 2-5 days</font>”

Where the result if true will be:
<font size="4" color="green">In Stock</font>

And if false:
<font size="4" color="orange">ETA 2-5 days</font>

However the quotes inside my html code for the true and false responses, break the formula. I need those in there for HTML, is there any way to ignore them?


Thanks
_________________________
Lance Tennier
TDL Canada