Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Formulas can be used to calculate list values. All input values for the formula must come from the same list. If the value that you want to calculate needs to be part of many lists or the calculations are multi dimensional you can consider to use Cube Calculations instead.

Create a Formula

There are two places where you can create a Formula. When you create a List Item you can click or in the Lists itself, you can click to open the Formula Editor.

You can choose several types of Formulas:

TypeDescriptionFormulaOption
SUMSum(Parameter+Parameter+Parameter+etc.) 
SUMRSum Range(Parameter:Parameter) 
AVGAverage(Parameter.Parameter.Parameter. etc.) 
AVGRAverage Range(Parameter:Parameter) 
VARVariance(Parameter-Parameter)Absolute / Relative
RATRatio(Parameter/Parameter)Absolute / Percentage
MULTMultiplier(Parameter*Multiplier) 

Please note that the range formula's (SUMR and AVGR) only work on values within the range that are visible.

FAQ

  • No labels