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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nagarjuna005
Contributor III
Contributor III

Getting semantic error at calendar and unable to reload Qlik Sense application

Hello Team,

Dashboard reloaded till Apr 6th Successfully and from Apr 7th its failing.

getting below error while reloading the app .

 

nagarjuna005_0-1744991374559.png

using CALL function to get dynamic master calendar  so kindly check and help on this issue.

1 Solution

Accepted Solutions
Vegar
MVP
MVP

Please make sure that your SUB is available.

You say it is working for other apps, so i assume you are pulling it into your script using an external qvs file and a "include" statement(?)

Please verify that the qvs file is being read.You can do that changing your $(Include=filename) into $(Must_Include=filename), that will generate an error if the file is not found.

View solution in original post

5 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If you're getting a "semantic error" on this call line it means that the subroutine definition was not found in the script. The subroutine would be defined by the line

SUB weqan.Calendar(...)

and must appear in the script before the Call statement. 

-Rob

nagarjuna005
Contributor III
Contributor III
Author

Thanks for your response Rob.

the weqan.Calendar is working as expected for all other applications, only for one app getting this issue.

in case SUB is not there it should not work for other apps right ? please advise

Vegar
MVP
MVP

Please make sure that your SUB is available.

You say it is working for other apps, so i assume you are pulling it into your script using an external qvs file and a "include" statement(?)

Please verify that the qvs file is being read.You can do that changing your $(Include=filename) into $(Must_Include=filename), that will generate an error if the file is not found.

nagarjuna005
Contributor III
Contributor III
Author

Thanks for your response Vegar.

Yes you are right external qvs file not reading properly. I used Must_Include getting error qvs file not reading .

path storing in variable so what next i have to do to fix this thanks for you help

nagarjuna005
Contributor III
Contributor III
Author

Thanks for your help problem is with qvs file is not reading and i have changes the variable its working now Thanks once again