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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mstoler
Partner - Specialist
Partner - Specialist

allow a user to update a QlikView Variable from Server

Hello,


I have a variable in my document which is used during reload. I have been updating this variable using QlikView Developer but I would to have a user update this variable in QlikView 8.5 Server. The user does not have access to QlikView Developer.

Is there a way to have a user update a variable using QlikView Server? Should look at developing a macro and then saving the document?

Thank You for your input.

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

If users are accessing qvw over IE (accesspoint) you could pass this variable and it's value in the parameters of the url.

like http://qvserver.com/....../qvwfilename.qvx?VarName=VarValue

Is this what you need?