Hi guys,
sorry if there is an answer to this question, I tried to find but no success.
I have two excel tables:
skillset - Filter(skillset,'name id'=Gallery_resources.Selected.id)
| id | name_id | skill type | skill |
| 2 | 1 | Design | UX |
| 5 | 1 | Design | DESIGN |
skilllist - table to populate the drop down
| id | skilltype | skill |
| 34 | Design | DESIGN |
| 48 | Design | CREATIVE DESIGN |
| 49 | Design | CREATIVE/CONTENT STRATEGY |
| 52 | Design | UX |
| 65 | App | ANDROID |
| 72 | App | PHONEGAP |
I am creating a function to add skill in the skillset table.
I want to populate a Drop Down only with skills not added in the skillset table for the user 'name id'=1 (remove the recorded skills for the user 'name id'=1)
Any idea?
thanks