
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to Integrate Chatgpt with Qliksense
Hi All,
My organization looking to integrate Chatgpt with Qliksense Saas. Please help us with integration steps.
Thanks in advance!!
- Subscribe by Topic:
-
API
-
Client Managed
-
Connector
-
General Question
-
Integration
-
SaaS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @sumitk this is not currently supported by Qlik. You could make a feature request as explained here;
How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use ChatGPT into
1) Qlik Application Automation using the Call URL block
2) During your app reload using a REST connection

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I saw this video, so how they are integrate like this-

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I saw this video, so how they are integrate like this-

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @sumitk to answer that question I would suggest you watch the entire video series
Qlik-Brings-Advanced-Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
There is a Chrome-based version control extension for Qlik Sense - Gitoqlok. Its upcoming release features the integration with OpenAI's davinci model to deploy in a number of use cases including sheet titles and descriptions, measures titles, descriptions, and expressions.
The release is scheduled for the upcoming week and a half - you can check the documentation on https://docs.gitoqlok.com/tutorials/ask-ai. You can also join the Slack community to track the release and updates - https://app.slack.com/client/T012RHLTWHL/C012WTZN0N9.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Integrating ChatGPT with Qlik Sense, a business intelligence and data visualization platform, involves using the OpenAI API to interact with the ChatGPT model and incorporating it into your Qlik Sense environment. Here's a high-level guide on how you might approach this integration:
-
Set Up OpenAI API:
- Sign up for access to the OpenAI API and obtain your API key. You will need this key to make requests to the ChatGPT model.
-
Create a Chat Interface:
- Develop a chat interface that interacts with the ChatGPT model using the OpenAI API. This interface can be a web-based application, a chatbot widget, or any other suitable method.
-
Generate ChatGPT Responses:
- Use the OpenAI API to send user messages and receive responses from the ChatGPT model. You'll need to format the API requests and handle the JSON responses.
