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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to extract data from active directory.

Hi All,

Please let me know step by step qlikview script for extracting data from Active directory.

Regards

Ashish

10 Replies
AlbaJPDupe
Contributor
Contributor

Dear all,

Probably you will have to limit it with first 1000 and then do a bucle. 

I tried this code and it works for me:

Table:

Load *

;

First 1000

SQL Select

*

From table_name;

 

Hope it helps 🙂

Regards,

Alba