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 used a COMPUTE to convert numeric months to alpha words,a nd need to ACROSS those words, but it will only across with the original numeric value. How do I relabel the column names? I have: SET ASNAMES = ON TABLE FILE DM_SUMM_METRIC SUM 'DM_SUMM_METRIC.DM_METRIC_SUMMARY.TOTAL_CHARGE_AMT' BY 'DM_SUMM_METRIC.DM_PAYOR.PAYOR_CATEGORY' ACROSS MONTH COMPUTE MYMON/A5 = DECODE DM_SUMM_METRIC.DM_TIME.MONTH( 1 Jan 2 Feb 3 Mar 4 Apr 5 May 6 June 7 July 8 Aug 9 Sept 10 Oct 11 Nov 12 Dec ELSE unk );
The grid is fine and the result is fine, but I need column labels.
Update: my localhost is now 7.6.10
WebFocus 762,7611, 7.7.02 XP for Dev/test; Linux Prod 7.6.2; MRE
Posts: 21 | Location: NYC | Registered: February 09, 2009
In case this may be of any help, the reason DEFINEs would work and COMPUTEs didn't is that DEFINES are processed before the summing and sorting, whereas COMPUTEs are processed after the summing and sorting.
Regards,
John
WF 7.7.03, Windows 7, HTML, Excel, PDF
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006