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.
When I apply EXPANDBYROW to create an accordion report it is adding a total across the top against each grouping on the BY field. A total is not needed anywhere in this report, is there a way to supress this?
Thanks
Code below:
TABLE FILE SQLOUT
PRINT Contact_List_Name AS 'Contact List Name' List_Status AS 'List Status' Pass Initial_Records AS 'Initial/Add Count' Currently Avail_30 AS '30 Mins' Avail_60 AS '60 Mins' Avail_60Plus AS '60+ Mins' Timezone_Not_Available AS 'TZ Not Available' Total Abort_Rate AS 'Abort Rate' Last_Updated BY Segment ON TABLE SET PAGE-NUM OFF ON TABLE SET EXPANDBYROW ALL ON TABLE NOTOTAL ON TABLE SET CSSURL '/approot/style/opera.css' ON TABLE SET STYLE *This message has been edited. Last edited by: <Emily McAllister>,
Its automatic, as the manual states... Change all your numeric fields to alpha using FPRINT and right justify using RJUST. Search on FPRINT. May work, don't know???
Just something to note. EXPANDBYROW is basically an adaptation of SUBTOTAL. So you can use subtotal syntax to manipulate it. Also there are some tricks you can do using multiverbs and stuff like that.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013