Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Right Correct one .
Qlik_template user you can use the above solution. in extension object you can take dropdown as Neha suggest.