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.
In BATCH Focus, I am outputting a file through the ON TABLE SAVE AS process, and happen to be using a COMPUTE statement to calculate percentages at total time. My output is a summarized file, however, the output file now also contains the fields used to calculate the percentages, when what I want is only the new calculated field. Is there a way to keep these field from being in the output file?
Focus: SUM ARS_AIN M_NAME M_FNM ARS_SELL_STR ARS_HOME_STR WKC_SRT COMPUTE PEN/P7.2 = ARS_DDS_SLS_AMT * 100 / ARS_SLS_AMT; ARS_APPS_PROCESSED COMPUTE HRS_APP/P5 = ARS_SELLING_HRS / ARS_APPS_PROCESSED; ARS_DDS_SLS_UNIT ARS_SLS_UNIT BY ARS_SELL_STR NOPRINT BY WKC_SRT NOPRINT NOPRINT BY ARS_AIN NOPRINT NOPRINT ON TABLE SAVE AS IPSRECAP