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...") |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
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]] |
+ | |||
+ | {{KB_Tags|add, subtract, multiply, divide}} | ||
+ | {{KB_RGen}} |
Latest revision as of 13:33, 11 April 2019
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
See also