Hello everyone...!
Sorry for delay in posting this blog. Well, as per my one of the blog, we have started a discussion regarding Mashups. We can build mashups in QlikView and QlikSense as well. If you not gone through it, you can read the same by clicking on this link.
So, as promised earlier, I am going to give few more tips and trick regarding Mashups, as most of the development part you can get through Youtube.com, or help.qlik etc.
Now, suppose, you want that your Mashup should get refreshed after few seconds and that too automatically. This scenario comes, when you are presenting near to live data using Mashups.
In such scenario, you can actually integrate HTML features with Mashups. In HTML, if we want to refresh the page automatically, we can simply add below line where the "content" value gives the number of seconds after which the page will get refreshed -
<meta http-equiv="refresh" content="5">
We can add the same tag in our Mashups page, below are the steps for same -
- Login to QlikSense Hub
- Go to Developer hub > Mashups Editor
- Click on HTML page tab which you want to get refreshed.
- Add above tag inside <Head> tag as -
<head>
<meta http-equiv="refresh" content="5">
</head>
- Save and test
A small tag and you can play with your near to live data.
That's it for this article. Stay tuned for more articles..!!
No comments:
Post a Comment