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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Get ObjectID of Active Object in expression.

Hi,

I want to get the objectID of the active object in a textbox.

Can anyone help me on this.

Regards,

Anjali Gupta

3 Replies
marcus_sommer

This would be only per macro possible (don't worked in ajax-client) and needs to be triggered very often. It's not recommeded to do such things, see Macros are Bad.

What is the aim for this? Maybe there are other ways.

- Marcus

Not applicable
Author

I have two charts (Bar and PIE chart) in a container. On selecting one object(PIE Chart), I want few selections to be enabled. Is there any other way to do this?

marcus_sommer

I think in this case it's easier to use a button to switch per variable the object-visibilty between both objects. If you used two buttons and a frame you could it layout like a container.

- Marcus