Let’s say I have a list of employees, each with a different department in a dataset:
{Abby,IT};{Bart,IT};{Carol,HR};{Dave,IT};{Edward,HR};{Frank,Sales}...
Is it possible when using the “Dataset Column” type to only select employees from a certain department? (limiting to HR would only ever select Carol or Edward)
Or perhaps is it possible to remove rows afterward, that matched certain values?