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.
IS it possible to take total of 4 columns in one row in accordian report in subheading or subfooting.
I have accordian report: BY DIVISION BY DISTRICT BY STORE
I want DIVISION to show DIVISION LEVEL SALES TOTALS WHEN USER EXPANDS DIVISION IT SHOULD SHOW DISTICTCT and STORE LEVEL DETAILS FOR EXAMPLE /* +DIVISION1 P1 p2 P3 1000 2000 1500 +DISTRICT1 500 1200 800 +STORE1 500 900 700 +STORE2 0 300 100 +DISTRICT2 500 800 700 +Store x x x /*
Is it possible?This message has been edited. Last edited by: Kerry,
COl1 ONE TWO THREE FOUR subt1 subt2 ---- ---- --- ----- ------ A 10 10 10 10 N N B 5 5 5 5 Y N C 3 3 3 3 Y N
E 10 9 8 6 N Y F 8 8 8 8 N N SUB_CALC 10 9 8 6
Create Another two Colomns like subt1, subt2 and Assign value 'Y' or 'N' depends on the colomn. in Print Statement for subt1, subt2 Columns use NOPRINT
Ex: subt1/A1 = IF COL1 EQ 'B' THEN 'Y' ELSE IF COL1 EQ 'C' THEN 'Y' ELSE 'N'; Ex: subt2/A1 = IF COL1 EQ 'E' THEN 'Y' ELSE IF COL1 EQ 'F' THEN 'Y' ELSE 'N';
ON RECAP SUB_CALC= subt2 subt2
ON SUBFOOT SUB_CALC
Env Prod:WebFOCUS 7702 ,Windows xp on 64, SQL Server 2008, IRF Tool Env 1 Local: DevStudio 7702 - MS Windows XP SP2 - Apache Tomcat 5.0.28 Output: HTML, Excel and PDF
Posts: 52 | Location: NJ,USA | Registered: May 26, 2004