Condition Check in RTF
In RTF i am trying to do some Condition check
<?xdofx:if (KW_PEAK = '') then PF =0
else if (KNAH_KW_P = '')
then PF = ''
else
<?xdoxslt:sdiv( KW_PEAK , KVAH_KW_P , NONE)?>
end if?>
But its giving result end if?>
0
In RTF i am trying to do some Condition check
<?xdofx:if (KW_PEAK = '') then PF =0
else if (KNAH_KW_P = '')
then PF = ''
else
<?xdoxslt:sdiv( KW_PEAK , KVAH_KW_P , NONE)?>
end if?>
But its giving result end if?>