Report link - target field value is contained in
I have Table A and Table B. I would like to create a Report Link in Table A, which returns multiple records from Table B. In Table A, I have a text field called AllDataPoints with value: 189-261 ; 189-21 ; 189-101 (It was originally a summary field of combined text, i.e., multi-select text, so I can play around with the delimiters and such.) Table B has a field called MatchID (text). I want the Report Link to return 3 records from Table B -- the record with MatchID equal to 189-261, the record with MatchID equal to 189-21, and the record with MatchID equal to 189-101. In other words, I want records where MatchID is contained within AllDataPoints. I tried changing Value Matching to contains and wildcard. My guess is that it would work if values in A were substrings of values in B, but I want it the other way around -- return records where B is a substring of A. Any ideas? Thanks.38Views0likes3CommentsHow to add list of attachments on child record from parent record
I have a parent record with child work records. The parent record also has child records attachments. I'm pulling all of the information from the parent recod into the child work record, so the user does not have to go out to the parent record to see the details. The one issue I have is how to show the attachments from the child record onto the child work record? Tables Parent Table--Grievence child record--Work record Parent Table--Grievence child record--attachmentsSolved106Views0likes4Comments