Difference between revisions of "What is a report generator operator?"
(Created page with "== Summary == This article explains the definition of an operator in this context. == More Information == Operators are mathematical symbols, many of which you may be familia...") |
(→More Information) |
||
Line 9: | Line 9: | ||
{{DataValue|+}} - Adding two things together | {{DataValue|+}} - Adding two things together | ||
+ | |||
{{DataValue|-}} - Subtracting two things from one another | {{DataValue|-}} - Subtracting two things from one another | ||
+ | |||
{{DataValue|*}} - Multiplying things together | {{DataValue|*}} - Multiplying things together | ||
+ | |||
{{DataValue|/}} - Dividing things by one another | {{DataValue|/}} - Dividing things by one another | ||
== See also == | == See also == | ||
* [[Report Generator - Getting Started]] | * [[Report Generator - Getting Started]] |
Revision as of 09:17, 20 November 2018
Summary
This article explains the definition of an operator in this context.
More Information
Operators are mathematical symbols, many of which you may be familiar with from school! A full list of available operators can be found in the Help area of the Report Generator.
Examples of common operators are :
'+' - Adding two things together
'-' - Subtracting two things from one another
'*' - Multiplying things together
'/' - Dividing things by one another