Hello all:
I have a table that stores our department's class offerings schedule. The important fields are:
- Lecturer's name
- Course number
- Day of the week (Multiple select - as there can be multiple days the class is offered)
- Start time of the class (the date does not really matter here; We only care about a typical week)
- Duration of class (in minutes) - helps to compute the end time of the sessions.
I would like to generate a view that shows us the Weekly Schedule that is “date Agnostic” for an entire semester. The columns will be the weekdays, and the rows will be the time frames of each day (running from 7am to 9pm). I would like the classes to be filled into a “calendar-like” view based on their time and day of offering. This will aggregate across all classes, and i would also like to apply filters to it.
We achieved it in Tableau, but it would be nice to have it in Airtable, where all our data are typically stored.
Thanks for your help.