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
"condition type expression in the Branch Function"
marco_stuggi
Member Posts: 2 Contributor I
Hey Community
I want to initiate an "if-then-else" operation with the branch function, if a certain attribute has the name analytics. I thought "expression" is the right condition type, but it won't work. My example:
condition type: expression
condition value: BW_T1_Tag == analytics
Thanks in advance
marco_stuggi
I want to initiate an "if-then-else" operation with the branch function, if a certain attribute has the name analytics. I thought "expression" is the right condition type, but it won't work. My example:
condition type: expression
condition value: BW_T1_Tag == analytics
Thanks in advance
marco_stuggi
Tagged:
0
Answers
what exactly do you want to achieve? If you want to treat data rows where the attribute BW_T1_Tag has a certain value, try the Filter Examples operator. The upper "exa" port then delivers all rows that match the filter condition (e.g., BW_T1_Tag == "analytics"), the lower "unm" port contains all other data rows.
Does that help?
Cheers,
~Marius Helf