The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I have 2 tables, and I need a result that shows only inputs that are the same in both tables.
Hence, to compute the intersection of a number of arrays.
array intersect ( array1, array2 [, array#… ] )
Returns an array containing all the values of arra...
Sure. Let’s say I have 4 tables with the unique records: Client, Industry, Problem, Solution. I input all the data, and the tables look like this:
In the Client table, I need a field that would return only the solution that covers Client industry an...