How cut function in generate attribute worked, and how to set the numeric start and numeric length

tomarriott
tomarriott New Altair Community Member
edited November 5 in Community Q&A
How cut function in generate attribute worked to extract value from range, and how to set the numeric start and numeric length
Tagged:

Answers

  • jwpfau
    jwpfau New Altair Community Member
    Hi,

    it's better to use replace(Attribute, "range", "")

    Otherwise it would be 5,1 instead of 4,2.

    Greetings,
    Jonas