I'm trying to filter a list which contains "status details". I want to display the all of the status details which are connected to the selected issue record. Where "Ticket #" = the "ID" (ticket# = field in CV Status, ID=the primary key of the record in CV issues and enhancements).
A few things to note:
The CV status table is in a DataCard - should this be in a Gallery?
The field Ticket # (in CV Status List) is a drop down field pulling from the ID field in the CV Issues and Enhancements List
Here is the formula I'm using, but its not working:
Filter('CV Status Updates', 'CV Status Updates'.'Ticket #'='CV Issues and Enhancements'.ID)
- I'm getting an error which says "The filter part of this formula may not work correctly on large data sets"

Thanks in advance
Jim