Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
You probably could build only 4 graphs and the metric = if (Variable = 'metric', formula_for_metric, formula_for_short_tons)
Can you use a container or are you in an older version?
I can use a container. im in version 10 SR3
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?
if you use 2 differents containers , you don't need buttons
Hu?
*Jim is confused*
I may need a bit more detail around that.
I'm thinking 2 containers each one for a metric. have Yours graphs the same dimensions?
all graphs are duplicates, just the expresion is different. how would I make them disapear....
You probably could build only 4 graphs and the metric = if (Variable = 'metric', formula_for_metric, formula_for_short_tons)
Thats a good Idea, let me give that a try.