Hi I am using a OBDC connection to connect to our DB. I need to filter my employee list based on if they are active or not.
I tried a SQL statement but I seem to be able to only draw on the data from tables. Queries wont work.
I can see the Employees table and select names but I want to prefilter only active employees.
Thanks