Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
You can use Button Action for it or can use Triggers.
Regards
Av7eN
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).
Here is one example thread:
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