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.
Do you want to change the default 'TOTAL'? If so this is very easy done;
-SET &As_Total = 'New Total'; TABLE FILE CAR PRINT DEALER_COST RETAIL_COST SALES BY COUNTRY BY CAR ON TABLE SET PAGE-NUM OFF ON TABLE COLUMN-TOTAL AS '&As_Total' END
Hi Dirk JJI, I want to change the total values itself and not the column_total title. Like suppose the total for dealer_cost is 143,794 ,instead of this i want to put what is there in Amper variable.
In your case I would use a subfoot instead of a column_total. In a Subfoot you can place text, numbers, fields, subtotaled fields, etc and align them with one of your report fields.
You can set the value of the variable to what ever (allmost everything ) you want.
ex.
-SET &var = IF ...... THEN 'ST.FIELD' ELSE 'SOMETHING ELSE';
Shyam : Aligning Totals in a Sub-Foot could be the easiest way to insert your amper-vars at the end. But if you are looking for one more way, you could also create a 1-line Hold file with the values you want as the total line and append it with a MORE statement.
Sandeep Mamidenna.
------------------------------------------------------------------------------------------------- Blue Cross & Blue Shield of MS WF.76-10 on (WS2003 + WebSphere) / EDA on z/OS + DB2 + MS-SQL MRE, BID, Dev. Studio, Self-Service apps & a dash of fun !!
Posts: 218 | Location: Jackson, MS | Registered: October 31, 2006
Look up and read the RECAP command, that may give you a usable idea. otherwise ON fieldname SUBFOOT and align your totals or other numbers , &vars, specifically within that subfoot line, as bluezone says.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003