Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with load using variables

Hi, I have a script with variables to load depending the value of the variables. With this I want to allow users to change and decide want data they need to load in that moment.


The problem is that it only works for me I use a developer version. Users who use a professional version can not reload correctly. Appear the message "Data structure has been modified. This is only permitted in QlikView Enterprise Edition."

I'm using a code like this:


if $ (LoadAlarm ()) <> 0 or $ (LoadAll ()) <> 0 then
....
endif


The users too have a panel with the variables to change the values and then reload the document.

Is there any way to make they can work with this kind of reload conditionated?

Thanks!

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

I suppose you are using one of the earlier version s of QlikView (before 9.00), where only "QlikView Enterprise Edition" license was allowed to modify the data structure. This limitation was removed in ver. 9.00, so the only way to make it work (that I know of) would be to upgrade to ver. 9.00 or higher.

Cheers,

Ask me about Qlik Sense Expert Class!

View solution in original post

5 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

I suppose you are using one of the earlier version s of QlikView (before 9.00), where only "QlikView Enterprise Edition" license was allowed to modify the data structure. This limitation was removed in ver. 9.00, so the only way to make it work (that I know of) would be to upgrade to ver. 9.00 or higher.

Cheers,

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Then If we buy a licence 9.00 or higher and I do the initial reload is enough or all the user must use 9.00 or higher too?

Regards

Not applicable
Author

Sorry, I use a 7.51 and the other users actually have the 6.0 professional version.

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Everyone would need to be on 9.00. If you are active on maintenance, then you don't need to buy. Otherwise, you need to get current on maintenance or re-purchase... Contact your local QlikView branch or a partner that you are working with.

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Thank you very much for your attention.