Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I would like to change the variable value based on if the system is desktop or server.can someone help me getting os information displayed in text box.
Thanks
Hariprasath
Thank you all for suggesting the ideas, that was very helpful.
Happy to say, i have just found the solutions, example below:
LET vOS = GetRegistryString('HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion', 'ProductName');
Hi Hari,
Try
=COMPUTERNAME()
try
=OSUSER()
or
=computername()
Thank you, this will give only computer name, but i want operating system version to be fetched
Thank you, this will give only computer name and user details, but i want operating system version to be fetched
Hi,
there is no qlik function which return OS info.
You have to write macro for it.
Regards,
below are the system functions you get here try respective function in text object
you want engine version?
try
=engineversion()
Thank you, that was helpful, but unfortunately EngineVersion() doesn't work in qlikview, can you please help me the same with qlikview
Hi Hari,
you could make a list in Excel or Inline with the system version per computername. I don't see any other options for you with qlikview.