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! Go to Solution.
Something like LINKTOFILTEREDVIEW("List Of Student",[SectionID]=[_THISROW].[SectionID]) if the "List of Student" is a name for your table view.
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |