Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
One of the many data sources in Qlik Sense/Cloud can be a web origin in XML or RSS format.
You can connect to it using a REST connector.
RSS feeds are added through the corresponding REST connector, and then, in a blank script, the script is inserted, automatically creating tables with headers, URLs, and other relevant fields.
This is very useful for complementing a data dashboard with the latest business news.
All that’s left is to schedule the application to reload at regular intervals, and you’re done.
Additionally, by using a KPI with a “count”, you can create an alert whenever there’s a change from the previous state. This way, each time new updates appear, you’ll receive a notification or an email.
You can create multiple connectors, each linked to a different RSS feed, and include several of them in the same dashboard.
Wow! That's very cool! I would love to learn more.
Any chance you can share the app or the script or maybe make a video showing how I can build something like that too?