Combine two applications tables into single dashboard or report
I have an application which host multiple projects with individual tasks due based on calendar days. I now have a requirement to change one particular project tasks over to business days.
Since the task need to be either calendar or business days, I duplicated my application specifically for the project that needs to be converted over to business days. I than modified my formula -work date field to reflect business days.
My question is: Is there a way to take the report from this new application and have its results added to the same report name in the original application.
I typically view the report to determine what tasks are due, and am hoping that I don?t need to jump between multiple applications.
I know that I can add a URL to link over the report, but a hoping that we wouldn?t have to perform extra steps in viewing.
For example:
App 1 has multiple project with tasks scheduled based on calendar days. I created a report to list out current task due called ?all open task? I would see something like this
Project 1 Task due 7-30-18
Project 1 Task due 7-30-18
Project 2 Task due 7-30-18
Project 3 Task due 8-10-18
Project 3 Task due 8-11-18
Project 6 Task due 12-1-18
App 2 was a copy of App1, but only carried over new project that is based on business days. That is the only change. All fields, setting, report etc. are the same. If I run the same report ?all open task? I see the new business day tasks
BusinessDayProject Task due 7-30-18
BusinessDayProject Task due 8-30-18
BusinessDayProject Task due 9-30-18
Ideally I would like to see a running report merging these into one report or dashboard
Project 1 Task due 7-30-18
Project 1 Task due 7-30-18
Project 2 Task due 7-30-18
BusinessDayProject Task due 7-30-18
Project 3 Task due 8-10-18
Project 3 Task due 8-11-18
BusinessDayProject Task due 8-30-18
BusinessDayProject Task due 9-30-18
Project 6 Task due 12-1-18