faunooo Posted November 29, 2018 Posted November 29, 2018 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)
gocken Posted November 29, 2018 Posted November 29, 2018 Did not understand the purpose but you can use ctrl+f and then "CA123".
faunooo Posted November 29, 2018 Author Posted November 29, 2018 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: Where Name is CA123.123 and Camiones.ID represents all rows in data table Camiones and column ID eg. CA123,CA99,CA82
Recommended Posts