Not sure if this is possible and I think I'm headbutting a brick wall here, but, does anyone know if there is any way to set a repeating field that contains a die roll to summed in TheAaronSheet and calculated? I tried boxing the die to an inline roll, nada. I tried just using numbers and for some reason, even though that works fine on my sheet elsewhere, it won't for this section.... I'll paste the code I'm working with in case anyone can spot where I'm messing up. Buttons and sum boxes: <tr>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Domain<br>Power</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Maint.<br>Cost</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Treasury</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Court<br>Maint.</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Bloodline<br>Strength</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Bloodline<br>Derivation</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Curr Regency<br>Points</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Diplomacy<br>Effects</td>     </tr>     <tr>             <td><input type="text" name="attr_domain-power" title="@{domain-power}" class="sheet-short"></td>             <td><input type="text" name="attr_maintenance-cost" title="@{maintenance-cost}" class="sheet-sym"></td>             <td><input type="text" name="attr_treasury" title="@{treasury}" class="sheet-sym"><input style="display: none;" name="attr_treasury-sum" value="0"><input style="display: none;" name="attr_guild-pool" value="0"><input style="display: none;" name="attr_law-pool" value="0"><input style="display: none;" name="attr_temple-pool" value="0"><input style="display: none;" name="attr_tax-pool" value="0"><button type="roll" name="roll_treasury-earned" title="@{treasury-earned}" value="/em gains a total of [[@{treasury-sum}+@{guilds-collected}+@{law-collected}+@{temples-collected}+@{taxes-collected}]] GB this Domain Turn."></button></td>             <td><input type="text" name="attr_court-maintenance" title="@{court-maintenance}" class="sheet-sym"></td>             <td><input type="text" name="attr_bloodline" title="@{bloodline}" class="sheet-maxtext"></td>             <td><input type="text" name="attr_bloodline-origin" title="@{bloodline-origin}" class="sheet-maxtext"></td>             <td><input type="text" name="attr_regency-gained" title="@{regency-gained}" class="sheet-sym" value="0"><input style="display: none;" name="attr_regency-total" value="0"><button type="roll" name="roll_regency-gained" title="@{regency-gained}" value="/em gains a total of [[@{regency-total}+@{regency-collected}]] Regency this Domain Turn."></button></td>             <td><input type="text" name="attr_diplomacy-effects" title="@{diplomacy-effects}" class="sheet-sym"></td>     </tr> Fields being called: <fieldset name="repeating_provinces" class="repeating_provinces"><table style='border-collapse: collapse; border-spacing: 0; width:100%;'>     <tr>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Name of<br>Domain</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Name of<br>Province</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Province<br>Rating</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Magic<br>Rating</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Castle<br>Court</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Taxes<br>Level</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Taxes<br>Collected</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Loyalty</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Regency<br>Collected</td>     </tr>     <tr>             <td><input type="text" name="attr_domain-name1" title="@{repeating_provinces_$X_domain-name1}" class="sheet-maxtext"></td>             <td><input type="text" name="attr_province-name1" title="@{repeating_provinces_$X_province-name1}" class="sheet-maxtext"></td>             <td><input type="text" name="attr_province-rating1" title="@{repeating_provinces_$X_province-rating1}" class="sheet-short"> <h4><b>/</b></h4></td>             <td><input type="text" name="attr_magic-rating1" title="@{repeating_provinces_$X_magic-rating1}" class="sheet-short"></td>             <td><input type="text" name="attr_castle/court1" title="@{repeating_provinces_$X_castle/court1}" class="sheet-sym"></td>             <td><input type="text" name="attr_taxes1" title="@{repeating_provinces_$X_taxes1}" class="sheet-sym"></td>             <td><input type="text" name="attr_taxes-collected1" title="@{repeating_provinces_$X_taxes-collected1}" class="sheet-sym" value="0"></td>             <td><input type="text" name="attr_loyalty-provinces1" title="@{repeating_provinces_$X_loyalty-provinces1}" class="sheet-sym"></td>             <td><input type="text" name="attr_regency-collected1" title="@{repeating_provinces_$X_regency-collected1}" class="sheet-sym"></td>     </tr></table>     <table style='border-collapse: collapse; border-spacing: 0; width: 100%;'>     <tr>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Law</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Collected</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Fortification</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Temples</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Collected</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Fortification</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Guilds</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Collected</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Fortification</td>             <td style="background-color: #7C0303; color: #FFF; font-family: Arial; font-weight: bold;">Sources</td>     </td>     <tr>             <td><input type="text" name="attr_law1" title="@{repeating_provinces_$X_law1}" class="sheet-sym"></td>             <td><input type="text" name="attr_law1-collected" title="@{repeating_provinces_$X_law1-collected}" class="sheet-sym" value="0"></td>             <td><input type="text" name="attr_law1-fortification" title="@{repeating_provinces_$X_law1-fortification}" class="sheet-sym"></td>             <td><input type="text" name="attr_temples1" title="@{repeating_provinces_$X_temples1}" class="sheet-sym"></td>             <td><input type="text" name="attr_temples1-collected" title="@{repeating_provinces_$X_temples1-collected}" class="sheet-sym" value="0"></td>             <td><input type="text" name="attr_temples1-fortification" title="@{repeating_provinces_$X_temples1-fortification}" class="sheet-sym"></td>             <td><input type="text" name="attr_guilds1" title="@{repeating_provinces_$X_guilds1}" class="sheet-sym"></td>             <td><input type="text" name="attr_guilds1-collected" title="@{repeating_provinces_$X_guilds1-collected}" class="sheet-sym" value="0"></td>             <td><input type="text" name="attr_guilds1-fortification" title="@{repeating_provinces_$X_guilds1-fortification}" class="sheet-sym"></td>             <td><input type="text" name="attr_sources1" title="@{repeating_provinces_$X_sources1}" class="sheet-sym"></td>     </tr></table>     <br><h4><b>Province Information:</b></h4><br><textarea name="attr_province-info1" title="@{repeating_provinces_$X_province-info1}" ></textarea><hr><br>     </fieldset> Script: //Birthright Section on('change:repeating_provinces', function(){          TAS.repeating('provinces')         .attrs('treasury-sum','tax-pool','guild-pool','law-pool','temple-pool','regency-total')         .fields('taxes-collected1','guilds1-collected','law1-collected','temples1-collected','regency-collected1')         .reduce(function(m,r){             m['taxes-collected1']+=(r.F['taxes-collected1']);             r['tax-pool']=(r.F['taxes-collected1']);             m['guilds1-collected']+=(r.F['guilds1-collected']);             r['guild-pool']=(r.F['guilds1-collected']);             m['law1-collected']+=(r.F['law1-collected']);             r['law-pool']=(r.F['law1-collected']);             m['temples1-collected']+=(r.F['temples1-collected']);             r['temple-pool']=(r.F['temples1-collected']);             m['regency-collected1']+=(r.F['regency-collected1']);             r['regency-total']=(r.F['regency-collected1']);             return m;                      },{['taxes-collected1']:0,['guilds1-collected']:0,['law1-collected']:0,['temples1-collected']:0,['regency-collected1']:0 desc: []},function(m,r,a){             a['treasury-sum']=(m['tax-pool']+m['guild-pool']+m['law-pool']+m['temple-pool']);             a['regency-total']=m['regency-collected1'];         })         .execute(); }) Not sure if this possible, again, but if it is, any help would be appreciated.