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.
Hi, We have a user requirement to provide an additional write back feature on a Webfocus report.
The users want the capability to edit and add text/comments to a comments column of an existing WebFocus report and update it back in the DB. A comment updated as such would be available for view to the next user accessing the report who can inturn edit or rewrite content as required.
The question is - Is Such a feature available in Webfocus reporting? Currently the environment is WebFocus 7.
If not directly availble, can there be any jsp customizations plugged in into a webfocus report to enable customizations?
Please suggest some valid technical possibitlites for such a requirement.This message has been edited. Last edited by: Kerry,
If you only need an end-user to be able to add a comment. And then send the report to the next end-user for review. ( And not explicitly want to write it in a database ).
You could use ActiveHTML. This has standard functionality to do such. Just right click on report item and select 'add comment'.
Greets, Dave
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
Knowing what the WF's possiblities are it should be able to make.
But I can not help you with a working sample.
Scenario should have to be complicated, I think.
Output is HTML, add a inputbox, make sure you have a button that calls via URL a fex-file and don't forget to post the contents of the inputbox with the URL.
Some tricky stuff though.. Make a fex that can receive this data and update/insert in database. You will need some text-encoding to cover characters that can not be posted. Space being the most obvious, but also & and / or \.
I have no knowledge of something like this being an "out-of-the-box" solution. Anybody ? ( in maintain perhaps ? )
Greets
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
The Maintain language was created to do write-back to the database from either a stand-alone application or from a WebFOCUS Report. We called this closed-loop reporting. I have a couple of presentations on this topic. Maintain DOES require an additional license.
You can easily create the update screen using the menu driven Update Assist feature. There is a drilldown feature that you can add directly from the reporting tool to launch the Maintain application. There is no easier way to do this (Right Alan?).
I think the point is that once you have created one Update Assist and called it from a report, then it does becomes a very easy concept. Like everything, the first time is always the worst.
I hadn't seen Mark's presentation before, but it covers everything you need to know.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007