Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]Error In HTML running, Double quotes needs to be resolved

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]Error In HTML running, Double quotes needs to be resolved
 Login/Join
 
Gold member
posted
Hello,
I am having some double quotes while running an HTML on Web focus 8.This is the error I found.



WHERE ( PVTFT001_COV_MO_FT.T7_PVTDM051_CURR_ORG.PROD_NA EQ '''CHUBB INSURANCE SOLUTIONS AGENCY INC (CAP/BOS)''' );
WHERE ( PVTFT001_COV_MO_FT.T8_PVTDM061_LOC_DM.ST_PROV_AB EQ 'CA' );
WHERE ( PVTFT001_COV_MO_FT.T7_PVTDM051_CURR_ORG.PROD_BR_NA EQ '''BOSTON''' );
WHERE PVTFT001_COV_MO_FT.T7_PVTDM051_CURR_ORG.CPI_TRR_NA EQ '''EAST US TERRTY''';
WHERE PVTFT001_COV_MO_FT.T3_PVTDM011MO_YR_DM.ISO_CAL_Y_MO_AB EQ '2015-07';
WHERE PVTFT001_COV_MO_FT.T6_PVTDM041_COV_DM.CV_DSPLY_NA EQ 'Assisted Living Care';

My source code of Fex is

WHERE ( PVTFT001_COV_MO_FT.T7_PVTDM051_CURR_ORG.PROD_NA EQ &PROD_NA.QUOTEDSTRING );
WHERE ( PVTFT001_COV_MO_FT.T8_PVTDM061_LOC_DM.ST_PROV_AB EQ &ST_PROV_AB.QUOTEDSTRING );
WHERE ( PVTFT001_COV_MO_FT.T7_PVTDM051_CURR_ORG.PROD_BR_NA EQ &PROD_BR_NA.QUOTEDSTRING );
WHERE PVTFT001_COV_MO_FT.T7_PVTDM051_CURR_ORG.CPI_TRR_NA EQ &CPI_TRR_NA.QUOTEDSTRING;
WHERE PVTFT001_COV_MO_FT.T3_PVTDM011MO_YR_DM.ISO_CAL_Y_MO_AB EQ &ISO_CAL_Y_MO_AB.QUOTEDSTRING;
WHERE PVTFT001_COV_MO_FT.T6_PVTDM041_COV_DM.CV_DSPLY_NA EQ &CV_DSPLY_NA.QUOTEDSTRING;

I am new to Development. Please help
Niha

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8
Windows 7
HTML
 
Posts: 50 | Registered: August 18, 2015Report This Post
Expert
posted Hide Post
Looks like your & variable already has quotes


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
Hai, Waz
Thanks for answering. Since I am new to Development, I am unable to debug. What is your suggestion and how to fix it?
Regards,
Niha


WebFOCUS 8
Windows 7
HTML
 
Posts: 50 | Registered: August 18, 2015Report This Post
Virtuoso
posted Hide Post
Two options:
  • Don't quote your strings, which you possibly did via an option in your HTML launch page, or
  • Don't use .QUOTEDSTRING


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Expert
posted Hide Post
Another option is to check your amper variables before the TABLE request, and remove the QUOTEDSTRING.

e.g.

-SET &PROD_NA = IF &PROD_NA CONTAINS '''' THEN &PROD_NA ELSE '''' || &PROD_NA || '''' ;


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
Hai,
Thans. I removed quotedstring and it worked.Thanks
Niha


WebFOCUS 8
Windows 7
HTML
 
Posts: 50 | Registered: August 18, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]Error In HTML running, Double quotes needs to be resolved

Copyright © 1996-2020 Information Builders