Help

Re: [SOLVED] Filter by linked table

477 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Stephan_Strittm
6 - Interface Innovator
6 - Interface Innovator

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 2
Stephan_Strittm
6 - Interface Innovator
6 - Interface Innovator

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

Mathieu_L
4 - Data Explorer
4 - Data Explorer

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