The following steps show how to change a Seating Chart Type from Custom to Default
Step 1: Navigate to the Query page
Step 2: Run the List Query first to see the data for the seating chart, replacing the x's with the actual Section number
- LIST SCH IF TY = 0 AND SE = xxxx
Step 3: Run this Change Query to change the Type from Custom (Type 0) to Default (Type 1)
- CHANGE SCH TY TO 1 IF TY = 0 AND SE = xxxx
OR
Step 4: Run the List Query and use the Change button on the Query page and use the Type column to change the Type to Default.
