Hello,
Is it possible to integrate multiple tables in one Calendar View.
Basically I have a calendar that receives dates and task types from their own respective data tables and I would like to integrate all the rows in 1 Calendar view. Instead having 1 Calendar for each data table.
I thought of building a SQL view with the union of the tables, but this way when I access the tasks in the calendar and enter the detail of the task, I loose the references because I’m using the view underneath.
Or is it possible to set ref columns to views?
As anyone achieve this functionality (1 Calendar —> Multiple Tables) by other means?
Thanks for all the help!
Cheers,
Ricardo