Sscalculation

From SmartWiki
Revision as of 11:09, 11 March 2009 by Julia Decker (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sscalculation is a new variable syntax for Web Page Views, Store Value - System Variables, Read Only - System Variables.

This works similar to sslogic but will do calculations based on the formula you provide. It works as follows:


This will return the computed value of @field@*0.05 and replaces the sscalculation tag.

This way you can do calculations right on the web page views without having to use javascript which solves the problem on PDF and javascript.

This method uses MySQL syntax, so you can do any MySQL functions like concat(...), format(...), round(...), etc.