Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
pamaxeed
Partner - Creator III
Partner - Creator III

Extension - SelectTextsInColumn

Hi guys,

please I need your help regarding Qlikview Extension.

I created an extension and i have a html table with a hidden field, which is reflecting my key fields, structured like that:

Dim1:a,b;Dim2: x,y,z;Dim3:d,e,f;

In my html table i have a button which is responsible for applyiing the selection in qlikview, when i hit the button the following code snippet is executed (pseudocode):

For each KeyDim in KeyField:
     this.Data.SelectTextsInColumn(KeyDim, false, Keydim.Values);    

End of loop.

This is working fine when i have 1 or 2 Dimension in my Keyfield but when i have more than 2 Dimension in my keyfield and i run the loop with the selection code I get the following message:

Please can somebody help me? Is there a way to handle it?

Thanks,

Patric

0 Replies