...
FuseQL also supports formulas by applying various mathematical operators on a set of queries. Currently we support the following mathematical operators are supported:
Addition (
+
)Subtraction/Difference (
-
)Multiplication/Product (
*
)Division (
/
)Modulo (
%
)Pow (
^
)
...