How to use 'LIKE' operator/substr/instr with if condition?
How to use 'LIKE' operator/substr/instr with if condition?
I can use following function:
<?xdofx:instr('ssStatus','Open',1) = '0'?>
which returns true or false depending on ssStatus Like Open*.
But when I try to use <?if:xdofx:instr('ssStatus','Open',1) = '0'?> calculation <?end if?>
It gives an error.
Any suggestion? OR solution?
Thanks.