Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Keep two sets of repeating rows in sync

1621965525
.Hell
Sheet Author
Hey everyone, I want to mirror a smaller version of a repeating row fieldset in another part of the charactersheet. For this to work it is essential that smaller version keeps in sync with the original. Is there an easy way to do it? Has Roll20 some out of the box tools to make it possible?
Hi Hell, Are you intending for it to be an exact copy of the data? Because if that is the case, you should be able to just reference the repeating section again.  If you are looking for a subset of that data, I would probably advise having a hidden field that controls the visibility of records if they don't match certain criteria. If you are looking to do something more complex, you would need to write sheetworkers that duplicate this code. If you're able to fully explain the problem, we should be able to come up with a solution for you!
1622011955

Edited 1622012060
.Hell
Sheet Author
Thanks Nic, that works. I referenced it and made the things that should not be shown invisible with CSS.