Follow these steps to implement the same: 1. Login to WebFOUCS. 2. Click on Unified Tool and select create Visualization 3. Select required Masterfile, add fields to the canvas, and save it. 4. Create Assemble Visualization and add the saved visualization to the page canvas.
5. Click outline on the left pane and select JavaScript. Paste the below code and save
window.setInterval(function (){ $(".pd-page").ibxWidget("callRefresh", undefined, undefined, undefined, true); }, 5000);
6. Close the window and run the created Page.
Notice: Page refreshes automatically.
This will cause the page content to be refreshed at the specified interval (5000 = 5 seconds, 180000 would be 3 minutes).