Hi all,
I want to compare the result of a query (var1) with a variable (var2) as follows:
<dtml-if expr="var1>var2">
<font = red>
</dtml-if>
Can anyone tell me the correct way of going about this?
TIA,
Micheál Healy