In what order do sessions appear? In what order do presentations (subsessions) appear in the session detail view?

Modified on Mon, 2 Mar at 9:19 AM

1st: Chronological

In list views, your sessions and subsessions will first be ordered chronologically. For example, the one that begins 7 AM will always display before the one that begins at 7:05 AM.


2nd: Session Type

In list views, when sessions start at the same time, they are listed based on your order of session types

Reorder your session types in the App Builder > Agenda > Session Types via drag and drop.

The most important session types should be listed on the top.


Example

Based on the screenshot below, if a session of type Keynotes and a session of type Posters both began at 7 AM, the Keynotes session would appear first in the list.

 




3rd - EventPilot Pro: Choice between alphabetical or session number 

Subscription projects sort sessions alphabetically. EventPilot Pro users have additional order control: 


In the App Builder > Settings > App Settings, you can switch between alphabetical order by title or by session number. 

You can choose a different option for your sessions than for your subsessions, if desired. 


For example:

  1. Parent: could have your parent sessions appear in alphabetical order based on their title. 
  2. Presentation (child): Each presentation (sub-session) within the parent session could be listed based on the session number. 


If you select to sort by Session Number, you must be importing the session number in your data and have it mapped to the Session Number field. You can double check by following these steps: 

  1. Navigate in the App Builder to Agenda > Sessions 
  2. If you import your data:
    1. Open the Import card
    2. Click the Pencil icon next to the import source that imports your session data
    3. In the Import dialog, select Step 3 Mapping
    4. Ensure your Column Header that contains the session number is mapped to the field called Session Number
  3. If you manually added your sessions: 
    1. Search for the session you'd like to have appear in a specific order
    2. Click on its title to open the session overview
    3. Check that the Session Number field is filled - if not, click the Pencil icon to edit the session and add a number



Understanding Alphumeric Sort Order


Alphanumeric sorting treats text as text, not as numbers. So if one session titles or session number starts with S9 and another starts with S33, S33 will appear before S9. Why is that? 


So the system is not thinking: 9 is smaller than 33


It is thinking: Compare character by character.


Here is what happens:

S9

S33


Step 1: Compare the first letter

S = S → same


Step 2: Compare the next character

9 vs 3


Since 9 comes after 3, S9 is placed after S33.


The system is not comparing 9 to 33 as whole numbers. It is comparing individual characters from left to right.


If you want it to sort numerically instead, the numbers need to be the same length, like:

S09

S33


Now it works because:


0 is less than 3, so S09 comes before S33.


The system sorts letter by letter, not by number value. That’s why S9 appears after S33.