When you roll multiple times on a table, normally only the first result is displayed. You can mouse-over the result if using Inline Rolls [[ 1t[TableName] ]] or see all the other rolls if you use a plain /r 1[TableName] (but it's pretty ugly) The only way you can roll multiple times on a table and have each result displayed is to either specify how many you're going to roll manually (and actually iterate the roll that many times), or to make use of an API-Script that expands the functionality ( Obligatory TheAaron Script Reference ) You can automate SOME of the leg-work of manually iterating through the table through a second drop-down query that you activate after you know how many times you have to roll it. The macro itself can get a little messy (especially if you have more than just six possibilities) but you'd only have to create it once. ?{How Many Table Rolls Are Needed? | One, [[1t[TableName]]] | Two, [[1t[TableName] ]] [[ 1t[TableName] ]] | Three, [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] | Four, [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] | Five, [[ 1t[TableName] ]] [[1t[TableName] ]] [[1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] | Six, [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] [[ 1t[TableName] ]] }