[Tb] math on HTML Export?

From: Scott Price <sprice>
Date: Fri May 20 2005 - 15:27:51 EDT

Hello--

I'm playing around with HTML export templates, and I'd like to do
some math on retrieved attributes. For instance:

<p>This is my attribute: ^get(userAttribute)^</p>
</p>This is my attribute x 2: ^get(userAttribute + userAttribute)^</p>
<p>This is my attribute x 2: (^get(userAttribute) * 2) </p>

Obviously, none of those work. I only get one round of parsing. I'm
not sure whether there's a Rule code that does this, either, since
I'm not summing all the values of childrens' userAttributes, I'm
summing a single value and itself.

Thoughts, anyone?

--Scott
Received on Fri May 20 03:53:08 2005

This archive was generated by hypermail 2.1.8 : Wed Dec 14 2005 - 10:45:38 EST