Passing ID return multiple Rows

Hi, Everyone.

Good day.

I just want to ask, how to pass a keyID on another view, so that when the new View is loaded on the screen it will show only the records based on the keyID passed from the previous view.

Scenario: When clicking a specific SectionID in the current view, the next view came up with the list of Students currently enrolled in that section.

- List Of Section View (table columns):
SectionID | Section Name

- List Of Student VIew (table columns):
SectionID | Student ID | Student Name


Thank you.

Solved Solved
0 5 147
1 ACCEPTED SOLUTION

Something like LINKTOFILTEREDVIEW("List Of Student",[SectionID]=[_THISROW].[SectionID]) if the "List of Student" is a name for your table view.

View solution in original post

5 REPLIES 5
Top Labels in this Space