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] ACROSS using COLUMNS on a chart

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] ACROSS using COLUMNS on a chart
 Login/Join
 
Guru
posted
Hi,
I'm trying to do a graph that shows year-to-date totals for each month. I have
SUM themoneyfield
BY thedimensionfield
ACROSS themonthfield COLUMNS 1 AND 2 AND 3...

The dimension field could be something like "cash" or "credit" - I get a vertical stacked bar with some of each value.

I want to show all 12 months, but it will not show "future" months. It works fine in a REPORT, but not for GRAPH. I'm already using a 'driver' table that has all 12 months in it, using a left outer join to my table with the money fields in it. As I said, replacing GRAPH with TABLE makes all 12 months appear.

Any ideas?

This message has been edited. Last edited by: Mike in DeLand,


Webfocus 8
Windows, Linux
 
Posts: 258 | Location: Palm Coast, FL | Registered: February 05, 2010Report This Post
Expert
posted Hide Post
It seems to work in a simple graph:

GRAPH FILE CAR
SUM
SALES
ACROSS SEATS COLUMNS 1 AND 2 AND 3 AND 4 AND 5 AND 6 AND 7 AND 14
END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
I have a BY and an ACROSS. I wonder what the catch is.


Webfocus 8
Windows, Linux
 
Posts: 258 | Location: Palm Coast, FL | Registered: February 05, 2010Report This Post
Expert
posted Hide Post
Oops, I didn't take the BY into account. Still works though...

GRAPH FILE CAR
SUM
SALES
BY COUNTRY
ACROSS SEATS COLUMNS 1 AND 2 AND 3 AND 4 AND 5 AND 6 AND 7 AND 14
ON GRAPH SET GRMERGE ON
END

I would comment out all the graph styling. If you see all the columns you're expecting, start adding the graph styling one line at a time...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Will give it a shot, thanks.


Webfocus 8
Windows, Linux
 
Posts: 258 | Location: Palm Coast, FL | Registered: February 05, 2010Report This Post
Guru
posted Hide Post
No help with removing the styling. I ended up creating a dummy record with the month equal to 12 and included that in my dataset. Then it showed all the months up to and including 12.


Webfocus 8
Windows, Linux
 
Posts: 258 | Location: Palm Coast, FL | Registered: February 05, 2010Report 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] ACROSS using COLUMNS on a chart

Copyright © 1996-2020 Information Builders