Hi kklosson,
Try LIST_TABLE_START instead of just LIST_TABLE
For your excel it should start like this (put the query in tilde quotes just to be safe)
«LIST_TABLE_START(OrganizationPositions)»«Position.Title»
and it will need to end like this, the last column in your table includes the list table end with the last attribute you want to display (I will just take the Position.Sworn as your last column)
«Position.Sworn»«LIST_TABLE_END()»
From my experience if anything in the attribute tags are misspelt or you are trying to pull an attribute that is not on the BO then it will either hang and keep loading forever until you kill the Aware server or it will just not pull through any data.