In the linked form, I am trying to have the Model numbers increase by 5 with the staring row being 10. The first row works correctly (15) but the next row displays 16 instead of 20. Any help offered is appreciated.
https://acrobat.com/#d=qqeTcs45UOSYHDSkvZX4ng
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
to increase the count by 5 you need to change your script into:
this.rawValue = Row1.ModelStart.rawValue + ((this.parent.index + 1) * 5);
Views
Replies
Total Likes
Hi,
to increase the count by 5 you need to change your script into:
this.rawValue = Row1.ModelStart.rawValue + ((this.parent.index + 1) * 5);
Views
Replies
Total Likes
Thanks radzmar for your help and prompt reply!
-Don
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies