[ic] How to Access the value of [] in a test

Xavier de GELIS interchange-users@interchange.redhat.com
Tue May 7 18:11:01 2002


Never mind. I got it. I used:

[if term="[subtotal noformat=1]" op="!=" compare="0"]
.................
[else]
.................
[/else]
[/if]

Hope that helps. Regards.

At 04:05 AM 5/8/02 +0600, you wrote:
>I checked the [if] documentation but I cannot find a way to properly test 
>the subtotal value:
>
>[if value subtotal  != 0]
>  ..........
>[else]
>  ..........
>[/else]
>[/if]
>
>What is the right syntax to do that ? Thanks !