Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Perform an action on activating an object

Hello,

I need to create the following:

1) I select a row in table 1. The selection is made on field A.

2) When activating table 2, the selection of field A needs to be removed but the linked selection (of another field) needs to be kept (higher level).

I thus need to perform an action to clear one selection but keep another when activating a table. I know I can set these actions when opening a sheet, but not an object. Is there another way to do this?

Regards,

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

There are no object triggers in QV11 and newer. That means that charts don't generate a click event that you can use. Macros won't help either. There's no interface in the com api either. You'll have to use an object that supports actions like a button or text box.


talk is cheap, supply exceeds demand
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

I agree with G Wassenaar...

May be you can play with Field triggers.

Like Clearing FieldA when you select FieldB on the second table.

Phani