Not Equal

Not Equal

Logic name

Not Equal (Document Mapper/Variable Mapper)

Function

This logic determines whether two input numbers differ.

Data types

Location

Type

First input handler

Numeric

Second input handler

Numeric

Logic output

Boolean

= Hint =

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

Determine/calculate while remaining null value

Outputs either "false" if the values of both input handlers are null, or "true" if only one of them is null, and then continues with the process.

Convert null into 0

Converts null to 0 and continues with the process.

Output null if one input is null

Outputs null if the value of one input handler is null.

= Hint =

Refer to Logic specifications (Document Mapper/Variable Mapper) for details.

Logic sample

Mapping definition

Logic settings and processing result

This logic compares two numerical values of the input data, and if they differ, returns "true". If not, it returns "false".

Property settings

Property

Setting

Null option

Determine/calculate while remaining null value

Input data

100,100

100.0,100

100,100.1

Output data

false

false

true

 

= Hint =

For a list of logics, refer to Mapper Logic Guide.