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.
I am performing an averaging calculation and am joining 2 tables. Setting "missing on" will set the value to blank if the child record exists and the field I'm averaging is blank. However, the issue I'm having is when there is no child record at all, the field I'm averaging is set to zero rather than blank and is giving incorrect results. How do I set "missing on" with a missing instance/record condition?This message has been edited. Last edited by: Med1,
In the GUI, the are two different options. One is 'missing on needs some data' and the other is 'missing on needs all data', I feel like you might want to try the latter and see how it works. I'm assuming you are using a define to create your fields. You can also use
SET NODATA = ' '
in combination with this.
Is it also possible you could do it in two passes, one where you retrieve the information and get all the rows you need then do the averaging?
WebFOCUS App Studio 8.2.02 Windows 7, All Outputs
Posts: 141 | Location: Mclean, VA | Registered: December 04, 2012