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

JS to press qlikview button

I have a need for Javascript to click a qlikview button which contain several actions.  Do anyone have any code snippets in JavaScript?  JavaScript is the only scripting tool allowed for this task.

2 Replies
agomes1971
Specialist II
Specialist II

Hi,

look here...

JsDoc Reference - Qv.Document.Object

Hope it helps

Regards

André Gomes

Not applicable
Author

Thanks, but I have the reference.  I was looking for a code snippet to reference the button because what I created from the reference does not seem to work.

e.g. var setupBtn = $('.Document_sample_Btn').press;

or var setupBtn = $('.Document_sample_Btn').click();