Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

select action in qlikview

Hi All,

Is there any function which is used to do select operation (Front End ,Like selection operation on list boxes ,chart etc )in qlikview by Programmatically

Thanks

4 Replies
aveeeeeee7en
Specialist III
Specialist III

Hi

You can use Button Action for it or can use Triggers.

Regards

Av7eN

jpenuliar
Partner - Specialist III
Partner - Specialist III

look into Action Type "Selection" which can be triggered by an object(e.g. Button) or by Triggers (Document Event, Field Event and Variable Event).

Object Trigger is straight forward, go to Object Properties>> Action Tab.

Triggers can be accessed by CTRL+ALT+D (Document Properties).

jpenuliar
Partner - Specialist III
Partner - Specialist III

Here is one example thread:

http://community.qlik.com/docs/DOC-6828

Anonymous
Not applicable
Author

I think you want to make selection according to value displayed in your textbox.

1.select the field name in which field you want to make selection

2. write same expression in search String box  which you have written in textbox general tab

3. Create a variable

3. add one more action 'Set variable '

and write same expression in value box

Now you can use this variable in anywhere to reflect the selection

Thanks

BKC