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     [SOLVED] Bar Graphs in App Studio

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Bar Graphs in App Studio
 Login/Join
 
Member
posted
I have created a Bar Graph in Application Studio that shows a Fiscal Year to Date comparison.
So right now it shows Q1 and Q2 2014 and Q1 and Q2 2015 (4 bars).
I want the 2014 bars to be one color AND the 2015 bars to be another color.
How do I accomplish this?



WebFOCUS 8.0.0.9

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8.0.09
 
Posts: 2 | Registered: April 07, 2015Report This Post
Expert
posted Hide Post
Check out "series" in the graph styles section of the code in the GUI.
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Member
posted Hide Post
They are all set as Series 0


WebFOCUS 8.0.09
 
Posts: 2 | Registered: April 07, 2015Report This Post
Virtuoso
posted Hide Post
You should just be able to drag your measures and dimensions from the data panel to the query panel, and then right-click on the bars and style them with the context menu options given.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
<nick z>
posted
You can accomplish this with Conditional styling(aka Traffic Lights).

After you build your query, click on the field inside your Measure(Sum bucket).
On the Top ribbon, inside Display grouping click on Traffic Lights button.
Inside Traffic lights dialog, click on the dropdown arrow and choose your "Year" field.
Equal to-->and select the Year you want your condition to be met.
Click on Color button and choose the color you want.
Repeat for another year if necessary.

In your code this will look something like this:

DEFMACRO=Condition_1, MACTYPE=RULE, WHEN=N2 EQ 2014, $
TYPE=DATA, COLUMN=N3, MACRO=Condition_1, COLOR=RGB(255 0 0), $


Hope this helps.

Thanks.
Nick.
 
Report 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     [SOLVED] Bar Graphs in App Studio

Copyright © 1996-2020 Information Builders