nested if else
I have a code like this-
<?xdofx:if((S_REC_TOTAL_COMP>0 then
Round(S_REC_TOTAl_comp,1)Else
Round(0,1)
End if ?>
now i want do conditional formatting which is disabled in word.
So i am adding code with if condition
if S_REC_TOTAl_comp= S_TOT_REC_BONUS then make S_REC_TOTAL_COMP in red color.
how to add this in my code?