QlikView is a popular and simple to learn tool for data visualization. Its simple interface makes it a favorite among newbies in analytics. I loved it too. In fact, my journey in business intelligence began with QlikView. As from a non-programming background, I couldn’t have asked for a better start.
Over the years, I’ve discovered some ways of becoming productive at QlikView. I found these ways after spending endless hours working on this tool. Finally, I ended up finding these 10 tricks which can help you work faster. Without these tricks, I was almost spending 15 minutes in a task which can now be done in less than 3 mins.
In this article, I’ve shared these 10 ultimate tips & tricks which can save your time and increase your productivity while working on this tool.
We often create objects which are similar to one of existing objects with minor changes in dimension, expression or any other parameter(s). It’s a time taking process.
But, you can do it much faster now. Simply, copy the existing object and make the necessary changes. You can copy sheet and chart object both. Method is as follows:
During dashboard development, we write multiple expressions (simple and complex). There are situations when we end up writing similar expressions for different chart objects. To make it efficient, we can re-use our existing expressions. Let’s look at the methods:
By default, position of chart components are fixed at the right hand side. But, in some cases we are required to change the position for better visualization. For which, there is no direct option available. I too didn’t have any solution of this issue initially. But, with time I found out a way. This can be done by using combination of keyboard shortcuts. Here is the trick:
Sometimes we want to perform similar operation such as changing font size, layout, deletion with multiple objects. In such cases, we select all objects and perform the required operation. For selection, initially, we select one object then press SHIFT key. Then, click on the title of other objects. Now, you can perform group operation (applicable) on these objects like delete, using properties option (right click on any selected object) change the layout, font and caption.
Usually, we show only numbers in tabular representation. However, we can make the table more informative by adding visual elements to table. In Qlikview, we can apply three visualization techniques to table:
Look at the below chart, it has too many dimensions making it difficult to make inferences about data.
We can solve this challenge by:
We can show or hide Qlikview objects based on the requirement. It helps to optimize the area of sheet object effectively. Under layout tab of properties window, there is an option to show or hide the sheet object (always or conditionally). Here you can write expression or use variable to control it. Generally, developers use “Buttons” to change the value of variable such as one button assigns value 0 to variable and another assigns 1.
We can also show or hide dimension and expression of chart object and best use of this feature is “Adhoc reporting” or “Customized reporting“. You can refer article “Customized reporting in Qlikview“.
Great programmers always add comments with different segment of code. It makes easier to read and debug the code. In Qlikview scripting also, this practice is highly recommended. There are several ways to create comments in your script.
To keep scripts maintainable, we do follow modular structure in coding. In similar line, we should use scripts tab to standardize our scripts. It helps in faster script editing and debugging. Qlikview scripts are run top to bottom on each tab, from the left most tab to the right.Above, you can that different tabs for XY Example, FilmsDatabase, Rating and Dictionary.
Before checking these shortcuts, first turn on “Show Shortcut keys in ScreenTips” option. With this, it will show shortcut keys whenever we hover the mouse pointer over menu icons. Just like Microsoft Excel does. This helps a lot in memorizing keyboard shortcuts.
To enable it, right click on toolbar area –> select command “Customize” –> Go to Options tab –>Check box on for “Show shortcut keys in ScreenTips”. Below are some useful keyboard shortcuts:
Command | Action |
CTRL + B | Add Bookmark |
CTRL + G | Toggles layout design grid on or off. |
CTRL + E | Edit Script |
CTRL + N | New File |
CTRL + O | Open File |
CTRL + S | Save |
CTRL + P | |
CTRL + Q | Current Selections |
CTRL + R | Reload |
CTRL + T | Table Viewer |
CTRL + SHIFT + L | Lock all selections |
CTRL + SHIFT + U | Unlock all selection |
CTRL + SHIFT + D | Clear all selection |
CTRL + SHIFT + S | All hidden sheets and sheet objects visible |
CTRL + ALT + D | Document Properties |
CTRL + ALT + S | Sheet Properties |
CTRL + ALT + V | Variable Overview |
CTRL + ALT + E | Expression Overview |
CTRL + M | Edit Module (Macro coding) |
ALT + ENTER | Properties… (opens the Properties dialog in active object) |
F6 | Activates the sheet to the right of the active sheet |
F7 | Activates the sheet to the left of the active sheet |
Not only these tips will make you work faster. But, you’ll also get more time to explore new things at your end. Visualizing data is equally important as analyzing data. Hence, you should strive to become better day by day in data visualization.
In this article, we looked at QlikView tips and tricks which will enhance your dashboard development experience. Here, I have mostly covered tips and tricks related associated with front end or designer point of view like copying objects & expression, work with chart components, selecting multiple objects, limit dimension, visualization with table, conditionally show or hide objects, scripting best practices and finally keyboard shortcuts.
Did you find this article useful ? Do you want to add some more tips and tricks ? Feel free to share your experience with us, I’d love to hear you.
Very informative and good explanation of qlikview for the beginners