Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
derrydavis
Partner - Creator
Partner - Creator

Qlik Sense Multiple LDAP Filters

Looking for a way to add multiple LDAP filters to a UDC connection so we can bring in 2 different sets of users to Qlik Sense. We've tried separating the filter with a semi-colon but that only appears to deactivate users already brought in. Changing the filter and syncing for each group individually appears to set users to 'inactive' that are not part of the last sync. Any other ways to do this without a wildcard and bringing in more users than wanted?

Thanks  in advance.

-Derry

3 Replies
BalaBhaskar_Qlik

derrydavis
Partner - Creator
Partner - Creator
Author

Ah, I see it now, the second example on the first link shows a 'or' in the filter right before the multiple items:

>>>|<<<(sAMAccountName=userid)(sAMAccountName=userid)

(called out with the >< characters)

Then the different filter items are separated by open / close parentheses.

Thanks!