[pmwiki-users] Calculations

marc gmane at auxbuss.com
Fri Dec 1 10:18:16 CST 2006


 said...
 
> I need to do a table with logical calculations. These values come
> from an internal website. I could get these values through some perl
> script.
> 
> || Value 1|| Value 2|| Value 3|| Value 4|| if Value1 > Value2 then
> 'Value 2 + Value3' or if Value1 - Value2 <= 0 then Value 3 or...
> 
> I have 11 conditions (ifs). A case statement would be even better.
> 
> The other things is the next day, the new day's value would become
> the 1st row, and the last 20 or 30 rows would be below.
> 
> It's almost like a very simplified spreadsheet. How can I do that? 

See if this helps:

  http://www.pmwiki.org/wiki/Cookbook/PageVariableExtensions

otherwise, I guess we should build something.

-- 
Best,
Marc





More information about the pmwiki-users mailing list