hi, i have a app with several tables that all have dates for apointments , deliveries, etc, i needed to know if there was a way i can combine all these dates from different tables into one single calendar
thanks
Solved! Go to Solution.
Hmmโฆ You might considering a new table that consolidates that information.
I imagine that you already have forms built to populate those tables, so you might think about creating a workflow that sends any new data to your new โConsolidatedโ table. I think I would make the table look like
Category Date Start Time End Time
Then use that new table to populate the calendar.
Some one else might have a smarter way to do it, but thatโs how I would handle it, if I didnโt want to complete change the app. If you were going to change the app, I would create one large table that has a bunch of columns in it, and then create slices for each of your different activities. Then use the main table for the calendar.
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |