Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to see if a qvw file exists in an enable condition for a button, and qlikview is telling me that "FILETIME is not a valid function". What am I doing wrong? Here's my condition:
FileTime('..\..\PROJECT_04_Enroll_Growth_Tracking\04_App\Enroll_Growth_Tracking.qvw') > 0
I also put the expression into a text object, and get the same error.
All file funcions (FileTime(), FileSize(), FileName(), FileDir()....) are script-only functions.
So only during the document reload you can check if a file exists.
All file funcions (FileTime(), FileSize(), FileName(), FileDir()....) are script-only functions.
So only during the document reload you can check if a file exists.
Well, balls! 😕