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

Qliksense; dynamic dimensions for table

I'm trying to create a "dynamic" dimensions for a table in Qliksense. In Qlikview, I was able to do this by creating buttons that assign a value(field) to a variable, and then simply use the variable as the dimension in the table. This does not seem…
2
votes
1 answer

Qlik - Require JS Module Dependency with ChartJS

I want to load Javascript plugins for chartJS within QLIK Sense Developer. I have set up the define as below. define( [ 'jquery', './PropertiesPannel', '//cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js', …
Peachman1997
  • 183
  • 1
  • 12
2
votes
1 answer

How do I create an app on QlikSense using QRS API?

We just installed and configured Qlik Sense of a machine with all the necessary steps and everything is correct, because we tested using the QRS API about endpoint ( /about ). We are using Java so the QRS API it's the desired option My question is…
Triple3XH
  • 113
  • 3
  • 11
2
votes
1 answer

Export data from QlikSense cloud to AWS S3 bucket

I am trying to create a pipeline to export Qliksense app data to AWS S3 bucket, but not sure if I can do it directly. Two options I tried: Use export API to export data as qvf to local disk, then connect to S3 via python script and push the…
2
votes
1 answer

Is there a way to group labels in Qlik Sense?

So I have data, and I want to count the labels: Attribute Labels A Man, kind B Girl, kind C Man, bad D Man E Girl I already put the data in…
trytocode
  • 393
  • 4
  • 22
2
votes
2 answers

Where to place flags in Qlik Sense data loading script?

The End Goal and Context The end product in my Qlik sheet should have a table that displays a "% Covered" column. What this is is the percentage of items in a department that the inventory is greater or equal than the requirement. Here is an example…
bananabrann
  • 556
  • 7
  • 26
2
votes
1 answer

Using existing R model in Qlik Sense

I am using Qlik Sense as a visualization tool. I have Integrated R with it using SSE. I wanted to ask if I can use existing R model which I have built and saved in my local disk for prediction using Qlik Sense
Lucy
  • 401
  • 3
  • 16
2
votes
1 answer

Assign multiple string to a single variable

I have a button which when clicked assigns values to a variable which is used for filtering within other charts. It works fine when i only assign one value but when i try to assign 2 values to the same variable it doesn't produce any data. The…
RobLaw84
  • 175
  • 2
  • 5
  • 18
2
votes
1 answer

SQL Server, Qlik Sense naming convention

Is there any naming convention for Qlik Sense? I'm creating database in SQL Server which will be conected to Qlik Sense. I've noticed that some names are automatically changed. For exmaple I have table which has Id column, and Country foreign key…
2
votes
1 answer

Qliksense REST offset pagination using loop

I need to paginate through all of the records from Hubspot API and I am getting stuck at offset pagination loop. According to the Hubspot's API documentation, there is no "total records" path available in the response but instead "has-more" filed…
Pankaj Kaundal
  • 1,012
  • 3
  • 13
  • 25
2
votes
2 answers

Tool Recommendation to create Interaction Map with multiple dimensions

I have knowledge in QLik/Sense, Big Query, Google Data Studio ( and related ) I need to create a map with multiple points and each point will display data from the database (point related) The table will look for example like…
J.Doe
  • 111
  • 1
  • 2
  • 12
2
votes
1 answer

Connecting Qlikview to Azure Data Lake Store Gen 1

I am working on a new requirement and need to connect Qliksense and Qlikview to Azure Data Lake Store Gen 1. I search a lot about it but didn't find any useful information to claim the connectivity betweem Qlik and Microsoft Azure Data lake.
BIDeveloper
  • 767
  • 3
  • 14
  • 28
2
votes
4 answers

Uncaught (in promise) dom-to-image

I have a page that has multiple canvas html elements. The website is actually built in angularjs and there are charts that are displayed on it which have been created in Qlik. I am trying to get a screenshot of the individual charts which are…
Shanky
  • 331
  • 1
  • 4
  • 17
2
votes
2 answers

Qlikview and Qliksense VS MSBI

This question can be seen as very stupid, but i'm actually strugling to make it clear into my head. I have some academic experience with SSIS, SSAS and SSRS. In simple terms: SSIS - Integration of data from a data source to a data destination; SSAS…
Anna
  • 96
  • 8
2
votes
1 answer

Swift client and root SSL certificate authentication

Integrating get token api of QLIK server with ssl certificate but after performing task I am getting error like this - "finished with error - code: -999" // Your hostname and endpoint let hostname = "YOUR_HOST_NAME" let endpoint =…
Pritesh
  • 172
  • 1
  • 14
1 2
3
49 50