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.
I didn't know how to move a post from one Forum to another so here is what was posted on the other Forum.
This isn't what I need. This give 2 bar graphs side by side. I need one graph with 2 bars, one for each year, next to each other, like the Excel example shows. http://i35.tinypic.com/2a7zbbq.jpg Excel did it very easily, so I would think WebFOCUS could. I'm missing something.
Thanks,
Rick Man Silver Member Posted August 19, 2008 04:50 PM How can I create a graph in WebFOCUS like the one I was able to create in Excel; i.e. where the years are side by side in ONE graph not in two separate graphs. Thanks
Since you are on Unix like I am, you can upload the directory to your backend Unix box. There is a program to reload the databases. A lot of the tutorials use centurysales and the file has lots of data in it. Great for testing.
Thanks Kerry. Thanks Ginny. I don't have any data in that file. I opened a case with IBI, #42422997, and this is what they said:
Take this code:
GRAPH FILE FINANCE SUM AMOUNT AS 'AMOUNT' ACROSS YEAR AS 'YEAR' BY ACCOUNT AS 'ACCOUNT' HEADING "FINANCE GRAPH1" ON GRAPH SET LOOKGRAPH BAR ON GRAPH SET GRMERGE ON ON GRAPH PCHOLD FORMAT GIF ON GRAPH SET GRAPHSTYLE * setLegendPosition(2); setFontName(getLegendText(),"ARIAL"); ENDSTYLE END
And flip flop the ACROSS and BY fields:
GRAPH FILE FINANCE SUM AMOUNT AS 'Amount' ACROSS ACCOUNT AS 'Account' BY YEAR AS 'Year' HEADING "FINANCE GRAPH2" ON GRAPH SET LOOKGRAPH BAR ON GRAPH SET GRMERGE ON ON GRAPH PCHOLD FORMAT GIF ON GRAPH SET GRAPHSTYLE * setLegendPosition(2); setFontName(getLegendText(),"ARIAL"); ENDSTYLE END
It works.
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF