Skip to main content
Question

Replace values '1' in column by values > 1 in the same column

  • June 19, 2020
  • 1 reply
  • 8 views

Replace values '1' in column by values > 1 in the same column

So, how can i replace 1 by 2,5? 2,5 is dynamic...

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.

1 reply

Forum|alt.badge.img+2

You can probably set 1 to 0, use a StatisticsCalculator to get the min/max, and then set the attribute to the max.