Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
- Loop: With this you'll control the 5 times you are repeating the operation
- Macro or Generate attribute or Generate Examples: With this you'll create a macro that increases in n each time the loop runs. Example 1st time value 10 the Second time Value * Number of iteration ( this part you should think since its the funny part of building solutions you can build it in many ways)
- Filter Example Range: With this you'll determine the 1st and the nth example you'll want to filter and use
Hi @raoji you are doing some loops
You'll need to use the following operators:
You'll need to use the following operators:
You'll need to use the following operators:
- Loop: With this you'll control the 5 times you are repeating the operation
- Macro or Generate attribute or Generate Examples: With this you'll create a macro that increases in n each time the loop runs. Example 1st time value 10 the Second time Value * Number of iteration ( this part you should think since its the funny part of building solutions you can build it in many ways)
- Filter Example Range: With this you'll determine the 1st and the nth example you'll want to filter and use
That should help you with what you are trying to do.