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
256
votes
8 answers

Counting unique values in a column in pandas dataframe like in Qlik?

If I have a table like this: df = pd.DataFrame({ 'hID': [101, 102, 103, 101, 102, 104, 105, 101], 'dID': [10, 11, 12, 10, 11, 10, 12, 10], 'uID': ['James', 'Henry', 'Abe', 'James', 'Henry', 'Brian', 'Claude', 'James'], …
Alhpa Delta
  • 3,385
  • 4
  • 16
  • 31
13
votes
4 answers

Microsoft business intelligence platform vs QlikView

I have no experience at all with QlikView, but I have read great reviews about it. According to Gartner Research Report 2012, QlikView is in the top quadrant together with Microsoft, Oracle, SAP and IBM (leaders and visionaries). I am interested in…
AlejandroR
  • 5,133
  • 4
  • 35
  • 45
11
votes
1 answer

websocket._exceptions.WebSocketProxyException: failed CONNECT via proxy status: 503

Provided answer need some more details regarding authentication with qlik server I'm trying to connect to qlik using certificates through WebSockets. Error: websocket._exceptions.WebSocketProxyException: failed CONNECT via proxy status:…
shaik moeed
  • 5,300
  • 1
  • 18
  • 54
8
votes
2 answers

Is Qlik Sense a new version of Qlikview or a new different product?

I've heard both scenarios from different sources and there seem to be some impression on Qlik's product strategy for the future. So, has someone understood if QlikSense is a new version of Qlikview or a new different product?
Krowar
  • 581
  • 2
  • 8
  • 18
7
votes
1 answer

Setting the y-axis range the same from two bar plot with different alternate states in Qliksense

This video (https://www.youtube.com/watch?v=tsbnG3tOdR4&feature=emb_logo) shows how to implement alternate state to create two bar plots to compare values in Qlik sense. I have a follow-up question: for these two bar plots, is it possible to make…
www
  • 38,575
  • 12
  • 48
  • 84
6
votes
0 answers

enigma.js chart using the latest version

I saw this blog on enigma.js and Vega as visualization. https://community.qlik.com/blogs/qlikviewdesignblog/2017/03/17/creating-charts-with-enigmajs-and-vega However, the enigma.js version used in this example is not the latest. Would you know…
iPhoneJavaDev
  • 821
  • 5
  • 33
  • 78
5
votes
2 answers

Difficulties in installing Qlik Catalog related SW

I am installing Qlik Catalog SW on Linux Read Hat Enterprise 7.9 following the instructions of the installation guide. I have got the first problem in Tomcat Installation. Basically, I am not able to connect to Tomcat with the browser. Below is a…
user17157716
5
votes
3 answers

Verpatch.exe error

I am trying to add new version resource string to .exe file using verpatch. I need to add new sting to version resource as I am creating test connector to Qlikview. For QlikView and Qlik Sense to be able to recognize an .exe file as a connector,…
Scooby
  • 71
  • 5
4
votes
2 answers

Import QVD file into Jupyter notebook - python2

I need to import some QVD files to work with them in python using pandas. Does anyone knows if its possible to import qvd files as a dataframe in a jupyter notebook for python2 ?
4
votes
10 answers

How to make a foreach of an object in javascript?

I am currently building a mashup in Qlik Sense in JavaScript and jQuery. I have made some data selection and I have put them in a variable object : var CurrentSelec = app1.selectionState().selections; console.log(CurrentSelec);` console.log(typeof…
Clément Boyer
  • 41
  • 1
  • 1
  • 3
3
votes
2 answers

Export visualization data using Qlik Engine JSON API

Our organization uses Qlik Sense Enterprise and we are looking to automate the download process of the data used for visualizations (format can be excel or csv) instead of the manual process which leads to the following (cropped screenshot…
Mohammad Anas
  • 90
  • 1
  • 5
3
votes
2 answers

Python integration in Qlik on MacOS

I'm very new to using Qlik and at the moment I've only used the cloud via my browser. I would like to integrate python and Qlik such that I can run my code on data in the QlikCloud and visualize using Qlik. I am using a Mac, therefore I can not…
Emily
  • 354
  • 3
  • 10
3
votes
0 answers

Unable to load table from "Select data from source" in Qlik sense

I use Data manager to update my Qlik app, due to some reason I am unable to load table through Select data from source feature. I can preview my table and edit or modify data in Data manager but unable to upload via Select data from source…
Hari
  • 31
  • 2
3
votes
2 answers

Doing Crosstable in Pandas like in Qlik?

I have a dataframe: df1=pd.DataFrame({ 'ID':[101,102], 'Name':['Axel','Bob'], 'US':['GrA','GrC'], 'Europe':['GrB','GrD'], 'AsiaPac':['GrZ','GrF'] }) Which I want to change to this: …
Alhpa Delta
  • 3,385
  • 4
  • 16
  • 31
3
votes
0 answers

Dynamically created element click event is not working in IE11

We are using Qlik sense + geo analytic for one of our web application. Please look into below image Screen shot of my qlik sense map In above image, you can see different color pins. Each pin has its own information. Qlik sense doesn't provide any…
Dilip Solanki
  • 111
  • 1
  • 2
  • 8
1
2 3
49 50