- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to typecast integer to string and save that to a new field?

DEAD_BEEF
Builder
06-07-2018
09:26 AM
I have a numeric field that needs to be string to put be CIM compliant. I tried using tostring, but it still shows up with the #
in the interesting field list so it's still being read as a number. Also, how do I go about saving that field so it is always returned as a string to be used by the data model?
currently numeric field called
id
values 102342,23482,23498,23490
I want string field
id_string
values 102342,23482,23498,23490
