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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
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.