Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
Hi,
to increase the count by 5 you need to change your script into:
this.rawValue = Row1.ModelStart.rawValue + ((this.parent.index + 1) * 5);
View solution in original post
Thanks radzmar for your help and prompt reply!
-Don
Views
Likes
Replies