Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
swarup_malli
Specialist
Specialist

Incremental load in Qlik sense using QVC

Hi,

I have successfully implemented  incremental load in qlikivew using QVC .

But it fails in Qliksense.

Note: I'm not using relative path or absolute path.

It throws an error ,because it not able to interpret the path while concatenating new rows (see below):

concate path.png

Any ideas on what might have gone wrong in the above code.Why is Qlik sense not able interepret the path correctly ?

Thanks

Swarup

1 Solution

Accepted Solutions
swarup_malli
Specialist
Specialist
Author

This bug was fixed in qvc 10.2

so replacing the old with new qvc.10.2 fixed my issue

View solution in original post

3 Replies
Anonymous
Not applicable

may be you can try bu Putting the path in " ", like this?

"lib://Path\QVDName"

swarup_malli
Specialist
Specialist
Author

Thank you for the reply balraj

I tried that it ,does not work

swarup_malli
Specialist
Specialist
Author

This bug was fixed in qvc 10.2

so replacing the old with new qvc.10.2 fixed my issue