-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qvc.qvs works in 12.10 but not in 12.40. Unknown statement error #87
Comments
Fix to Qvc.DbExtract is available by using the repo copy here at Qvc_Runtime/qvc.qvs or script including with a web link: I'll build this into a release later this week. |
Thanks heaps for your response and looking into the issue. Appreciate it. I have copy pasted the code in the above link into the qvc.qvs file and I keep getting a pop up window to select the data source. Please find the attached pic. And it does for each of the table load. Could you please advise what am I missing? Thanks in advance. |
Fixed in release V11.3 |
Hi Rob, Thank you for your quick update. I still get the pop up window asking the data source. |
Can you try downloading and extracting the 11.3 release? |
Hi Rob, Sorry for the delay in my response. Rest all same and I do keep getting the pop up window asking 'Select Data Source'. I really appreciate you taking helping me out Rob. Cheers. |
Hi Experts,
We recently upgraded from 12.10 to 12.40 version of QlikView.
Below is the code that works fine in 12.10 but not in 12.40. It throws unknown statement error.
Your help here is highly appreciated.
Attached are the error messages that I receive and the actual qvc.qvs file that I use while generating the QVD's using the qvdGenerator.qvw. This generator uses an excel file to get the list of tables names and the load code.
//==========================================================//==========================================================// Execute the SQL Select.//==========================================================
[$(Qvc.Loader.v.Tablename)]: // vTablename is set by the IncrementalSetup routine.
Rem; // Fix syntax error from table label with variable // If LOAD Statement provided, use it
IF len('$(_qvctemp.den.loadStatement)')>0 THEN
ELSE // No LOAD Statement, build a SQL SELECT
ENDIF
Qvc.zip
The text was updated successfully, but these errors were encountered: