How to join two tables in a database view, when they do not have any common fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 11:56 PM
Thank you for all your help.
We would like to join two tables ( table A and table B) using the Database view function.
Both table does not have any common fields.
I need to reflect data from both tables in a calendar type report.
If there is any way, no matter how trivial, I would appreciate it if you could let me know.
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2024 11:34 PM
Hi @aadilk ,
It's not really a report, but you could create a workspace with a calendar that uses an EVAM definition to fetch information from different tables in a generic format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2024 05:07 AM
Are the tables TASK tables by any chance?
If so you could build the report on base task [task] and then use filter only for Task Type = A or Task Type = B
No DB view required.