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 am trying to position columns in a report as below.
BUSINESSNUMBER AS 'Dealer #'
BUSINESSNAME IN +1 AS 'Dealer Name'
I saved the report, ran the report. It works just fine. I closed the report, switched back to Report tab (from Source tab), switched back again to Source tab, my above changes are gone. ( I see
BUSINESSNUMBER AS 'Dealer #'
BUSINESSNAME AS 'Dealer Name'
in place of
BUSINESSNUMBER AS 'Dealer #'
BUSINESSNAME IN +1 AS 'Dealer Name'
).
What I am trying to say is, my changes are not being saved when I am trying to do absolute positioning of the columns in a report. Am I doing anything wrong ? Did this happen to anybody else too ? If yes, what is to be done ?
Thanks.
Shravan
7.7.03, Windows 7, SQL Server 2005
Posts: 92 | Location: Carmel, IN | Registered: May 09, 2008
The problem is the GUI tool. There is a ton of valid code that you can put in the report to fancy things up that the GUI just doesn't understand. And you found one of them. Dialogue Manager is another and if you've added comments for documentation (heaven forbid!), they are all moved to the top of the procedure.
Solution: once you get it the way you want it, don't switch back to the GUI. You'll have to edit in text mode from that point forward.This message has been edited. Last edited by: Darin Lee,
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007