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
"Generate attribute if clause"
Hello again,
I have troubles getting an operator to work:
Thanks in advance,
Markus
I have troubles getting an operator to work:
I want to add the values from the attributes "PT_old" and "PT_add" to the new column PT.
<operator activated="true" class="generate_attributes" compatibility="5.0.0" expanded="true" height="76" name="Generate Attributes (27)" width="90" x="179" y="435">
<list key="function_descriptions">
<parameter key="PT" value="if( PT_old=NaN , PT_add , PT_old )"/>
</list>
<parameter key="keep_all" value="true"/>
</operator>
Thanks in advance,
Markus
Tagged:
0
Answers
Unfortunately the formula parser does not recognise NaN, so you have to fool it if you can! With numbers this seems to work.. Not quite sure what you'd do for nominals, but you get the idea..
Just a small remark! Even in Java NaN==NaN is allways false.
It's feature not a bug!
Best regards,
chero