Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!
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!
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
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
Called from other service and pushing new data to your app
hope this works for you.
best,
#3 looks likes it could work for us also. Thanks for the option breakdown!
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! 🙂