Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a way to confirm Legacy Mode from within Qlik Sense?

Hello,

I edited Settings.ini with the following settings and even rebooted my laptop.

[Settings 7]

StandardReload=0

OverrideScriptSecurity=1

However the debugger stops at the following statement in my script.

STORE '$(vTable)' INTO $(vQVD)\QVD\$(vTable).qvd(qvd);

The ScriptErrorDetails states that:

"STORE statement only works with lib:// paths in this script mode"

This leads me to believe and am not in Legacy mode.  Is there a way to confirm if we are in Legacy or Standard mode from within Qlik Sense?

Best regards,

Tig

1 Solution

Accepted Solutions
shubham_singh
Partner - Creator II
Partner - Creator II

Yes there is.

Just use following code:

LOAD * FROM ;

or copy load code from QlikView into Qlik Sense.

If it works then you are in legacy mode

View solution in original post

4 Replies
shubham_singh
Partner - Creator II
Partner - Creator II

Yes there is.

Just use following code:

LOAD * FROM ;

or copy load code from QlikView into Qlik Sense.

If it works then you are in legacy mode

Bjorn_Wedbratt
Former Employee
Former Employee

Hi M M,

You can verify the setting for the engine in QMC, http://help.qlik.com/en-US/sense/3.1/Subsystems/ManagementConsole/Content/edit-engine.htm

Look in the Advanced settings for Standard Mode.

Best regards,

Bjorn

Not applicable
Author

A very direct approach.  I love it.  Thank you Shubham.

Not applicable
Author

I am using the free, desktop version, so no QMC for me unfortunately.  If/when I upgrade I will be sure to try your suggestion.  In any event, thank you very much for your response Björn.