Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List boxes that filter fields on two different tables.

I have two tables with the same field in both. I would like to have one list box that filters both these fields. For example:

Table1:

Process

Risk

Control

Table2:

Process

Tester

Test Manager

I would like to have one list box with 'process' that filters both tables. Is this possible?

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Two tables will join if they have atlease one Fieldname common. So when you load these two tables, you should have only one FieldNamed Process which you can use as Listbox.

View solution in original post

4 Replies
saumyashah90
Specialist
Specialist

are they two different tables with no join?

By Default Process will get associated with both the tables.You can check typing Ctrl+t

vishsaggi
Champion III
Champion III

Two tables will join if they have atlease one Fieldname common. So when you load these two tables, you should have only one FieldNamed Process which you can use as Listbox.

awhitfield
Partner - Champion
Partner - Champion

Hi Jessica,

that's the default behaviour in QV. Have you got some sort of issue with it? They will be linked by process.

Andy

Not applicable
Author

Hi there Jessica,

Yes, here you go. Data used is imaginary for demonstration purposes.

Step 1 - load your tables and check table viewer

Capture1.GIF

Step 2 - add a list box for Process and a table box to show rest of the fields/values

Capture2.GIF

Step 3 - select a value in Process list box to filter both tables, see below.

Capture3.GIF

I hope this helps you.

Warm regards,

Nish