Forum Discussion

amandabus21's avatar
amandabus21
Helper V
3 years ago

Schedule Creation

Hi, 

 

I have a table from a SQL Server database. It gives me the sheduled amount of buses per day.

 

This 11/21/21 with the null date is the "base schedule" for the buses.

 

The schedule only changes if there is another entry, example 12/25/21 for holidays, when the schedule would be modfied.

 

Therefore the application will place a priority on the base shedule and pull from that unless there is another entry. Then it will bypass the base schedule and go to the new entry for that date. 

 

How can I create a table that gives me the number of schuedled buses per day based on base schedule and bypass entries?

 

 

2 Replies