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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

erreur de ligne de script

Bonjour à tous,

je cherche l'erreur dans la syntaxe suivante:

If not isnull(FileSize($(vQVDPath)&'AssAuto.qvd')) Then

Quelqu'un aurait une idée?

Hi everybody,

I don't find the mistake in the script below:

If not isnull(FileSize($(vQVDPath)&'AssAuto.qvd')) Then

Someone could help me?

Thank you very much.

1 Reply
Anonymous
Not applicable
Author

Hello!

I've tested here and apparently it worked.

Here is the script that i've used:

vQVDPath = 'C:\Users\rochaga\Documents';

If not isnull(FileSize($(vQVDPath)&'Test.QVD')) Then

  TRACE 'OK';

ELSE

  TRACE 'NULL';

ENDIF

Regards,

Gabriel