Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Question on SelectTexts and Search function

Hi All,

I am using SelectTexts function where I am passing a single value. For instance - this.QvaPublic.Data.SelectTexts(value); value contains lets say 1. Now, this function in turn calls Search function (this.Search(a)) where 'a' contains the same value 1. Now, this search function somehow is returning data to the Listbox with values for selection starting with 1. for example, data with id's 1, 10, 11 are avaiable for selection. I am not using wild card(*) any where after 1. Can anyone please give some pointers? Thanks.!

this.QvaPublic.Data.SelectTexts(value);

this.QvaPublic.Data.SelectTexts = function () {

...

...

this.Search(a)

  }

};

0 Replies