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 am using a subfoot containing TOT.SELLSvalue and TOT.COSTvalue and would like to use a recap to find out the percent profit and keep it in the same row just one column to the left.
Does anyone know how to do this?
I tried to do a recap and use noprint but it gives me an error
Any Ideas?This message has been edited. Last edited by: Charles Richards,
RECAP creates temporary fields on the BY field level the RECAP is coded for. You can't specify NOPRINT for a RECAP field. In stead you have to use a subfoot on the same BY level. In the subfoot you can name the recap field or not. If you do not mention it in the subfoot, it won't show. Furthermore you will have to do the positioning of the fiels in the subfoot yourself, nothing automated there. And as Frank states - the ability to view the code aleready in place helps to better advise you.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
I would like to line up some of the values in the subfooting with some of the columns but i donw know how...
ALSO I have been trying to figure out how to have a value computed totSRP(which is the subtotoal of the department for sales) divided by subtotSRP (subtotal of the comclass for sales) but what i am doing currently does not seem to be working
This code has helped me out tremendiously thank you!
how would you go about getting a percent using a subtotaled value using a larger subtotaled value
Ex. Department 1 Comclass A Item 123 Item 124 Item 125 Comclass A subfoot percent of comclass A compared to Department 1 Comclass B Item 234 Item 235 Item 236 Comclass B subfoot percent of comclass B compared to Department 1