Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kashaboinaraj
Creator
Creator

How to update real time data

Hi 

Can anyone help me how to update real time data in Qlik sense, is there any mechanism to do this.

Is that possible in Qlik sense.

 

Thanks,

Vishnu

5 Replies
Patricia_Silva
Specialist II
Specialist II

Hello @kashaboinaraj, yes, there are multiple ways to do that. Which product are you using? Qlik Sense Enterprise or Qlik Sense SaaS? Where is your data coming from? Thank you!

Help users find answers! Don't forget to mark a correct resolution 🙂
cbaguio
Contributor II
Contributor II

Hi Patricia,

I was researching the same question.  We have a real time feed (Cisco UCCE) and need to provide real time reporting.  We're using Sense Enterprise.  Any assistance, information, or direction is appreciated!  Thank you!

RafaelBarrios
Partner - Specialist
Partner - Specialist

Hi @kashaboinaraj 

I know 3 ways of doing this

#1 direct query 
https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegula...

Works pretty good, but have to be aware that the app data is not getting reload, the data only refresh for the current user every time user makes a selection. If user don’t do something the data will no be refreshed.

On premise can be combined with other normal loads but on  Cloud  you can’t

 

#2 ODAG
https://community.qlik.com/t5/Qlik-Sense-Documents/On-demand-App-Generation-ODAG-in-QlikSense/ta-p/1...

similar to direct query, detailed app will refresh when it’s called, but will be refreshed to everyone.

 

#3 enigma.js  API
THE WINNER & the one I’m using in some projects

https://youtu.be/21rKG0SxPVQ

Called from other service and pushing new data to your app 


hope this works for you.

best,

cbaguio
Contributor II
Contributor II

#3 looks likes it could work for us also.  Thanks for the option breakdown!

RafaelBarrios
Partner - Specialist
Partner - Specialist

following Christof 's video is pretty straight forward.

Best,

Help users find answers! Don't forget to mark a solution that worked for you & to smash the like button! 🙂