Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
Dashboard reloaded till Apr 6th Successfully and from Apr 7th its failing.
getting below error while reloading the app .
using CALL function to get dynamic master calendar so kindly check and help on this issue.
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.
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
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
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.
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
Thanks for your help problem is with qvs file is not reading and i have changes the variable its working now Thanks once again