Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Can anyone suggest how can I link two charts(one bar chart and other pivot table) so that one becomes bigger on screen on clicking on it and the other minimizes or becomes smaller as compared to the other one (basically both charts resize simultaneously on one click)?
The click might be on some other button if not on one of the charts! I am a beginner at QlikView and this is my first post, it will be great to have some responses!
Thanks already!
To be a dummy way, you can make some chart cones, drag them into bigger size and hide them (conditional show), trigger them by creating a button. For your reference: Hide/show an Object with button set variable Hope it helps!
you can define Auto minimize when you double click on your Charts (so only one chart
at a time is active, the other(s) are minimzed)
you define this Option at tab Caption
you cannot Change the size of two objects by clicking on one object directly
Workaround could be to use a textobject in front of one Chart and fire some Actions
but even here you cannot Change the size of objects (may only possible with macros)
To be a dummy way, you can make some chart cones, drag them into bigger size and hide them (conditional show), trigger them by creating a button. For your reference: Hide/show an Object with button set variable Hope it helps!
Hi Swati,
You can use Container,
Thanks Rudolf for your reply and the solution! It works like the container almost. But I will give a try to macros as I need to resize rather than maximize or minimize...Thanks for the direction
Hey Susovan..I tried that already but Thanks for your reply..you see I am looking more for resizing my charts so that I have a view of both of them but also I want the current one to be dominant and hence bigger in size!
Hi,
Here's a possible solution that I found on this community.
Hope it helps.
Hi Chan,
Thank you! It worked