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

SELECT field as Calculated Field

1407903174
Finderski
Plus
Sheet Author
Compendium Curator
I'm not sure if this is a bug or not...I'm trying to use a drop down menu as a calculated field. The wiki doesn't indicate I can't, but it's not working. In Savage Worlds a character's rank is determined by the number of XP. Savage Worlds makes this easy as the ranks are: 0-19 = Novice, 20-39 = Seasoned, 40-59 = Veteran, 60-79 = Heroic, and 80+ = Legendary. So, I set up the formula as: value='floor(@{xp}/20) The drop down menu never changes. I've tried making it disabled and not disabled. It never changes. However, when I set up an <input type='text'> field with the same formula it updates properly with the correct value. Is this is a bug that I need to report, or am I just using it wrong? Thanks.
1407908209
Sam M.
Pro
Sheet Author
Drop down labels won't change even if you put auto calculated stuff in it, they're just labels.
1407918863
Finderski
Plus
Sheet Author
Compendium Curator
Darn. Oh well. Thanks.