I have a church pew object that will display and schedule the number of seats for each occurrence based upon a seat width parameter.
For example: Seat Width=2', Pew length=19'; The Max # of Seats for that pew are 9.
I have a parameter populated by a text string that allows me to schedule the church pews and see the max # of seats for each, but I cannot get a summation of these numbers.
Is this because the parameter being scheduled is 'text' vs a 'real number'?
Does anyone know what I can do to allow for those 'Max # of Seats' values to be schedules and summed?