Forum Discussion

guyatisk's avatar
guyatisk
Helper II
1 year ago
Solved

Two related tables - hide second table list until primary record selected

I have a page with two tables that are related by a project ID.  The first table is the project header information and the second table is a list of notes for related projects (1:N, on to many) relat...
  • MNedix's avatar
    1 year ago

    That's indeed a strange behavior. What I tested so far is:

    1. if the columns are in the same table the behavior is what you described

    2. if you do the suggested solution between two related tables then it works properly (completely hiding table 2 if nothing is selected in table 1)

     

     

     

    Try creating a new table, only with the unique ProjectIDs, create a relationship with your Table1, create the Selected measure based on the new table and do the the rest.