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.
Hi I am trying to build a report for metadata dictionary to show all the masterfiles and their columns.I was able to do it using the SYSCOLUMN table. -How can i show the define expressions in my report. -How can is show variables in the masterfiles.
Thank you
WF8105M Windows 10This message has been edited. Last edited by: FP Mod Chuck,
Hi Babak, Thank you.I got the define expressions. But VAR_NAME and VAR_PROMPT didnt work. It gives me (FOC003) THE FIELDNAME IS NOT RECOGNIZED: VAR_NAME (FOC003) THE FIELDNAME IS NOT RECOGNIZED: VAR_PROMPT
The synonym for SYSCOLUM virtual table is hierarchical and you can only report from one path at a time.
There are supplied stored procedures that you can run called SYSCOLS and SYSVARS that each create file with the same name in baseapp that contain information for columns and variables.
You can run these procedures by creating a stored procedure in then entering EX and the name and then Run. Or you could copy them from the Internal Directories to an Application directory where can customize them as needed.
N/A
Posts: 397 | Location: New York City | Registered: May 03, 2007
SET 2PARTNAME=ON ENGINE INT SET TABLESAMPLING_PERCENTAGE ENGINE INT SET FCA ON
DEFINE FILE _edahome/catalog/syscolum RUN_DATE/A24 TITLE 'Run Date'='&DATEYYMD' || ' &TOD'; END
TABLE FILE _edahome/catalog/syscolum PRINT HOST_NAME RUN_DATE TBCREATOR AS 'App Name' TBNAME VAR_DEFAULT VAR_NAME VAR_PROMPT ON TABLE SET HOLDATTRS CUBE ON TABLE SET HOLDLIST NOFOCLIST ON TABLE SET EMPTYREPORT ON ON TABLE SET SHORTPATH SQL -* ON TABLE HOLD AS &APPDIR/&FILENAME CONNECTION '' FORMAT DFIX ENCLOSURE '''' HEADER YES DELIMITER ',' ON TABLE PCHOLD FORMAT HTML HEADING "Report &FOCFOCEXEC" END
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
Thanks Hallway for sharing the document. Is there a way to show the segments in my report. Like if my master is a cluster i want to show what segments are in that cluster.