Help

Reporting - Linked Tables

Topic Labels: Extensions
1098 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Raj_Bharij
4 - Data Explorer
4 - Data Explorer

Hi,
I have several tables within a base for example Student_Details, Course_details, Job_details. I would like to be able to run reports where for a given student I could see all the courses they attended, or how many students who attended a course went on to get a job.
The tables listed above are linked so that the the student name is the link between each table.

I guess the main questions, can I do this without using Pivot Tables? If I do use Pivot tables can you use data that is across multiple tables?

1 Reply 1

Hi

I think you may need to consider your data structure as well as just the production of your report. Typically, with Students and Courses, you would have Students, Courses and Course Attendance tables ( the latter is a Join table from Courses to Students and allows you to record other information such as dates etc).

In this way, you can then use the Page designer to, for example, provide you with the Students course attendance - see screen shot:

Screenshot 2019-05-03 at 12.22.39.png

You could also produce the inverse in another Page Designer block showing a course and all the Students.

Hope this helps?