The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How to Convert nominal to Integer

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
edited March 2020 in Help
My Id value is 5.0 and datatype is nominal I want to conver my id type to integer like 5
Nominal to numerical operator not helping me because it convert dummy and unique integer
Tagged:

Best Answer

Answers

  • dedeerdedeer Member Posts: 9 Contributor II
    edited March 2020
    Hi @sgnarkhede2016,


    did you try to include special attributes? 

    edit: Sorry I get it wrong. @mschmitz gave the best option. Parse numbers with decimal char "." in your case and include special attributes. 
Sign In or Register to comment.