Skip to main content
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 (1)
1 Reply
MarcoWedel

what error?