Skip to main content

How to Filter Records with Formula for linked Records

  • June 12, 2017
  • 2 replies
  • 36 views

Hello,

So i got a Table with Locations and a Table with Questions. Every Question is now linked to a Location.
Now I want to filter the Question by a specific location.

So I only retrieve the Question for a single location.
I tried it with ({Location} = ‘["+“recordID”+"]’) but only retrieve an empty Array.

Thanks for Help and Tipps,
Best Regards Fabian

This topic has been closed for replies.

2 replies

  • Known Participant
  • June 12, 2017

Try filtering by name of the Location, not “recordID”.


  • New Participant
  • May 16, 2019

Try filtering by name of the Location, not “recordID”.


The Name of the of the Record in my own case is a computed value of name and email addrress of a Student, I want to filter a Table to retrieve the records submitted by a particular student.