Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Run VBscript file from Qlik Sense

Hi All,

I would like to know how to run / call  VBscript file placed on desktop location from Qlik Sense App . Please provide some information to do this

Thanks

R Dhana

4 Replies
rupalimane1390
Contributor III
Contributor III

Hey @Anonymous , did you find the solution to this in qliksense ?? I need to do exact same to automate excel and create various worksheets within with the help of vbscript. 

Clever_Anjos
Employee
Employee

Hi, I think you should reconsider this and try to use another approach. What does your VBScript do?

rupalimane1390
Contributor III
Contributor III

Hello @Clever_Anjos ,

I am using VBscript to autocreate an excel and copy paste qlik objects in various sheets(Tables, charts,pivots etc.)- This approach works in qlikview and I worked on it in the past.

I really do not know any other approach for autogenerating excel workbook.

Clever_Anjos
Employee
Employee

As Qlik Sense uses another approach (100% web technologies that don´t rely on client) you will need a language like python, c#, node.js, etc and connect to the platform API (https://help.qlik.com/en-US/sense-developer/May2021/Content/Sense_Helpsites/Build-create-explore.htm) to achieve what you need.