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
Loop for multiple date rows
How do we generate multiple values of a generated single attribute. I was able to generate future date of 4 rows, but what i needed is a 4 rows of different dates as depicted below.
Row No | Date | Usage |
1 | Jun 15 2017 | 0.623381 |
2 | Jun 16 2017 | 0.863356 |
3 | Jun 17 2017 | 0.564621 |
4 | Jun 18 2017 | 0.068763 |
Attached my process
Tagged:
0
Answers
There is a macro in the process called "futuerDates" (misspelled) that is set to 4. When you loop, you set the iteration to "futuerDates" so it does it only 4 times. If you want more, increase that value.
Oops my bad, you said you need different dates. Look at this process