Hi,
I have a table as shown below:
Employee Name | Competency | Role |
Sandya | C2 | Software Engineer |
Devaraj | C1 | Test Engineer |
Prem | C3 | Test Engineer |
Subash | C1 | Data Engineer |
Rushikesh | C2 | Data Analyst |
In this table I want all the unique competency as list like ['C1','C2','C3']
can anyone help me to achieve this task using c# plugin.
Thanks,
Sandya