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
Want to extract values from excel and use in 'data item in 'Calculate data' operator ('sensor link')
Himanshu_Pant
Member Posts: 46 Learner II
in Help
Answers
If your labels are all in a row you may need to pivot first.
So you loop through the example, for each example you extract the value you need to a macro, and then use that macro for your sensor link.
Something like that...
I'd recommend this for bigger sets, as this way you only use the relevant data, while otherwise the 'hidden' metadata remains part of your flow.
This can have a huge effect on speed and memory when dealing with loops and filters on bigger sets.
I use it by default on every step where I need to filter or loop.
Tried "Set Parameters from ExampleSet" from Toolbox, but not able to set values for enumeration.
@yyhuang can you help with this case.