Set a Variable Value

Tavo
New Altair Community Member
Hi!
I need to set a variable an its value to be able to use this variable with different operators in my process.
For example Month = 5
Then all the processes that need the Month should be able to retrieve this value.
What's the operator for this. I tried to use set role but it didn't work.
Thanks
Gustavo
I need to set a variable an its value to be able to use this variable with different operators in my process.
For example Month = 5
Then all the processes that need the Month should be able to retrieve this value.
What's the operator for this. I tried to use set role but it didn't work.
Thanks
Gustavo
Tagged:
0
Answers
-
Take a look at macros. That's what they are for.1
-
Thanks. I'll do0