Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
niceqlik
Partner - Contributor III
Partner - Contributor III

How to select specific text in a given field rather than a listbox object in Javascript API?

Hi,

I want to select a specific text from a given field, let's say "City".

I know that this is possible to call a listbox object and make use of such a below statement.

var objLB= qva.GetQvObject("LB01", function () {});

objLB.QvaPublic.Data.SelectTexts("London");

But it requires creating listbox objects in the front end for each field. I am building an extension object that needs to use fields dynamically. In other words, I do not want to create seperate objects along side with my extension.

As far as I have searched in JavaScript API Page , there is no method for this functionality but I may not notice or any alternative will be appreciated.

Many thanks,

1 Reply
Not applicable

Did you find any solutions for this i am also looking out for one ?