Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Contents:

NOTE:  Designer Cloud Educational is a free product with limitations on its features. Some features in the documentation do not apply to this product edition. See Product Limitations.

   

The Integer data type applies to positive and negative numeric values that have no decimal point. 
  • Punctuation such as commas and dollar signs ($) are not supported. These markers must be removed from numeric values through transform steps before you can change the type to Integer.
  • The following range is considered safe for values of this type. There may be inconsistencies in output for values outside this range:
    • Safe minimum: -9007199254740991 (-2^53 + 1)
    • Safe maximum: 9007199254740991 ( 2^53 - 1)

NOTE: Scientific notation is not supported for Integer data type. Please use Decimal data type instead.

Examples:

  • 4
  • -23
  • 1234567890123456
  • -1234567890123456

  • No labels

This page has no comments.