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

Drop down list in Extension Object

Is there a possibility to have a drop down list on a QLikView Extension Object for selection the expressions in an user-friendly manner?

For instance, I would like to have a drop down list with all fields, then a drop down list with logical operations as: is equal to | is between | is superior to | ... then a white space where user can enter a string.

Would you have some reference to source code doing this ?

Best Regards

2 Replies
neha_sri
Creator III
Creator III

Hi,

You can add drop down list in extension object

<Text  Label="Name" Type="select"  Select=" a,x,y,z"  SelectLabel=" a,x,y,z"  />

In place of a,x,y,z, you can add your expressions

Regards

Neha

agni_gold
Specialist III
Specialist III

Right Correct one .

Qlik_template user you can use the above solution. in extension object you can take dropdown as Neha suggest.