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 the user name is not already part of the data it cannot be shown except if you add it. As per below I add the user name to a new file but it's at run time only since &IBIMR_user only exist at run time. And depending of the desired result, it can be done from a DEFINE or COMPUTE.
DEFINE FILE CAR
DEF_USR /A30V = '&IBIMR_user.EVAL';
END
TABLE FILE CAR
PRINT CAR
DEF_USR
COMPUTE CMP_USR /A30V = '&IBIMR_user.EVAL';
BY COUNTRY
ON TABLE HOLD AS TMP
END
-RUN
TABLE FILE TMP
PRINT CAR
DEF_USR
CMP_USR
BY COUNTRY
END
-RUN
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
Thank you for suggesting me the solution. I did exactly as you said. Edited the synonym and added the define code and saved it. Viewed the sample data I get the new column with my username. But, when I try to create a report off of this synonym on the client side it gives me an error: "(FOC1354) ACCESS FILE RECORD ABSENT, WRONG OR INCOMPLETE FOR SEGMENT:"
If you used the text editor you might have added the DEFINE in the wrong place in the master. Remove the text you added and open the master file with the GUI tool on the Reporting Server. Then insert the DEFINE using the GUI which will place it where it belongs.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015