Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
SET vDatenExtrakt = 'lib://0010 - Daten Extraktion/QVD';
SET vImportDaten = 'lib://Qlik Importdaten';
I changed the path to
SET vDatenExtrakt = 'lib://0010 - DatenExtraktion_TRI**bleep**A (hhpv_aba)/QVD';
SET vImportDaten = 'lib://Qlik Importdaten';
Now it is atleast storing but the new fields which i added in SET vImportDaten = 'lib://Qlik Importdaten'; is not loading..I want to load some new fields from SET vImportDaten = 'lib://Qlik Importdaten'; to 'lib://0010 - DatenExtraktion_TRI**bleep**A (hhpv_aba)/QVD';
My target is to pick the qvd files from a specific variable vimportdaten and store into a new variable vdataextraction. In the meanwhile I have processed and changed a bit in my script.Do I need to publish or set some job to make this changes stored in the target destination.