Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
egoss_cynosure_
Contributor II
Contributor II

VariableDescription Load from QVW

 

Hi,

Just upgraded to the November 2018 Release (Patch 1) and the following script to pull in variables from a qvw doesn't work now.

Has anyone come across this and is there a way to fix it? Thanks in advance! Ed

VariableDescription:

LOAD

Name as VariableName,

RawValue

FROM [$(vDocument)]

(XmlSimple, Table is [DocumentSummary/VariableDescription]);

Labels (5)
1 Reply
Brett_Bleess
Former Employee
Former Employee

This is most likely related to BNF:

https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/Ba...

In November 2018/12.30 track, you can no longer disable BNF syntax checking as you could in prior releases, see attached Release Notes document regarding that change.

I would suspect it has to do with the [ ]'s around the variable, or potentially the other set by Table is.  Hopefully this may help you get things resolved.  I am going to move this to the QlikView product forum as well, others may have something else to try as well. 

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.