R
Rick
What is wrong with the following code? the code print both data (FALSE and
TRUE)
<tr>
<!--[if [[$MyBooleanDataField]] = false ]>
<td class="data">FALSE</td>
<!-- [Elseif [[$MyBooleanDataField]] = true ]>
<td class="data">TRUE</td>
<![endif]-->
</tr>
TRUE)
<tr>
<!--[if [[$MyBooleanDataField]] = false ]>
<td class="data">FALSE</td>
<!-- [Elseif [[$MyBooleanDataField]] = true ]>
<td class="data">TRUE</td>
<![endif]-->
</tr>