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

Maximize a chart using GetSelected?

Hello,

I know you can show a chart (under layout) using a getselected command such as:

GetSelectedCount(Country)=0 AND GetSelectedCount(CompanyName)=0

I was wondering if it is possible to maximize a chart instead of show one. Where can you do this? I would like to have the minimized button on the side in case the users want to maximize it even if the condition is not met.

Regads,

6 Replies
Not applicable
Author

Settings, Document Properties, Field Event Triggers (if it's a field, else variable), OnSelect, Add Actions

Depending on what version you have...

Not applicable
Author

Currently I'm using V10 but can update to v11 if needed...

Can you be a bit more detailed because I tried several things with triggers but it isn't working.

Thank you

Not applicable
Author

Use Restore Object

Version 10 is fine.

You want to make a selection in a listbox and that should trigger the chart to 'pop up'?

Not applicable
Author

Doesn't do much. Maybe I'm using it incorrect. Anyone else has an idea?

rsdhavle
Creator III
Creator III

You Can use button object in which inside action tab you can add action as Maximize Object. In this action you need to pass object id of your chart so that once you click on the button the chart will be maximized.

Is this your requirement?

Also you can use If condtion in general tab of button to execute this action.

Anonymous
Not applicable
Author

Steven

Your users could just right click the Object and then click Maximise, Restore or Minimise as per their wont.

This saves screen real estate by not cluttering your dashboard up with buttons.  It won't take long for your users to get used this and then learn that they can do this on any Object, plus they can also use Send to Excel.

Or you can put the icons on the Caption line.

Best Regards,     Bill