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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
ACROSS and COLUMNS
 Login/Join
 
Silver Member
posted
Summing values across dates, even if only 9 months have data, but I need across 12 months, the rest of the columns should show zero data.

I have researched this in Focal Point, found a log on 02/09/2006 with the same problem. I started with using the PERSINFO file (as the example showed) and it worked. Here's what I typed:

DEFINE FILE PERSINFO
BIRTH_MONTH/MT=BIRTHDATE;
END
TABLE FILE PERSINFO
SUM CNT.PIN ROW-TOTAL
BY COUNTRY
WHERE BIRTH_MONTH GT 6
ACROSS BIRTH_MONTH
COLUMNS '07' AND '08' AND '09 AND '10' AND
'11' AND '12' AND '01' AND '02' AND '03' AND
'04' AND '05' AND '06'
END

I created most of the code using the GUI and then had to type the COLUMNS code in to the Text Editor because I don't know where to find COLUMNS from the GUI enviornment. Or, is this code you have to type and not use GUI?
I am using WebFOCUS 764.


WF 7.7
Unix/Tomcat
ZLinux on System Z
DB2 Relational DB
 
Posts: 33 | Registered: April 23, 2007Report This Post
Master
posted Hide Post
That's correct the gui does not support it at this time. NOTE: if you bring it back up in the gui you will loose your columns




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Silver Member
posted Hide Post
TexasStingray,
Thank you for confirming this for me. I did lose my code and I had to retype, but I needed to confirm this. Will there be a fix for this in the near future? This code is very helpful.


WF 7.7
Unix/Tomcat
ZLinux on System Z
DB2 Relational DB
 
Posts: 33 | Registered: April 23, 2007Report This Post
Master
posted Hide Post
Open a case with NY Support and ask that question of them.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders