More Than

Logic name
More Than (Document Mapper/Variable Mapper)
Function
This logic determines whether the input value of the first input handler is larger than the input value of the second input handler.
Data types
Location |
Type |
---|---|
First input handler |
Numeric |
Second input handler |
Numeric |
Logic output |
Boolean |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Properties
Category |
Property |
Description |
---|---|---|
Null processing |
Null option |
Specify how to handle the input if it contains null. |
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Null option
Option |
Description |
---|---|
Return false when unable to determine/calculate/process |
Continues with the process without throwing exception even when a system is unable to determine/calculate/process. |
Convert null into 0 |
Converts null to 0 and continues with the process. |
Throw exception when unable to determine/calculate/process |
Throws an exception (CalculationException) and stops the processing when the system is unable to determine/calculate/process. |
Output null if any input is null |
Outputs null if the value of any input handler is null. |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Logic sample
Mapping definition

Logic settings and processing result
This logic returns "true" if the value of "column [1]" is more than the value of "column [2]". If not, it returns "false".
Property settings
Property |
Setting |
---|---|
Null option |
Return false when unable to determine/calculate/process |
Input data
99,100 |
100,100 |
101,100 |
Output data
false |
false |
true |
For a list of logics, refer to Mapper Logic Guide.