This successfully shows a combined table with users that are in Table1 and Table2. However, I want to show all users in table1 that are NOT in table 2?
How can i do that?
| inputlookup table1.csv
| join type=inner userColumn [ inputlookup table2.csv ]
↧