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.
TABLE FILE CAR SUM SALES BY COUNTRY ACROSS SEATS AND COMPUTE whatever/I8=C3-C2; END ... Report Assist doesn't seem to recognize the C reference when using The Compute button to get some margin calculation. That can't be true, can it? How do i teach users to , say, calculate a growth rate across 2 years using JUST the RA. ?
looking at the fex that gets created... RA puts the COMPUTE statement before the ACROSS, so there's no way to calculate a margin value in an ACROSS. That's just GOTTA be fixed. RA has GOT to be smart enough to deliver 2 kinds of COMPUTEs, before the across and/or after the across. Does anybody have a spark of genius?This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I've never tried it with across, but C references in computes are tied to column values, so in your example C1 is sales, so are you wanting to do it on the first two columns of the across?
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
I do know that it will give a correct compute on the field names rather than column references, but I've also used column references and I'm sure it was in RA. Dev Studio has fits at times.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004