Forum Discussion

pabeader's avatar
pabeader
Icon for Post Patron rankPost Patron
5 years ago

filter table 2 based on table 1

I have two tables of data.  Table 1 has date, eqnum and status  plus other columns.

Table 2 has date, eqnum and trouble report plus other columns.

 

I would like to use a visual (table) to show the Info from Table 1 and the related count from Table 2.  Where the count is the number of rows where the date and eqnum match.

 

Like:

 

Date, Eqnum, Status, Count

 

Is there a way to do this?

 

1 Reply

  • pabeader Are these tables linked in the data model?  If yes then the relationship type defines which table filters the other one.  If no then you can use TREATAS to transport filters across unrelated tables.