Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, Guys.
After I update my Qlik Sense 3.1 to 3.2 I started having some problems with QDF.
See the code below..
$(Include=lib://Root\InitLink.qvs); //Starting the QDF
call LCGV('BD','QVD'); //creating the global variable
qualidade:
CrossTable(Pergunta, Resposta, 16)
LOAD Date#(DataDeContato,'DD/MM/YYYY') as DataContato, *
FROM [$(vG.BDQVDPath)\qualidade*.qvd]
(qvd);
call IndexAdd('$(vG.BDQVDPath)\*'); //Saving the path to the index. **Here is where the error happen.
See the error message attached
Anyone knows how to fix this?
Thanks
Hi Lucas, please download and upgrade to the latest QDF version. There have been a change in the file URL output from 3.1 to 3.2 this have been corrected in DoDir function latest framework.
Best regards
Magnus