Documentation - RestApp

Quotient

Definition

Returns quotient of the division of Operand 1 by Operand 2.

Parameters

  1. Column output:

    • Def: Specify the name of the column.
  2. Operand 1:

    • Def: Specify if the Operand 1 is column or constant, and specify the columnName if column/ value if constant.
  3. Operand 2:

    • Def: Specify if the Operand 2 is column or constant, and specify the columnName if column/ value if constant.

Warning

Make sure that your operand 2 is not null or not equal to 0, impossible to divide by operand 2 if it's the case.