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] Hyperlink error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Hyperlink error
 Login/Join
 
Member
posted
I am trying to run a report that uses a custermoer number hyperlink to another drill down report. The link works perfectly in App Studio but when I try to run the report using content folders in the report caster the hyperlink always returns an XML error saying that the path is not correct. here is the path used for the hyperlink

TYPE=DATA,
COLUMN=N2,
DRILLMENUITEM='Dealer Incentive',
FOCEXEC=dealerincentivedetail( \
DORNUM=N2 \
TO_DATE=&TO_DATE.QUOTEDSTRING \
FROM_DATE=&FROM_DATE.QUOTEDSTRING \
),
TARGET='_blank',

another problem is that when you try yo adjust the path, the backslashes come back as pipes so instead of "folder1/folder2/report" the error message comes back "folder1|folder2|report"

WebFOCUS 8.0.0.8
Windows, All Outputs

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
 
Posts: 7 | Registered: February 19, 2018Report This Post
Virtuoso
posted Hide Post
Try to have it like this instead :
TYPE=DATA,
 COLUMN=N2,
 DRILLMENUITEM='Dealer Incentive',
 FOCEXEC=dealerincentivedetail(DORNUM=N2 TO_DATE=&TO_DATE.QUOTEDSTRING FROM_DATE=&FROM_DATE.QUOTEDSTRING),
 TARGET='_blank',


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Member
posted Hide Post
quote:
Originally posted by MartinY:
Try to have it like this instead :
TYPE=DATA,
 COLUMN=N2,
 DRILLMENUITEM='Dealer Incentive',
 FOCEXEC=dealerincentivedetail(DORNUM=N2 TO_DATE=&TO_DATE.QUOTEDSTRING FROM_DATE=&FROM_DATE.QUOTEDSTRING),
 TARGET='_blank',



Still getting the same error,

This XML file does not appear to have any style information associated with it. The document tree is shown below.
ibfsrpc _jt="IBFSResponseObject" language="EN" localizeddesc="Item does not exist IBFS:/WFC/dealerincentivedetail " name="runItem" returncode="1212" returndesc="Item does not exist IBFS:/WFC/dealerincentivedetail " subreturncode="0" subsystem="SSYS" type="simple">












WebFOCUS 8
Windows, All Outputs
 
Posts: 7 | Registered: February 19, 2018Report This Post
Virtuoso
posted Hide Post
And with everything on the same line ?


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Member
posted Hide Post
quote:
Originally posted by MartinY:
And with everything on the same line ?


Yes with everything on the same line


WebFOCUS 8
Windows, All Outputs
 
Posts: 7 | Registered: February 19, 2018Report This Post
Virtuoso
posted Hide Post
And when you remove the following
DRILLMENUITEM='Dealer Incentive',

you can have your code on multiple lines.

See a previous post I have on the same issue
[SOLVED-WORKAROUND] DRILLMENUITEM not working


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report 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] Hyperlink error

Copyright © 1996-2020 Information Builders