Beginner here stumped by what I imagine is a easy fix for an expert. I have 'Screen1' that has a data table, edit form, the usual 'Save' 'Add' and 'Delete' buttons. What is stumping me is how to code a button to navigate to a display form, (DisplayYesResponses), loaded with the values in the edit form (Item Entry Detail). I need to filter the display from so only "Yes" responses are shown. I think i have that covered with the 'Visible' property.. eg... DataCardValue4= "yes" or some variant. None of the similar requests that I can find in this community forum seem to work for me or I am yet unable to see through them and transpose something close.
Any help with this or best practices is appreciated!