Hi,
To get the usernames that are a member of an AD Group based on the condition, then I would perform the below steps,
* open LDAP data source and click 'Create base view'.
* Select the [desired object classes and attribute](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_data_sources_and_base_views/ldap_sources/ldap_sources#new-ldap-data-source) that I want the new base view to return which is the distinguished name,uid, etc save and execute the view and you will be able to see the distinguished names
* After creating the base view, I would create [flatten view](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_derived_views/creating_flatten_views/creating_flatten_views) on top of that base view to get the detailed information about the users.
* Then apply specify the condition(s) in the ‘Where conditions’ tab in the above created view to get the data based on the condition.
Also, if you are a valid support user and need further assistance for this scenario, you can open a Support case and our Support Team will help you further.
Hope this helps!