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, I am working on WF 8.2.02. I have an input parameter with multiselect option. When 'All Values' are selected, it shows No data instead of printing all the data,. Find the example below, I understand that we can have a default settings to '_foc_null' for that parameter and fix this. But, I want to know the purpose of 'All values' in the parameter.
TABLE FILE GGSALES SUM DOLLARS BY PRODUCT WHERE PRODUCT EQ &PROD.(OR(FIND PRODUCT IN GGSALES)).PRD:. END -EXIT
Thanks.This message has been edited. Last edited by: FP Mod Chuck,
Thank you for checking. I have WF 8.2.03 in another machine. I tested there. It is working fine.
When I put ECHO=ALL and checked, In 8.2.02, FOC_NONE is getting passed to the parameter, hence there is no data. In 8.2.03, _FOC_NULL is passed to the parameter and generating all the data.
Whether we can change the settings in WF Server to modify this.