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

Extract source table from a loading script of a document

Hi,

how can I extract source table from the loading script of a document ?

For example I have:

....

AnagraficaCampagne:

sql select PCMSTAB || trim(to_char(PCMANNO,'0000')) || PCMCIMP ||

TRIM(TO_CHAR(PCMPROG,'000')) as CampagnaLaminazione,

PCMSTAB || trim(to_char(PCMANNO,'0000')) || PCMCIMP ||

TRIM(TO_CHAR(PCMPROG,'000')) as CampagnaLaminazioneAnag,

PCMFLGVERS as FlagVersato,

PCMFLGNC as FlagNonConforme,

PCMACAM as CodiceAmbitoCampagna

from TABLEX;

.....


I would like to extract TABLEX in automatic mode.

Thanks

Giovanni

0 Replies