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.
1. I have a request to produce a line graph for 13 weeks in a quarter. My graph is something like
SUM SALES ACROSS WEEK ACROSS DAY.
The problem is it is producing a vertical line from the x-axis to the data point. My question is how do you get rid of this vertical line (7 days X 13 weeks = 91 vertical lines is too many)?
2. the second question for the graph above is:
The x axis label is trying to repeat the value of week for each day,
Is there a way to suppress this?
Thank you in advance for any assistance.
Posts: 103 | Location: ricmmond va | Registered: September 30, 2004
There is a command in the Graphing API which lets you tell the graph engine to skip labels on the X axis. I cannot remember what the command is off hand but i'm pretty sure this will answer question #2.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
In order to skip grid lines you can use the following:
-* This is the automatic setting for label skipping setO1LabelAutoSkip(1); -*========================================== -* -* This is the MANUAL setting for label skipping -*setO1LabelAutoSkip(2); -* You then have to give a value to setO1LabelSkipCount to decide how many labels to skip -* This can be done by having a preliminary TABLE find out how many x-values there are -* and calculate the skipping number. Try both and see -*setO1LabelSkipCount(4); -*setO1LabelSkipBegin(0);
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006