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 have this cluster master file where i have few tables joined. I understand that WF ignores the join , if a field from a table is not used in the ouput.If i don't have that join established the output value from WF request doesn't match the sql output. What is the recommended way to overcome this.?
Should i give the join condition in the where clause ?
Should i manually join individual table for the WF request?This message has been edited. Last edited by: FP Mod Chuck,
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
Can you give more details on the tables and your cluster master files? Also, the join condition you want to have on the cluster. It would be good if you can also post the SQL query as well.
Thanks
Webfocus 8.x Windows PDF,HTML,XLSX
Posts: 58 | Location: India | Registered: June 01, 2018
I've had this happen too. We use a lot of cluster MFDs here. I noticed that our summing operations didn't work unless I included certain fields, so I go ahead and put those fields on my report and then just make it a hold file. Then a second step to actually create the report.