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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
shubh307
Partner - Contributor II
Partner - Contributor II

Read Registry values from Qlik Sense

Hi Experts,

Can you please help me with reading registry values. I have tried using GetRegistryString() but fail to get result.

I am using QlikSense desktop version

6 Replies
lorenzoconforti
Specialist II
Specialist II

jonathandienst
Partner - Champion III
Partner - Champion III

Agreed. And have a look at this help page:

https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/LoadData/file-system... 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
shubh307
Partner - Contributor II
Partner - Contributor II
Author

Thanks.

As it seems reading registry is not best way, so is it possible to pass parameter from QMC task to qvs. 

What I am trying to achieve is, I want to run specific qvs file when an application is on X.X.X version via QMC task.

Also same QMC task should run another qvs files if application is on Y.Y.Y version.

lorenzoconforti
Specialist II
Specialist II

What about using ComputerName()? 

shubh307
Partner - Contributor II
Partner - Contributor II
Author

ComputerName() wont work, as it will return only sysName. I need to make decision based on version on some application, which is stored in registry. 

lorenzoconforti
Specialist II
Specialist II

Then you can either disable standard mode or run a scheduled task to export those sections of the registry; you create a task/tasks on the server with the reg export command, save the output in a text file somewhere qlik sense can access it and load it in your script. This way you don't give sense special access to the system