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.
If your JOIN is properly built it should be there.
The JOINed table "become" the last segment of the master table; scroll down maybe.
JOIN
INNER EMPLOYE2.EMPINFO.EMP_ID IN EMPLOYE2 TO UNIQUE EMPDATA.EMPDATA.PIN
IN EMPDATA TAG J1 AS J1
END
TABLE FILE EMPLOYE2
PRINT
EMPLOYE2.EMPINFO.EMP_ID
J1.EMPDATA.PIN
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
ENDSTYLE
END
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Hi Greg, Once you add a report right after the JOIN where the selected file is the parent file of the JOIN, the child is not becoming the last "segment" of the parent ?
Using the code in my previous post, once you open it with the GUI, EMPDATA is shown as the last segment of file EMPLOYE2.
Finally, if not, you may need to open a case and have remote assistance.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
You won't bve able to see the JOIN code from the Report tab, but you will see the effect as mentioned.
Have a look at the "Procedure View" control and you will have the option to open the JOIN in "Native Canvas" or "Text Editor". If you already have the JOIN open in "Native Canvas" you can press the "Show/Hide" to see the code in a Pop up. Otherwise you have to close the Join tab and reopen in "Text Editor"
I have noticed in App Studio 8009 that selecting any objects above the last Report is a bit hit and miss - but not sure if that is due to my dodgy mouse or not.
Also make sure that your JOIN obcject doesn't drop below the Report Object in the Procedure Viewer. Seems that you can drag and drop object now and I'm having issues moving things by mistake.
Regards
Stu
WebFOCUS 8.2.03 (8.2.06 in testing)
Posts: 253 | Location: Melbourne, Australia | Registered: February 07, 2007
It appears (at least for me) that you can not add the joins after the report painter is open and you have started on a report. You have to add the join from the procedure viewer first, then choose new report.
prod: WF 7.7.03 platform IIS on Windows 2007, databases: Oracle, , MSSQL
I've had some "luck" with adding/selecting components in the Procedure viewer by left clicking the component and while holding down the left button, click and hold the right button.
Then you can release the left button and select the option in the menu you want.
Also it appears that I get better responses when the App Studio window is maximized.
Definetly weird behaviour and I'll be raising a case when I finish outlining the bahaviour.
Cheers
Stu
WebFOCUS 8.2.03 (8.2.06 in testing)
Posts: 253 | Location: Melbourne, Australia | Registered: February 07, 2007