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: 
Not applicable

Call SelectTextsInColumn more than once?

I'm trying to do the following ...

_this.Data.SelectTextsInColumn(1, false, list1);

_this.Data.SelectTextsInColumn(2, false, list2);

I'm calling SelectTextsInColumn twice but it seems to only honor the last one called (2nd) each time.  If I remove the 2nd line then the first line runs fine. 

How can I call this statement more than once?

0 Replies