Difference between revisions of "Sscalculation"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
Sscalculation is a [[Variables|variable]] syntax for [[Web Page View Field|Web Page Views]], Store Value - System [[Variables]] and Read Only - System [[Variables]].
+
Sscalculation is a [[Variables|variable]] syntax for:
 +
* [[Web Page View Field|Web Page Views]]
 +
* [[Custom Field Type: Store Values – System Variables|Store Value - System Variables]]
 +
* [[Custom Field Type: Read Only – 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 works similar to sslogic but will do calculations based on the formula you provide.  It works as follows:

Revision as of 13:10, 20 August 2009

Sscalculation is a variable syntax for:


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.