As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Can IBI display reports on the real time data? If the answer is Yes, can you please share the process of handling and maintaining real time data on the reports.This message has been edited. Last edited by: FP Mod Chuck,
Create the report against the data. Add it to a Portal page. Set the refresh frequency of the Portal page to the number of seconds you'd like. As long as the table you're using is populated with the latest data, the report will show the updates as frequently as you want.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
First of all welcome to Focal Point. It is a great place to get answers to your development quesitons.
What version of WebFOCUS are you using? When you develop your real time reports you do that the same as with any data source. You create metadata (synonyms) and create your report content. From the WebFOCUS portal you can deploy the reports and set them up to refresh at whatever interval you need.
I was writing this and didn't see Babak's response but we are consistent in the answer...
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
Be sure that your frequency is LE to the frequency of the DB update.
Doug,
For my own understanding (and curiosity) why would you refresh you portal/report more often (is LE to) than your DB is refreshed and consume resources more often ?
If your DB is refreshed every minutes, why refreshing portal/report every 30 seconds, as per sample, if half of the time a refresh occurs, nothing will have changed ?
I may not see why
Tks
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
@Martin: If you poll at the same frequency as your DB updates, your refresh can occur just moments before the DB update and you will need to wait an entire cycle to see the update of (almost) a cycle ago. And we all know what happens when things can go wrong: Murphy will make sure it does.
Another option is to push changes as the DB updates (using a trigger, for example). I haven't played with that (yet), but in some environments that should be possible.
For example, using PostgreSQL, you can define a trigger that sends a NOTIFY message to a listener that is querying for such events. Each time the event gets sent by the DB, the query completes. The report can use that to "wait" while no NOTIFY events occur, then to query the relevant table for the changes and loop back to the LISTEN query.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :