Navigate to View based on Selection

Hello

dataset looks like this:

AppName User
AAA john
BBB john
AAA elvis
BBB elvis
CCC elvis


In one view I want to see distinct rows to choose from:

john
elvis

when click on elvis, i want to see his app list in another view

AAA
BBB
CCC


Solved Solved
0 2 49
1 ACCEPTED SOLUTION

2 REPLIES 2

Create Table 
Users:

User_IDUser

and create another table: 
Applications:

Application_IDUser_ID (Ref)Application Name

Do the relation between the tables using column Type REF and selecting the source table:

In this way when you click the user you can see the related applications.

 

See below

Hussein_Osseily_0-1710856905260.pngHussein_Osseily_1-1710856915294.pngHussein_Osseily_2-1710856923901.pngHussein_Osseily_3-1710856971488.pngHussein_Osseily_4-1710856977217.png

 

Top Labels in this Space