Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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