Skip to main content

[SOLVED] Filter by linked table

  • March 24, 2017
  • 2 replies
  • 25 views

How could I filter via JavaScript API depending on linked table? What is the criteria if there are more than one table linked?

I tried "{Column} = '" + record.get('Col') + "' but then I get only the results with just this reference, not the records having addition refs.

2 replies

  • Author
  • Known Participant
  • 11 replies
  • March 27, 2017

I got it now. This works for me:
"FIND( '" + record.get('Col') + "', ARRAYJOIN({Column}, ';'))"


  • New Participant
  • 1 reply
  • April 29, 2019

Can you make it work using the REST API ? I tried to do the same, but I never get any result…