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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
gianluca_brick
Contributor II
Contributor II

How to remove file excel in script

I have the following script which uploads an excel file to qlikview:

 

 

Directory;
[DIM_PDV_CFR_OLD]:
LOAD STATO as Stato_pdv_cfr_OLD,
[Codice Unico 5 cfr]as COD_PV_OLD,
[Farmacia (leggere commento)] as Descrizione_pdv_cfr_OLD,
Data_aggiornamento_PDV_CFR as Data_aggiornamento_PDV_CFR_OLD
FROM
[File\Elenco_CFR.xlsx]
(ooxml, embedded labels, table is Foglio1);

 

 


Now I no longer need this file and would like to delete it.
But if I delete the script, qlikview gives me an error

 

 

Labels (2)
1 Reply
MarcoWedel
MVP
MVP

what error?