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 a report that looks at one .mas file. It pulls one field. I have another .mas file that i was to join to. They share a common field name that is auto-joined by AS. I changed the properties to inner join and single instance and created it above the report on the procedure view. I can still run the report successfully, however on the Object Inspector, i am not seeing that new table i joined so that i can pull a field into the report. when i try to add the column in the text editor, it errors with "column name not identified".
Below is my report in text editor, the join is there, but i cant reference the column in the WFX_SITE_ALIAS table. It doesnt show up in the Obj Ins.
JOIN INNER WFX_JOB_SUMMARY.WFX_JOB_SUMMARY.SITE_BUID IN wfx_job_summary TO UNIQUE WFX_SITE_ALIAS.WFX_SITE_ALIAS.SITE_BUID IN wfx_site_alias TAG J0 AS J0 END -* File: IBFS:/PSG/WFC/Repository/PSG_Comcast_Custom_Reports/WFX/Report1.fex Created by WebFOCUS AppStudio -DEFAULT &DIVISION=_FOC_NULL; TABLE FILE WFX_SITE_SETTINGS BY WFX_SITE_SETTINGS.WFX_SITE_SETTINGS.SITE_DESC AS 'SITE' WHERE DIV_DESC EQ &DIVISION; ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT XML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/enwarm.sty, $ ENDSTYLE ENDThis message has been edited. Last edited by: FP Mod Chuck,
AS Version: 8201 Gen: 10202016 Windows, All Outputs
Posts: 49 | Location: St. Louis | Registered: December 13, 2016