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 want to visualize some numbers in a report, but would like to give the graphs other colors than the available ones. How can that be done? I tried GRAPHCOLOR=RGB(0 75 130) but that gives an error. Any suggestions?
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
But what I tried to do was change a gif file in the vis directory. That is not the best solution sinc now my color "olive" gifs me the desired color. I would however add some company colors to the directorie instead of change them and also these new added colors should be in my list.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
Here's something to try. There is a standard list of color names that can be used in the GRAPHCOLOR statement listed on page 29-31 of the Creating Reports manual. When creating the HTML results, the name is translated into the hex value for that color. The hex value is then used to create the name of the GIF file that is then used in the HTML. For example, GRAPHCOLOR=AQUA creates the following IMAGE tag in the HTML output:
<IMG SRC="/ibi_html/vis/g00ffff.gif" ...>
Here's what you do. Pick a color name you never use such as AQUA. Edit the GIF file in the ibi_html/vis directory with an image editor program and change the color of the image to whatever you want. Now everytime you reference AQUA you will see the custom color instead. I used Windows Paint program to change the gif color and it works.
THIS ONLY WORKS FOR HTML. Use the GRAPHCOLOR=RGB(0 75 130) statement for PDF output.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Ironically, the manual I have (7.1) does not say you can use RGB for PDF output. Do you have a more recent Creating Reports manual that documents using the RGB for PDF output?
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Mickey what you suggested was what I did, but I wondered if you would not be able to add an extra gif file that can have the name "company_color1" and is visible in the selction list
Tony I will give the different way of PDF and HTML a try.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006