Qlik Sense is a product offered by the company Qlik. You can use it to perform faster data analytics compared with other analytics packages available in Python, R, and Julia. Qlik Sense generates insights automatically based on all important features. Plus, you can also rely on its NLP search engine to create custom visualizations.
In this guide, you will learn how to create a new app, upload your data, analyze it, and finally present your insights.
Download the adult dataset from the UCI Machine Learning Repository, add headers to the data, and save the complete file with the name income.csv.
Next, head to your Qlik Sense account and click on the New analytics app button to initiate the creation of a new app:
After giving a name to your app, click the Create button and open the app. Once the app is opened, you will be asked to upload the dataset. Click the Add data from files and other sources tab and upload the income.csv file. Once the file is uploaded, note that each column has a header beginning with the @ sign. To replace the custom headers with the original ones, select Embedded filed names from the Field names drop-down list and click the Add data button.
The above action will take you to a blank sheet, but you need to reach for the Insights dashboard to create visualizations. To do so, click Insights under the Analyze tab available at the top and center of the webpage.
On the Insights dashboard, you will see a search box and a Generate insights button.
Qlik Sense will automatically produce visualizations by analyzing the important features after you click on the Generate insights button. For this dataset, it revealed the following nine insights:
You can add any or all of these insights into your sheet for future storytelling. Right now, only the first result, avg(age), and the ninth result, countDistinct(native-country), will be added to the sheet. You can check the results added to your sheet by clicking the Sheet button from the Analyze tab.
SQL is considered a higher-level language because you can write codes that are almost like writing a sentence in the English language. However, Qlik Sense goes to the next level by giving you the freedom to write an actual English sentence, and it uses natural language processing (NLP) to generate requested custom visualizations.
For instance, input the following sentence in the search box in the center of the Insights dashboard: "Show me the income by education, and capital gain." This will result in an exact matching result.
The bar chart shows a wonderful relationship among the three features. You can select this chart and add it to the sheet with the two other previously added charts. Notice that the dataset already has income and education column names, so filtering out those two columns is easy based on the passed query. However, the dataset is using the term capital-gain not capital gain, and yet Qlik Sense's NLP algorithms are able to correlate these two terms.
The updated sheet has now three charts, as shown:
If you don't want to rely on the automatically generated insights or the NLP search engine's insights, you can always pick up features manually to build custom visualizations. To do so, check the boxes in front of the desired fields.
Consider a case where you want to find out the hierarchy of occupation roles based on the number of hours worked per week and the working class (private, local government, self-employed, etc) they belong to.
To create the relationship among these three fields or features, select hours-per-week, workclass, and occupation from the Fields section on the left-hand side of the Insights dashboard. This will result in a treemap along with four other results. Add the treemap as the fourth chart to your sheet.
Your current sheet has four charts, as shown:
Here are the main insights you can deliver using these charts:
Workclass | Job Role |
---|---|
Private | Craft-repairmen |
Unincorporated self-employed | Craft-repairmen |
Incorporated self-employed | Executive manager |
Federal government | Administration clerk |
State government | Professional specialty |
Local government | Professional specialty |
Qlik Sense provides you an advanced visualization platform just like Tableau. You can generate quick insights with a click of a button as well as use its NLP-powered search engine to interpret the meaning of an English query. You can publish multiple sheets and stories for storytelling. For further learning, you can refer to the Qlik Sense for Analysts learning path provided by Pluralsight, which consists of multiple courses to teach you the ins and outs of Qlik Sense.