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
Answers
yes. I think that should to the Attribute_filter, isn't it?
Greetings,
Sebastian
i know how to filter, say for attribute1 to be greater than zero (e.g. att1>0), but how can i filter for attribute1 to be greater than a variable (e.g. att1>x) where i would specify x externally. or ultimately get ParameterOptimisation to choose it for me.
Variables are called Macros in RM, and can be incorporated most places that text gets accepted, like in SQL or parameters, in the format %{Macro_name} , like this...
is there anywhere a list of acceptable synthax options for parameter_string (such as "att1<%{X}")?