Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
lucasmagalhaes
Partner - Contributor II
Partner - Contributor II

Error IndexAdd - Qlik Sense 3.2 SR2

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

1 Reply
Magnus_Berg
Employee
Employee

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