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'm interested in trying to take an object and have it go across the table rather than down the table. For instance I want to see Sales by week. Currently for one store there are 52 lines of the same store with sales by that week. I would like to use the one record of the store and then have the weeks go from right to left with the sales below each Column heading. Basically I want a column heading for sales by week, but my file layout doesn't allow that for now.
I see how that worked, but it shows the Store, State, Item# for week one and then repeats all of that again for week two. What I really want is Store,State,Item# Week 1 Week 2 etc So I want the weak in the header, is that possible. Record 1: Store: ABC, State: NC, Item#: 123, Week 1: 12 Record 2: Store: ABC, State: NC, Item#: 123, Week 2: 14
Ideal would be Record 1: Store:ABC,STATE: NC, Item#:123, Week 1: 12, Week 2: 14, ETCThis message has been edited. Last edited by: McNeal,
Posted November 15, 2006 04:34 PM Hide Post I see how that worked, but it shows the Store, State, Item# for week one and then repeats all of that again for week
Did you sort by the store state and item number or print/sum them.
SUM SALES BY STATE BY STORE BY ITEM NUMBER ACROSS WEEK
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
I did not try that yet, as what was coming back to me wasn't what I had envisioned my report to look like. As the Across seems to do a page break rather than just a header.