On one of my screen having display - FormViewer and connected to sharepoint list - working fine.
on the same screen I have inserted table and trying to filter based on the one of the field of formViewer
when I am applying filter based on the primary field of the list, it is working fine
Filter(TblBreakDown,SubRecoNo=DataCardValue24.Text)
BUT when I am applying filter based on another field, it is not working, no result appears
Filter(TblBreakDown,FormNo=DataCardValue24.Text)
For testing purpose I put the numeric same value in the SubRecoNo and FormNo - like 1,2, 3 etc
Please advise, in both situation if numeric or text, how to apply filter on table based on the value of a field in the display viewer.
Below image for fast reference :