2.a) App installation and some basics
Table of Contents
Introduction
This tutorial will guide you through the installation of Qlik Sense Desktop and the creation of your first app. We will also explore the Script Editor in Qlik Sense, providing you with a foundational understanding needed to leverage this powerful data visualization tool.
Step 1: Installing Qlik Sense Desktop
To get started, you need to install Qlik Sense Desktop on your computer. Follow these steps:
-
Download Qlik Sense Desktop
- Visit the Qlik official website.
- Navigate to the downloads section and select Qlik Sense Desktop.
- Click on the download button to start the installation file.
-
Run the Installation File
- Locate the downloaded file and double-click it to initiate the installation.
- Follow the on-screen instructions to complete the installation process.
-
Launch Qlik Sense Desktop
- Once installed, open Qlik Sense Desktop from your applications menu.
- You may need to create a Qlik account or log in if prompted.
Step 2: Creating Your First App
After installing Qlik Sense, it's time to create your first app. Follow these steps:
-
Open the App Overview
- Upon launching Qlik Sense, you will be taken to the app overview page.
-
Create a New App
- Click on the “Create New App” button.
- A dialog box will appear asking for the name of your app. Enter a relevant name and click “Create.”
-
Open the App
- Once created, click on the app to open it.
-
Add Data to Your App
- You can add data by clicking on the “Add Data” button.
- Choose your data source (Excel, CSV, database, etc.) and follow the steps to import your data.
Step 3: Using the Script Editor
The Script Editor allows you to manipulate and transform your data before visualizing it. Here’s how to access and use it:
-
Access the Script Editor
- In your opened app, navigate to the top menu and select “Data Load Editor.”
-
Write Your Script
- Use the provided interface to write or edit your script for data loading.
- Common commands include:
LOAD * FROM [YourDataFile.csv] (txt, utf8, embedded labels, delimiter is ',', msq);
-
Reload the Data
- After writing your script, click the “Load Data” button to execute your script and load the data into your app.
Conclusion
You have successfully installed Qlik Sense Desktop, created your first app, and learned to navigate the Script Editor. These foundational steps will enable you to explore data visualization and analysis further.
For continued learning, consider exploring additional tutorials or documentation provided by Qlik to deepen your understanding of data manipulation and visualization techniques.