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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Javascript API - write value

Hi,

I have a search object in my .qvw app.

I also have an extension which uses Javascript. Basically upon clicking a button within the extension, it will set a variable (vText)

I want to be able to display this variable as text in the Search object (SO17)

The variable name is vText

The object name is SO17

I am trying this (but it does not work):

this.SO17.text = vText;

Does anyone know the javascript code for this?

Any help would be greatly appreciated.

0 Replies