Questions tagged [qliksense]

Qlik Sense is a data analytics and visualization platform created and distributed by Qlik Corporation. The main aim of the platform is to allow users to self-discover the data that they require using fast in-memory analysis via a web portal.

Qlik Sense is a data analytics and visualization platform created and distributed by Qlik Corporation. The main aim of the platform is to allow users to self-discover the data that they require using fast in-memory analysis via a web portal.

Qlik Sense is QlikView's data visualization tool used to inspire self service BI by its end users through a user friendly interface sitting on top of an already defined data structure.

747 questions
3
votes
2 answers

QlikSense version control with Git?

I use Git to track my Qlikview dashboards using the method described in this link: https://biexperience.wordpress.com/2013/10/30/using-git-with-qlikview-to-version-control-your-projects/ I am unable to find documentation to help me track QlikSense…
3
votes
2 answers

Filtering by a calculated measure involving multiple fields in Qlik Sense

I am trying to use a calculated measure as a way to filter my data, but it's looking more difficult than expected. Let me explain through an example. I have data of the following type, with two dimensions - one is a unique ID, the other a category -…
etste
  • 55
  • 1
  • 2
  • 7
3
votes
2 answers

How can I share the dashboard to client in QlikSense

I am new to Qlik sense. I've created interactive dashboard in QlikSense. How I can share the same interactive dashboard to client place in the web browser.
muTheTechie
  • 1,443
  • 17
  • 25
3
votes
4 answers

Button object in Qlik Sense

How can I use a button object in Qlik sense the same way it is in Qlikview? Qlik Sense has no button object in the default objects as it is in Qlikview. Thanks in advance! Ziad
Ziad Salem
  • 496
  • 13
  • 34
3
votes
1 answer

Using expression in pick function

I have tried Num((today()-I_TRAN_DATE)/90 + 1,0) individually and it will return integer, but it seems not working when I try to combined it with pick function. I know it's not finished but should at least return result for 1-3 pick( …
kliest0106
  • 83
  • 8
3
votes
2 answers

Extension Doesn't Update

This may be a pretty dumb question. I have Qliksense 2.0.1 desktop installed. I am creating an extension object. However, any updates I make in the .js file are never visible. I can make a change in the .qext file and those are visible. This stands…
SwolleyBible
  • 243
  • 7
  • 20
3
votes
1 answer

How to create a chart that shows timeline against months in Qlikview?

I need a quick help my requirements are a bit complex. I need to show multiple timelines against months accordingly. Such that on the left side i have all the Products and in the chart i want to show Dates on a time line and bottom line represents…
Ali Shahbaz
  • 825
  • 1
  • 7
  • 19
2
votes
1 answer

Issue with loading data into Qlik Sense and avoiding circular references and synthetic keys

I am facing a problem with loading data into Qlik Sense and avoiding circular references and synthetic keys. I have tried the script provided below, but it is not working as expected. I would greatly appreciate it if someone could help me with this…
Cepp0
  • 23
  • 4
2
votes
2 answers

Getting different Hierarchy levels and Path in Snowflake SQL

I am trying to replicate the result of a qlik function called Hierarchy. It creates the Hierarchy with different Levels and also gives the Hierarchy Path. The Code that i am using so far is giving me the Levels but with an error that Level2 values…
Ajax
  • 159
  • 7
2
votes
3 answers

How to use PGPASS file in Powershell to avoid password prompt?

I had to automate my postgre database backup. As instructed by my software vendor I am trying to use pg_dump.exe (see below) file to take a backup but that prompts me for password. .\pg_dump.exe -h localhost -p 4432 -U postgres -v -b -F t -f…
2
votes
2 answers

ReactJS Failed to construct 'WebSocket': The subprotocol '[object Object]' is invalid

I'm getting the following error in my react application using enigma.js (https://qlik.dev/apis/javascript/enigmajs) . I'm trying to initialize a WebSocket connection and im getting the error. "Failed to construct 'WebSocket': The subprotocol…
gangata arun
  • 151
  • 2
  • 9
2
votes
0 answers

Reading data using REST in Qlik Sense

I am trying to consume data from a REST endpoint in Qlik Sense and the endpoint has large volume of data that is to be extracted using cursors. The data set looks like below in the rest response. { "users": [...], "next_cursor": "1234", # the…
Aadil M
  • 55
  • 1
  • 8
2
votes
1 answer

QVD file to pandas DataFrame

I tried to load a QVD file to pandas dataframe using this tool as given in the below script. The problem is that it works perfectly but it's not optimized plus it provides only a way to get rows by index which is why I was forced to use a…
2
votes
0 answers

Qlik (view or sense) filter display data (X-axis) on a chart when using server-side extension

Hello Qlik experts! We have a unique challenge that we are trying to solve. We have a chart in our QlikView app that is displaying dates on the X-Axis and some measurements on the Y-Axis. Please look at the attached screenshot of the chart. The…
wntrsux
  • 123
  • 1
  • 1
  • 4
2
votes
1 answer

Count distinct IDs if sum is between two values [Qlik Sense]

Assume I have a customer database with their value of each basket, basket_value, and some customer ID's id. Based on the sum of each customer's baskes i.e sum(basket_value)i want to calculate how many customers there have a sum in interval [0-100],…
CutePoison
  • 4,679
  • 5
  • 28
  • 63
1
2
3
49 50