Table of Contents

Search

  1. Preface
  2. Function reference
  3. Constants
  4. Operators
  5. Dates
  6. Functions
  7. System variables
  8. Datatype reference

Function Reference

Function Reference

Integer constants in expressions

Integer constants in expressions

Data Integration
interprets constants in an expression as floating-point values, even if the calculation produces an integer result.
For example, in the expression
INTVALUE + 1000
,
Data Integration
converts the integer value "1000" to a double value if high precision is not enabled. It converts the value 1000 to a decimal value if high precision is enabled. To process the value 1000 as an integer value, create a variable field with an Integer datatype to hold the constant, and modify the expression to add the two fields.

0 COMMENTS

We’d like to hear from you!