November 30, 200421 yr I have a portal showing a list of records. On each portal row I have a button which is supposed to point to a list view of all the activity related to the specific record on the portal row. My problem is how to do a find or filter the list view to show only the details from the current record (the record being displayed in the portal row where the button was pressed) EG: CASE # | Name | Date | Court Date | Results <SHOW ALL> So, I might have many entries relating to several case numbers. I want to be able to see a quick report that shows only the records who meet the common case number criteria. I need it to do a find for the case number and show all related records (sorted by date). How do I get it to grab the case number as a variable for the find? I want to be able to follow the court dates for the selected case number... Any help would be appreciated.
Create an account or sign in to comment