Skip to main content
Solved

Can the results of multiple different GIs be joined for a datasource of a report?

  • February 18, 2021
  • 3 replies
  • 300 views

We’d like to use the results form different GIs for one report, is this possible? How?

Best answer by ChandraM

Note: This solution proposed here could be useful for a developer.
In such cases, the developers can also use SQL Views to combine the tables, Create a  DAC for the SQL view (with proper CompanyID as a field in the SQL View, and by using IsKey =True defined on the key fields), and then create the Generic Inquiry. The newly created DAC will be available to create GI.

3 replies

Gabriel Michaud
Captain II
Forum|alt.badge.img+11

Hi @henrikmonfort ,

 

Could you tell us more about the tables/content of the two GIs you want to join and the business requirement?

 

Thanks


Forum|alt.badge.img+8
  • Semi-Pro I
  • Answer
  • February 18, 2021

Note: This solution proposed here could be useful for a developer.
In such cases, the developers can also use SQL Views to combine the tables, Create a  DAC for the SQL view (with proper CompanyID as a field in the SQL View, and by using IsKey =True defined on the key fields), and then create the Generic Inquiry. The newly created DAC will be available to create GI.


lauraj46
Captain II
Forum|alt.badge.img+8
  • Captain II
  • March 1, 2021

Hi @henrikmonfort,

Depending on the business requirements for the report, another option may be to use subreports.