Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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
Great!
Now it works fine.
Thank you very much, Rob.
This solution does not work in 12.30 😞