Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
I was able to change the rpt_index start number by adding a relation ("START_INDEX=100+rpt_index") and then by adding the "START_INDEX" in the repeat region. Now, I would like to change the increment value of the rpt_index which is 1 by default.
Does anyone has a solution?
Thank you,
Regards,
Solved! Go to Solution.
Make the relation 'START_INDEX=100+rpt_index*5'? Or am I missing something about your question?
Make the relation 'START_INDEX=100+rpt_index*5'? Or am I missing something about your question?
Thank you Matthew, it's perfect.