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.
Will try to explain.. Objective: Want to create a report from csv file. Description: I saved the .csv file into "OTHER" folder in my Domain. - MRE or DataServers. Is this possible to create MFD & Report in same fex. Example: ::Report.fex:: FILE=TRADE, SUFFIX=COM SEGNAME=QMTRADE, SEGTYPE=S1, $ FIELD=NUMBER, ALIAS=M01, USAGE=A40, ACTUAL=A40, $ FIELD=DATE, ALIAS=M02, USAGE=MDY, ACTUAL=DATE, $ -* FILEDEF TRADE1 DISK "how to specify .csv file located in OTHER folder" TABLE FILE TRADE PRINT * END
Thanks for any helpThis message has been edited. Last edited by: Kerry,
Posts: 36 | Location: Boston MA | Registered: October 12, 2006
Check out the the documentatiosn for the creation of synonyms. There's a lot more to it then a FILEDEF. Not to mention that the "FILE=..." doesn't go in the fex.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Another way is to do an 'import' from the masters logical folder. It will load the file into the WebFOCUS environment and create a master for you.
Novice, please update your profile signature with your release and such so that we can better help you. We don't want to tell you to do things that you can't do in your environment.