
Partner - Contributor II
2018-01-16
12:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Problems calling functions from load script QV 12
I'm having a problem. I upgraded from qlikview 11 to qlikview 12.0.20400.0 SR5 64-bit Edition.
In qlikview 11 I was able to call a function from the load script with no problems. Now qlikview does not recognize my functions and I´m getting error messages.
Somebody had the same problem? Any suggestion?
2,196 Views
1 Solution
Accepted Solutions


Partner Ambassador/MVP
2018-01-16
01:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to turn off bnf mode if you are using module functions in your script. Add this as the first line of your script:
///$bnf off
-Rob
4 Replies


Partner Ambassador/MVP
2018-01-16
01:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to turn off bnf mode if you are using module functions in your script. Add this as the first line of your script:
///$bnf off
-Rob

Partner - Contributor II
2018-01-16
02:59 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great!
Now it works fine.
Thank you very much, Rob.
1,825 Views

Contributor III
2019-01-08
05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This solution does not work in 12.30 😞
1,781 Views

Contributor
2019-03-22
09:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It was really helpfull por I have the inverse problem. The script I developed in view 12 doesn´t work in view 11.
The error says: "Syntax error, missing/misplaced FROM"
I am uploading n files with a loop. It work in view 12 but not in view 11.
Thanks!
The error says: "Syntax error, missing/misplaced FROM"
I am uploading n files with a loop. It work in view 12 but not in view 11.
Thanks!
1,702 Views
