Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

Qlik Sense: create a button

hi,

i would like to create a printer button similar as qikview action button.

A post replied, there are no actions in Qlik Sense Desktop.

But somewhere I read that I could use vb script.

My idea is:

1) create a text/image

but i don't have idea where I could insert vba code.

Any suggest ?

1 Reply
Stefan_Walther
Employee
Employee

‌Hi,

you cannot use VBA in Qlik Sense visualization extensions, just JavaScript ...

Triggering the print sheet functionality is currently not exposed in the APIs, but other actions can be realized using the public Client APIs.

As a jump-start have a look into the code of https://github.com/stefanwalther/sense-navigation ...

Hope this helps.

Regards

Stefan