Forum Discussion
I need to create column with fulldate from 2013
- 5 years ago
If the columns in your two enrollment tables are the same/similar, you should append the tables in the query editor, disable load on the originals and only load the appended table. This will simplify your analysis/visualization.
Pat
- Anonymous5 years ago
Anonymous
If you don't want keep the original tables, you can create a calendar table with full date, create link the calendar with your 2 tables. Then you can just create line charts using the calendar date with data in the other 2 tables.Calendar = Calendar(Date(2013,1,1),Date(2021,12,31))
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
If the columns in your two enrollment tables are the same/similar, you should append the tables in the query editor, disable load on the originals and only load the appended table. This will simplify your analysis/visualization.
Pat