Forum Discussion
sw123
Helper III
2 years agoFiltering rows from table based on another table
Hi, I would like to filter items based on another table. I will try to explain the issue in an simple example. Table A: A B C D E Table B: B D E Base...
- 2 years ago
EXCEPT('Table A','Table B')
lbendlin
Super User
2 years agoEXCEPT('Table A','Table B')