Hi,
I have an Ultra grid column.I want the formula based on three condition using or statement .
Formula using or condition is possible ?
plz reply
thanks in advance
Yes, OR is a function. So you use it like any other function, by passing in parameters:
OR(true, false)