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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register 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