Page tree
Skip to end of metadata
Go to start of metadata

The parameters and functions used in the formula and condition fields are:

Parameters

Name

Description

P20

Credit Capital

P21

Remaining Credit Amount

P22

Interest Amount

P23

Remaining Installment Amount

P24

BITT Amount

P25

Remaining BITT Amount

P26

RUSF Amount

P27

Remaining RUSF Amount

Functions

Name

Usage

Description

MIN

MIN ( , )

Returns the parameter with the lower value.

MAX

MAX ( , )

Returns the parameter with the higher value.

ABS

ABS ( )

Shows the absolute value of the number.

AND

... AND ...

If all the conditions are true

OR

... OR ...

If at least one of the conditions is true

MOD

MOD( , )

Shows the remainder of the division.

DIV

DIV ( , )

Indicates the integer part of the division result.

>

... > ...

Greater than

<

... < ...

Smaller than

>=

... >=...

If greater or equal

<=

... <= ...

If smaller or equal

=

... = ...

If equal

<>

... <> ...

If different (not equal)

  • No labels