Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to identify ZFC or IE Plugin

I have Qlikview 8.5 and I need to identify which version is used (ZFC o IE Plugin) in the client in order to hide some objects. I look in the API without luck. Do someone have idea of how to obtain wich client is used.

Thanks..

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

Try this API, should do the trick: ActiveDocument.GetApplication.QTProduct

Cheers,

View solution in original post

2 Replies
vgutkovsky
Master II
Master II

Try this API, should do the trick: ActiveDocument.GetApplication.QTProduct

Cheers,

Not applicable
Author

Thanks Vlad for the Tip. It work for me.

Regards