Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
what error?