Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Transformation step deleting my labels

Hi,

I'm extracting an excel sheet into a QVD in my EXT file.

then I load it in my TRA file, and I use the typical filter that erases the rows in which the first "column" is empty:

FROM $(vRutaDatos)DB_ABCD_Ext.qvd (qvd, filters( Remove(Row, RowCnd(CellValue, 1, StrCnd(null))) ));

but, right after that when i get to see the final step before getting the code, all the labels of the fields have been destroyed and changed into the @# values, at which, my reload procedure has trouble, because those are not the names of the fields in the qvd, so, it does not find any single one of them.

so i can't reload

thanks for your time!

0 Replies