Wednesday, January 30, 2019

Zooming Object in QlikView

Hello All,

Recently, I came across a scenario, where when we maximise any object in QlikView, it covers the whole screen and I don't want in the same way. Suppose, we we want to zoom an object to particular percentage, it will surely help so that other objects will also be visible.

We can achieve this, by creating two objects of same type, and show-hide the objects depending on click of a button.

Create a variable ‘vZoom’ with default value as ‘Y’ -



Now create a button, with following properties –



Create a radar chart like –

Now when user clicks on a ‘Zoom-In’ button, the radar chart should get maximise, so that all values should be properly visible.

Create a copy of the chart and zoom the chart to the level we want. Go to Properties of zoomed chart > Layout, Show > conditional as “vZoom='Y'”

Follow above step for first created chart and add the condition as “vZoom='N'”.
Click Apply > OK.

Now when you click on button, the behaviour will look like –



This kind of functionality can be useful when you are dealing with Maps.

That's it for this post. Stay tuned, for more articles...!!! 



No comments:

Post a Comment