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
[solved] Fill missing value
my problem is : on some rows, the value of attr1 is missing ; on these rows only, I'd like to fill this value with a formula, such as "if (attr2 > 10) then (attr2 - 10) else (attr3 / 2)".
can I do that without adding a new attribute to all rows and use the "multiple" operator?
TIA
greg
can I do that without adding a new attribute to all rows and use the "multiple" operator?
TIA
greg
0
Answers
Best, Marius
About attribute names, I have another question, but I'll start another topic.