Skip to main content
1-Visitor
June 9, 2017
Solved

rpt_index increment

  • June 9, 2017
  • 1 reply
  • 3138 views

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,

Best answer by mender

Make the relation 'START_INDEX=100+rpt_index*5'?  Or am I missing something about your question?

1 reply

mender12-AmethystAnswer
12-Amethyst
June 9, 2017

Make the relation 'START_INDEX=100+rpt_index*5'?  Or am I missing something about your question?

1-Visitor
June 9, 2017

Thank you Matthew, it's perfect.