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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rbecher
Partner - Master III
Partner - Master III

QvdCreateTime() not working on v10 SR4

Hi all,

can someone confirm this?

Please see attached examples. I'm sure this was working with an older version 10..

- Ralf

Affected versions:

10.00.9282.0409 SR4 64-bit

10.00.9284.8 SR4 64-bit

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Labels (3)
1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I can confirm the behavior in your samples, but it's not exactly what I expected. The problem sems to occur only with the form

QvdCreateTime('$(vPath)'&'\'&filename())

If you code the full path:

QvdCreateTime('mypath\myqvd.qvd')

it works.

However, the

QvdNoOfRecords('$(vPath)'&'\'&filename())

works, which uses the same syntax, so it's not a problem per se with the calculated path.

-Rob