如您所见,这是一个RPT模板,我正在尝试一种根据布尔参数使TABLE1或TABLE2显示的方法。
如果为true,请显示TABLE1。
如果为false,请显示TABLE2。
试图添加另一个<备用项>,但这没用,有什么建议或教程可以帮助您解决此问题?
<tablerow y="20" width="600" asize="---,--~" asize-height="true" version-key="isValueChecked" title="getValues Values">
<text width="135" asize="~~~,~~~" asize-height="true" />
<text x="135" width="100" asize="~~~,~~~" asize-height="true" />
<text x="270" width="100" asize="~~~,~~~" asize-height="true" />
<text x="405" width="100" asize="~~~,~~~" asize-height="true" />
<alternates>
<tablerow width="135" height="14" asize="---,--~" asize-height="true" alt-key="IVA">
<text width="140" height="14" asize="~~~,~~~" asize-height="true" valign="middle">
<fill color="#b0b0b0" />
<font name="Arial Bold" size="10" />
<string>THIS IS TABLE1</string>
</text>
</tablerow>
</alternates>
<alternates>
<tablerow width="135" height="14" asize="---,--~" asize-height="true" alt-key="IVA">
<text width="140" height="14" asize="~~~,~~~" asize-height="true" valign="middle">
<fill color="#b0b0b0" />
<font name="Arial Bold" size="10" />
<string>THIS IS TABLE2</string>
</text>
</tablerow>
</alternates>
</tablerow>