Skip to main content
Question

Double value for some values convert to scientific notation using a sde reader - how can I show the actual value.

  • May 4, 2020
  • 2 replies
  • 90 views

Forum|alt.badge.img+1

The revised dataset uses a sql executor and the value is 0.00001600. The value from the sde is 1.6e-5.

When using a change detector always show as updated when the values have not actually changed. Can I fix this in the sde reader or is there a way to ensure that there is no conversion to scientific notation?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8392 replies
  • May 4, 2020

You can use a StringFormater:

You probably also want to use an AttributeRounder set to something meaningful, as comparing floats is notoriously tricky in some cases.


Forum|alt.badge.img+1
  • Author
  • 14 replies
  • May 4, 2020

Worked great once I realize to add to both the origin and revised inputs. Thanks!