Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to display operating system information in text box

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

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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');

View solution in original post

18 Replies
avkeep01
Partner - Specialist
Partner - Specialist

Hi Hari,

Try

=COMPUTERNAME()

Chanty4u
MVP
MVP

try

=OSUSER()

or

=computername()

Anonymous
Not applicable
Author

Thank you, this will give only computer name, but i want operating system version to be fetched

Anonymous
Not applicable
Author

Thank you, this will give only computer name and user details, but i want operating system version to be fetched

PrashantSangle

Hi,

there is no qlik function which return OS info.

You have to write macro for it.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Chanty4u
MVP
MVP

below are the system functions you get   here try respective function in text object

you want engine version?

try

=engineversion()

https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/SystemFunctions/sys...

Anonymous
Not applicable
Author

Thank you, that was helpful, but unfortunately  EngineVersion() doesn't work in qlikview, can you please help me the same with qlikview

avkeep01
Partner - Specialist
Partner - Specialist

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.