Difference between revisions of "Sscalculation"
From SmartWiki
Julia Decker (talk | contribs) |
|||
Line 15: | Line 15: | ||
This method uses MySQL syntax, so you can do any MySQL functions like concat(...), format(...), round(...), etc.<br> | This method uses MySQL syntax, so you can do any MySQL functions like concat(...), format(...), round(...), etc.<br> | ||
− | + | [[Category:Variables]] |
Revision as of 13:52, 13 July 2009
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:
<!--@sscalculation(@field@*0.05)-->
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.