Jump to content

Recommended Posts

Posted

i want to find the original object name (without instantiation or population eg. just Ca123) is this possible ?  how ?  ( from CA123.35357 to just CA123 uising expressions, CA123 belongs to CustomTruck model)

Posted

i want o find it in a data table named Camiones in column ID (CA123), in my faciliity i have an object named CA123 inherits from type Camion which inehrits from Vehicle, now what i try to do is get just the parent name which would be CA123 and not CA123.123 (instance of object created in facility with population 1)i have tried this:

image.png.5de729db338ebe3cbe8311ece99a5e86.png

Where Name is CA123.123 and Camiones.ID represents all rows in data table Camiones and column ID eg. CA123,CA99,CA82

×
×
  • Create New...