This requires Admin or Data Admin privileges for implementation.
Please Note: If you do not have the correct privileges to access Data Hub you will receive the following upon your login attempt. If you get this message and think it is an error please see your organization's iDashboards Administrator for assistance as Support is unable to give you access.
Is it possible to create a chart with data from 2 different tables?
Yes, you have two options you can use Custom SQL or Data Hub.
Custom SQL
You must be using a data source that allows custom SQL, and enable Allow Custom SQL in the data source settings. When designing your chart, use Custom SQL when selecting your data source and create a SQL statement to pull columns from your desired tables. The process to link the table is a join.
Example of a inner join:
select * from table1 A inner join table2 b on a.id = b.id
Data Hub
From the Data Hub Create Data Sets out of your Data Sources. Once you have the Data Sets created you can go to the ETL tab and select New ETL Job this will take you to the ETL stage. Pull your E down to set your extract. Once you have you two extracted data sets on the stage. Pull down the T transform. Once on the stage attach the arrows from the extracts, click on the gear.
Now that your in the join setup you should have some time of ID to join the tables. Just match the two ID columns and save.
Now pull the L load to the stage and attach the transformation. Click the gear and walk though the process.
Note: If you want to join more than two tables just add your data set and a new join transformation.
It should look something like this.
For More Information:
- iDashboards Data Hub Manual 8. Extract, Transform and Load
If the above is unable to resolve the issue, then please contact iDashboards Support for further assistance.
Comments
0 comments
Please sign in to leave a comment.