Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Insert Text Under Graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Insert Text Under Graph
 Login/Join
 
Gold member
posted
We want to develop a graph which runs on monthly basis. Can we make the users insert text under the graph area? This text should reflect when another user runs the report.

In simple words, we are trying to see the trend of revenue in the report. Users should see the graph and when they find some discrepancy or a reason for the discrepany, then they should be able to write some reason/text in the text box provided under the graph. When some other user runs the same report they should be see the comments provided by the other user. Is this doable? We do not have webfocus maintain. We are using Webfocus MRE 4.3.6.

One idea we have right now is:
by using Modify command, we will allow the users to insert text. This text will be passed to a field in a table. Did not try this out yet though.
We are hoping that this would work.

Are there any other ideas on how to implement?
 
Posts: 76 | Registered: October 28, 2003Report This Post
Expert
posted Hide Post
i agree with your approach. calculate the graph and perhaps save it as a gif onto your server, rather than recalc it ever time.
display the report as part of a form where a text box is displayed for input and the contents-to date of the comments database is displayed as output. Two fexes, #1 reads and #2 writes.
The form onSubmit calls an update fex (#2) that MODIFY's the comments database with the newly collected input.
you'll spit out the form at the bottom of the display fex (#1). The display fex can calc the graph and read the comments database,
-HTMLFORM BEGIN
[ HTML]
[ BODY]
[ FORM......etc your action, fexname, all that>
[ IMG SRC= your gif>
<!-- WEBFOCUS TABLE MYTAB1 -->
<input type=textbox...etc>
your submit button goes here
[ /FORM>
[ /BODY>
[ /HTML]
Works for meWink.
Let us know how it goes, ok? Sounds like a great idea.
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Gold member
posted Hide Post
Hi Susannah,

Thank you for your input. We haven't started developing this application yet. We started gathering requirements and trying to figure out what would be the best way to approach etc.,
It might take few months more before we start developing this application.

Yes, for sure I will let you know how it goes.

Thanks once again.
 
Posts: 76 | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Insert Text Under Graph

Copyright © 1996-2020 Information Builders