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
2
votes
1 answer

How to insert QlikSense Element in html using angularjs

i try to insert some element created in Qlik Sense into mashup app using angularjs. I have an service to get the object from Qlik Sense. Sense send me a promise. But these promise i dont know how insert into html code. This is my…
Figa17
  • 781
  • 7
  • 20
2
votes
1 answer

ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)

I'm currently working on python to QlikSense server connection using websocket-client. for authentication, I have used certificates which are generated by Qlik sense server. Even I followed the same logic of code mentioned at this link, but still…
bhargav patel
  • 919
  • 10
  • 16
2
votes
2 answers

Joining multiple date fields to calendar table

I have a table, let's call it Records, where the relevant data is organized as such: | Employee | SubmissionDate | FirstReviewDate | SecondReviewDate | Anne 2017-10-02 2017-10-03 2017-10-10 Bernard 2017-10-03 …
Sparrower
  • 25
  • 6
2
votes
0 answers

QlikSense set analysis with 2 conditions on the same dimensions

My need is to display the numbers of customers who returned an order in a month "M" and placed a new order on the next 6 months after the month "M". And that has to be displayed in a bar chart in QlikSense. I created a first measure with…
2
votes
0 answers

What is CServerDocumentEntry and Why is It Erroring?

Im receiving hundreds of errors each day due to this error. Its happening within the Application Server Logs. Can someone explain it and maybe how to solve it? CServerDocumentEntry: Could not fetch modified time for [APPID]. Skipping newest check.
SpoiledTechie.com
  • 10,515
  • 23
  • 77
  • 100
2
votes
1 answer

Reference Error JS not defined for Datamap

I have a couple of persistent errors in converting this html to the below js: html
George
  • 6,006
  • 6
  • 48
  • 68
2
votes
1 answer

Qlik Sense : Editing User Access

I am new to Qlik Sense and has been assigned task to divide users into two sets. User Set 1 : These users can Create App, Load data, Create data models and create sheets over data model. User Set 2 : These users can only Create and view sheets…
2
votes
2 answers

How can I found that how many Unique values are in my data set, in Qlik Sense?

I'm have a simple question in QlikSense. I have a data set about website views from various IPs of all over the world, but want to see the output of unique IPs; not all IPs. should I use any functions? If not, so how can I do that one? I'll be happy…
Mobin
  • 31
  • 1
2
votes
1 answer

Qlik sense - Rank() within a specific dimension when you have multiple ones

I am new to Qlik and trying to solve the following issue. I have a table with two dimensions, one with the entry's unique ID, and one with a category, as in the example below. Table example My goal is to create a new column with a ranking of 'Score'…
etste
  • 55
  • 1
  • 2
  • 7
2
votes
3 answers

Qlik Sense, Counting distinct with a sum

I am trying to create an expression in qlik sense to get the count the distinct number of ID's where each prod is added up and is greater than 0. Qlik sense expression so far, but wrong: sum(aggr(count (DISTINCT ID), PROD1 + PROD2 + PROD3 )) …
Heathenry
  • 21
  • 1
  • 5
2
votes
1 answer

How does the QlikSense AutoCalendar function work?

Taking apart the auto-generated code in one of my Sense Apps, I have come across the Auto Calendar function which is great and I have amended as below but I have no idea how it works! Can someone provide some documentation? [autoCalendar]: …
Chris J
  • 938
  • 1
  • 8
  • 27
2
votes
1 answer

Using Variables in Set Analysis Expressoin

I am using the following set analysis and it fails to return the data. =Only({1} Minutes) Where: vMonthNr = Month('$(vFromDate)') I have tried to use a variable which has fixed value. in this case, It works perfectly. please…
Ziad Salem
  • 496
  • 13
  • 34
2
votes
3 answers

Get the Object ID in Qlik Sense

I want to know what is the Object ID of a certain object on the sheet. I downloaded an extension form (http://branch.qlik.com/#/project/56f591b33f1dca10d1e91865), and I need the object ID as parameter to extension to be able to export the data of…
Ziad Salem
  • 496
  • 13
  • 34
2
votes
1 answer

Qlik Sense RegEx

I try to find any information about Qlik Sense and RegEx. The target is RegEx in load scripting for string data. I know it was possible in QlikView by VBA Macros. But it is not suitable for Qlik Sense. Not intresting way with Extensions or Mushups…
Alexey Ryzhkov
  • 411
  • 4
  • 10
2
votes
2 answers

Qlik Sense desktop: custom theme

I have Qlik Sense Desktop installed and trying to create a custom theme based on 'highvis' theme that's built in. my question is that what is the directory should I put my theme in? please note that i am using desktop version which does not have…
Aaron L
  • 165
  • 2
  • 11