In this Course you are going to learn Qlik Sense Business Intelligence tool from Designer and Developer perspective. The main focus will be on dashboard creation and data modeling. This course is primarily divided into below parts
1. Introduction
2. UI
3. Data modeling
4. Functions
Note : This course doesn’t teach Qlik Sense administration.
Integrating Python from QlikView
Before trying anything from QlikView to execute a program outside of it. Please follow the steps mentioned in the below link. I have created a small program for evenodd as below and saved it as evenorodd.pyBelow is the python programimport timenum = int(input(“Enter a number: “))if (num % 2) == 0:print(“Number is Even”)else:print(“Number is Odd”)time...
Academic Program by Qlik for Students and professors
Hi Qlikers,
In continuation of my previous post-Qlik announced an academic program for students and professors where they can register the program and learn the technology.
Find the full details in the below link.
Happy Learning 😊
No more free Qlik Sense Desktop after June 2020
All Qlikers,
Its a sad but true flash news for all of us, to improve the cloud and new business strategies Qlik has decided to cease the free usage of its Qlik Sense Desktop and Qlik Sense Cloud basic Free accounts.
Here is the original link …
How about QlikView to Qlik Sense migration…
Dear All, I am back with some good to know information as always 😜. Now a days its common for a Qlik project to be migrated to Qlik Sense, at least the UI. I have been involved in such projects but I felt the below challenges… 1. Should the data model also be migrated to Qlik Sense ? 2. What about the features that are there in QlikView and not there in Qlik Sense ? 3. On the whole how...
How to Design a Data model based on a SQL query(Oracle) in QlikView
Dear All, It is a challenge to all of us to mimic SQL query into a Data model, quite often in the current project I face such challenges. One question you might ask is why not directly use the query in script and convert it as a qvd but in the architecture we are in right now we load most of the tables in to qvds and question comes when you have all the tables as qvds why can’t we create a...
Section access – Part1
Continuing my post on Section access introduction, I would like to give more insight into the topic.What is Section access ? Section access is a command in QlikView/Qlik Sense which is used to restrict data access on a qvw file or qvf file so that the person who is looking into the file would see only the data which is intended for him. Let me give a simple example, Business Scenario: A company...
Loading a set of Excel files from a folder into QlikView
Good Day, All of you. In the process of building a data model in QlikView/Qlik Sense sometimes we may require to load a set of files like .txt,.csv or .xlsx/.xls, but assume a case where we need to load a set of 100 files which are snap shots of data like complete weeks data kept on next Monday with a Date to it, like below. Now here is the task to load all the files at once with out loading them...
What is Section Access – For Qlik Beginners
Good Day, All of you. To start with a simple quote….. ** Repetition is the crux of Education ** Section access is one such topic which can be discussed for hours together as it has a greater usage in QlikView/Qlik Sense...
What is the difference between QlikView and Qlik Sense? In a layman view
I have been hearing this question from multiple people who want to learn QlikView or Qlik Sense but in reality both the tools are the same at the core architecture level(I mean QIX engine, associative model), but then what are the differences. QlikView is more useful for guided analytics, where Qlik Sense is useful for self service. Phew! What are these...