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 some reports built using IM pointing to a business view. I need to rename the business view. IF I rename the business view, the reports are not working. I like to somehow point the reports to this renamed BV without recreating the reports.
I tried to edit the reports using IA but the option of switching the data sourece is not available. I guess it is available only for documents.
are there any ways to handle it? Thank you I am on WF 8105This message has been edited. Last edited by: Tamra,
Edit the fex using Text Editor instead of IA. You'll have to remove all qualified field names. So if you have: PRINT TABLENAME.SEGNAME.FIELDNAME Change it to: PRINT FIELDNAME
Also, change TABLE FILE OLD_BV_NAME to TABLE FILE NEW_BV_NAME.
Keep in mind once you do this, you will not be able to use IA's gui to modify the code and all subsequent changes will have to be made using the Text Editor.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
Thank you BabakNYC !! I tried before editing with Text Editor by remapping the segments even though both new and old BVs have all same fields and segments. But, it did not work.
I tried with yours solution and it is working. I was looking for something quicker and easier way to do this for example, just switching the Data source name as both the BVs have same fields and segments.