How to create a Radar chart in QlikView

This recipe helps you create a Radar chart in QlikView

Recipe Objective: How to create a Radar chart in QlikView?

Step 1:

Open QlikView 12 software. By default, the start page will open. To avoid the start page while launching QlikView, untick the check box at the bottom of the window.

Step 2:

On the start page, we can see the Examples, Recent, and Favorites tab. The saved files will appear under the Recent tab.

Step 3:

When the QlikView 12 Software gets Open, A blank window appears. Go to menu bar-> File menu-> New-> The Main sheet appears. Again go to menu bar-> File menu-> Edit script, or we can also type Ctrl+E->Go to Table Files->Load the data source. Here, an excel file named "Sales 2017" is loaded. Click on Reload button from the menu bar and save the file, So that data will also get loaded in the sheet.

Step 4:

Now from Main Sheet->Right-click->New sheet object->Chart->select Radar chart->click on Next->Select Dimension as "Area" and also select "Sheet1" table->under Expression tab->Select "Sum" Aggregation->Select Table as "Sheet1"table->Select Field as "Sales Done"->Click on Paste->Ok. We can also choose Multicolor option for the chart.

Step 5:

Then click on Next->Next->Finish. The Radar Chart will then be available in the Main sheet/QlikView Document.

What Users are saying..

profile image

Ameeruddin Mohammed

ETL (Abintio) developer at IBM
linkedin profile url

I come from a background in Marketing and Analytics and when I developed an interest in Machine Learning algorithms, I did multiple in-class courses from reputed institutions though I got good... Read More

Relevant Projects

Build Deep Autoencoders Model for Anomaly Detection in Python
In this deep learning project , you will build and deploy a deep autoencoders model using Flask.

Loan Eligibility Prediction in Python using H2O.ai
In this loan prediction project you will build predictive models in Python using H2O.ai to predict if an applicant is able to repay the loan or not.

Build a Multi Class Image Classification Model Python using CNN
This project explains How to build a Sequential Model that can perform Multi Class Image Classification in Python using CNN

Predict Churn for a Telecom company using Logistic Regression
Machine Learning Project in R- Predict the customer churn of telecom sector and find out the key drivers that lead to churn. Learn how the logistic regression model using R can be used to identify the customer churn in telecom dataset.

Build Regression (Linear,Ridge,Lasso) Models in NumPy Python
In this machine learning regression project, you will learn to build NumPy Regression Models (Linear Regression, Ridge Regression, Lasso Regression) from Scratch.

FEAST Feature Store Example for Scaling Machine Learning
FEAST Feature Store Example- Learn to use FEAST Feature Store to manage, store, and discover features for customer churn prediction machine learning project.

Time Series Project to Build a Multiple Linear Regression Model
Learn to build a Multiple linear regression model in Python on Time Series Data

Build Real Estate Price Prediction Model with NLP and FastAPI
In this Real Estate Price Prediction Project, you will learn to build a real estate price prediction machine learning model and deploy it on Heroku using FastAPI Framework.

AWS MLOps Project for ARCH and GARCH Time Series Models
Build and deploy ARCH and GARCH time series forecasting models in Python on AWS .

Deep Learning Project for Beginners with Source Code Part 1
Learn to implement deep neural networks in Python .