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.
Hi, Can someone help how to show multiple measures as separate columns instead of Data fields - ROWS when report output is EXL2K PIVOT. I need this to do offline drill down on counts plus other columns displayed default and giving users extra columns as optional CACHEFIELDS.
I see this belpw option but If I have multiple detail level columns in the same hold file I will be doing PRINT 1 field BY 20 fields. And I won't have drillable option on the other columns(BY fields) I need in PIVOT.
This won't work - From another post to show DEALER_COST, RETAIL_COST, SALES as multiple columns instead of rows(no drill option)
Print SEATS so COSTs and SALES become columns: TABLE FILE CAR SUM DEALER_COST RETAIL_COST SALES/D8 SEATS BY COUNTRY BY CAR BY MODEL ON TABLE HOLD AS HOLD1 END -* TABLE FILE HOLD1 PRINT SEATS BY COUNTRY BY CAR BY MODEL BY DEALER_COST BY RETAIL_COST BY SALES ON TABLE SET BYDISPLAY ON ON TABLE PCHOLD FORMAT EXL2K PIVOT END
*************LOOKING FOR SOMETHING LIKE THIS************* TABLE FILE CAR PRINT DEALER_COST RETAIL_COST SALES/D8 SEATS BY COUNTRY BY CAR BY MODEL ON TABLE PCHOLD FORMAT EXL2K PIVOT END
But the PIVOT output displays them as ROWS and not separate columns with drill option.
PLEASE help!!
Thank you, RKThis message has been edited. Last edited by: FP Mod Chuck,