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

Announcements
Register by January 31 for $300 off your Qlik Connect pass: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Auto Maximze

I have a sheet with 8 graphs.  there are 4 graphs using metric tons as the metric and 4 using short tons as the metric.  I have two buttons that toggle one variable that set the visability of the graphs.  If the variable is set to "Short Tons" then the short ton grpahs are visable and visa versa. All the graphs are set to display in the same space, with auto mininimize set so that they shrink as the next graph is selected. 

The problem is that if I have graph A for metric tons display and switch my metric value to short tons I get a blank pallet. Is there any way to set the maximized setting for a report so that as I switch to short tons I also maximize the current graph what was being desplayed for metric tons?

1 Solution

Accepted Solutions
Not applicable
Author

You probably could build only 4 graphs and the metric = if (Variable = 'metric', formula_for_metric, formula_for_short_tons)

View solution in original post

10 Replies
Not applicable
Author

Can you use a container or are you in an older version?

Not applicable
Author

I can use a container.  im in version 10 SR3

Not applicable
Author

I set one of the actions of my button to restore a certain chart.  It always defaults back to the same one but at least it is not a plank canvas.  Any other thoughts?

Not applicable
Author

if you use 2 differents containers , you don't need buttons

Not applicable
Author

Hu?

*Jim is confused*

I may need a bit more detail around that.

Not applicable
Author

I'm thinking 2 containers each one for a metric. have Yours graphs the same dimensions?

Not applicable
Author

all graphs are duplicates, just the expresion is different.  how would I make them disapear....

Not applicable
Author

You probably could build only 4 graphs and the metric = if (Variable = 'metric', formula_for_metric, formula_for_short_tons)

Not applicable
Author

Thats a good Idea, let me give that a try.