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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help in the creation history file in qvd for ad search.

Good Afternoon Everyone,

I need a help to create an incremental QVD where I fetch data from the ad and enter a date to create a history, my problem is that when I search the data in the ad can not insert date in the script to create the backup date. Follows the script of the ad if someone could help me thank you.

SELECT

company,

department,

title,

mail,

initials,

displayName,

name,

telephoneNumber

from

'LDAP://corp1'

WHERE objectCategory='person'; // Busca Informações do servidor de AD.

Store

USUARIOS_AD into [\\Storage\QlikView\Lunender\Consultas Corporativas\Arquivos Auxiliares\DIR-01 - Idicadores Departamentais\2. Usuário de TI\2.1. Usuários AD\user_ad.qvd]; //SALVA OS DADOS COM A DATA



0 Replies