cancel
Showing results for 
Search instead for 
Did you mean: 

How to include multi-record block in a single block section

former_member392074
Participant
0 Kudos

I have a simple report of student information, with a section for each student, and some basic info (Name, Major, Student Status, Home State, Photo, etc.)

The section "id" is Student Id + Student Name

Beside this block I want to display a list of his courses. But when I copy in the courses block to the Student section, it displays the courses for EVERY student, I was thinking it would link to the Section Id and only display THAT student's courses.

How can I do this?

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

have you added the courses in separate table or same table with ID as section?

Ideally you will get the associated value sin the table with section.

Answers (1)

Answers (1)

former_member392074
Participant
0 Kudos

>>have you added the courses in separate table or same table with ID as section?
- so I changed the Section Id to "STUDENT_ID", and voila - perfect. The Courses table only displays the courses for THAT STUDENT_ID, which is a merged dimension for the two queries

>>Ideally you will get the associated values in the table with section.
- Got it!

Thanks for the assist.