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     [CLOSED] DrillDown Error in Page Designer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] DrillDown Error in Page Designer
 Login/Join
 
Member
posted
Hello,

Currently working on a report with a hyperlink drilldown. the rpeort work perfectly in App Studio but when I try to test the report in my content folder in a Page Designer I get the Error "Item does not exist" with the app path that worked in App Studio (IBFS:/WFC/supplychain_reports|podetaildrdwnsup.fex). Not sure If the path needs to be different in the page designer or what?


DrillDown Code in App Studio

INCLUDE = endeflt,
$
TYPE=REPORT,
GRAPHCOLOR='GREEN',
$
TYPE=DATA,
COLUMN=N1,
FOCEXEC=supplychain_reports/podetaildrdwnsup.fex( \
BUYER=&BUYER.QUOTEDSTRING \
PO_STATUS=&PO_STATUS.QUOTEDSTRING \
PO_SHIPMENT_STATUS=&PO_SHIPMENT_STATUS.QUOTEDSTRING \
SUPPLIER_TYPE=&SUPPLIER_TYPE.QUOTEDSTRING \
FROM_DATE=&FROM_DATE.QUOTEDSTRING \
TO_DATE=&TO_DATE.QUOTEDSTRING \
FROM_QUERY='Y' \
TYPE_OF_DATE=&TYPE_OF_DATE.QUOTEDSTRING \
SUPPLIER_NAME=N1 \
),
TARGET='_blank',
$
TYPE=TITLE,
COLUMN=N1,
FOCEXEC=supplychain_reports/podetaildrdwnsup.fex( \
BUYER=&BUYER.QUOTEDSTRING \
PO_STATUS=&PO_STATUS.QUOTEDSTRING \
PO_SHIPMENT_STATUS=&PO_SHIPMENT_STATUS.QUOTEDSTRING \
SUPPLIER_TYPE=&SUPPLIER_TYPE.QUOTEDSTRING \
FROM_DATE=&FROM_DATE.QUOTEDSTRING \
TO_DATE=&TO_DATE.QUOTEDSTRING \
FROM_QUERY='Y' \
TYPE_OF_DATE=&TYPE_OF_DATE.QUOTEDSTRING \
SUPPLIER_NAME=N1 \
),
TARGET='_blank',
$
TYPE=TABHEADING,
SIZE=10,
STYLE=ITALIC,
$
TYPE=REPORT,
OBJECT=MENU,
COLOR='WHITE',
HOVER-COLOR=RGB(66 70 73),
BACKCOLOR=RGB(102 102 102),
HOVER-BACKCOLOR=RGB(218 225 232),
BORDER-COLOR='WHITE',
$
TYPE=REPORT,
OBJECT=STATUS-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
TYPE=REPORT,
OBJECT=CURRENT-ROW,
HOVER-BACKCOLOR=RGB(218 225 232),
BACKCOLOR=RGB(200 200 200),
$
TYPE=REPORT,
OBJECT=CALC-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
TYPE=REPORT,
COLUMN=N1,
SQUEEZE=2.430556,
$
TYPE=REPORT,
COLUMN=N3,
SQUEEZE=0.763889,
$
TYPE=REPORT,
COLUMN=N5,
SQUEEZE=0.513889,
$
TYPE=REPORT,
COLUMN=N4,
SQUEEZE=0.555556,
$
ENDSTYLE
END

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


WebFOCUS 8
Windows, All Outputs
 
Posts: 7 | Registered: February 19, 2018Report This Post
Guru
posted Hide Post
Try changing

FOCEXEC=supplychain_reports/podetaildrdwnsup.fex(

to

FOCEXEC=IBFS:/WFC/supplychain_reports/podetaildrdwnsup.fex(

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Virtuoso
posted Hide Post
Klofs

I think Fernando is on the right track but if the fex is in an application folder on the reporting server try this.

IBFS:/EDA/EDASERVE/supplychain_reports/podetaildrdwnsup.fex

If it is in the content area the one slight correction to Fernando's post

IBFS:/WFC/Repository/supplychain_reports/podetaildrdwnsup.fex


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report 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     [CLOSED] DrillDown Error in Page Designer

Copyright © 1996-2020 Information Builders