Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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