Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jena-savvy007
Partner - Contributor II
Partner - Contributor II

Actions buttons on widgets not working as expected

Good afternoon,

I'm starting to build my own widgets and I'm having troubles while using the APP API within a button.

For example, I try to create a button like this:

<lui-button ng-click="app.setScript('{{settings.script}}')">Script</lui-button>

When I click the button, instead of setting the script with the value I have configured on the property 'settings.script', it sets the script:

{{settings.script}}

Is it possible to set it with the value?

Thanks in advance

Labels (2)
1 Reply
cbelver
Partner - Contributor
Partner - Contributor

Same problem here!