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 an MS Access table connected to webfocus using SQLMAC connection. The field in MS Access is a Text field with a Field Size of 50. Webfocus creates the synonym for this field as A50V usage and actual. Exactly as I expected.
Problem: I run a report on the field. The value of the field is 06/8608. The report shows fine on HTML output. But, when I report it in Excel, the field shows as June-8608.
Okay, so this is probably an Excel problem. And I know I can fix it if I use an Excel template. Unfortunately, this report can change formats depending on certain criteria, so I will have to create a bazillion templates to cover all possibilities. Is there a way I can get Excel to treat it as plain text without a template?
Webfocus Dev Studio Version 7.6.4, MS Office 2003.This message has been edited. Last edited by: Kerry,
If you don't want to remove the slash or change it then you could try concatenating a single quote to the front of the field value when you send it to excel.
Posts: 140 | Location: Adelaide South Australia | Registered: October 27, 2006
I guess a quick question on which display application are each of you using - MS Excel or the browser plugin - and the version? It might make no difference but it would be interesting to find out if that's part of the problem.
For me, I use the plugin (opens in the browser) and I get what Francis describes. Version is 2003 (11.8324.8324) SP3
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Thanks for answering and it's almost working for me with
-PROMPT &SAISEC.SECTION.
-SET &WHERECLAUSE = '''&SAISEC''';
-TYPE LA CLAUSE WHERE = &WHERECLAUSE
-TYPE LA CLAUSE WHERE EVALUEE = &WHERECLAUSE.EVAL
I get SECTION ? ST3000 LA CLAUSE WHERE = '&SAISEC' LA CLAUSE WHERE EVALUEE = 'ST30000'
But as soon as I try to use "|" concatenation operator, the editor line breakes in 2 lines (IBM EMULATOR) and when executing the focexec it says (FOC261) EXPRESSION INCOMPLETE IL MANQUE UNE OPERATION 'FOC261 incomplete expression, an operation is missing Do you know if there is another way for concatenating string ? or IBM experts what am i missing in this editor ?
WebFOCUS 7.6 Windows, All Outputs
Posts: 3 | Location: France | Registered: March 20, 2014