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     folder content - html drill down execution

Read-Only Read-Only Topic
Go
Search
Notify
Tools
folder content - html drill down execution
 Login/Join
 
Member
posted
Trying to execute a procedure from a folder list on an html page on our dashboard.

Everything is working except for the execution part. Getting a 404 error when I click on the link to the file name.

Used some code from other posts to this forum to get this far. Thank you.


-SET &ECHO=ALL;
-SET &DATADIR = '\ccsasip';
APP QUERY ccsasip HOLD
-RUN

TABLE FILE FOCAPPQ
PRINT
FILENAME AS ''
WHERE FILENAME LIKE 'ed%' OR FILENAME LIKE 'jeh%'
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
LINES-PER-PAGE=UNLIMITED,
$
TYPE=DATA,
TARGET='_blank',
URL=(FILENAME),
$
ENDSTYLE
END
-RUN



If I replace the URL=(FILENAME), with FOCEXEC=A_PROCEDURE_NAME the link works but only for that named file. I can not get it to use the value in FILENAME.


Version 7.6.5, XT, PDF
 
Posts: 3 | Registered: November 20, 2007Report This Post
Virtuoso
posted Hide Post
The value that is in FILENAME is not a valid URL. It would be something like CAR.MAS. You would have to do some additional DEFINE to get a properly formed URL into that field before it could be used like you are wanting.

Try searching on DRILL URL and take a look at the syntax on some of the examples.


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, 2007Report 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     folder content - html drill down execution

Copyright © 1996-2020 Information Builders