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     How to display a message when you have no output

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to display a message when you have no output
 Login/Join
 
Member
posted
I want to display a message when there is no output. Currently I get the no output message and then I set the empty report on but this just gives me an empty screen. I want to display a message if there is no output and the output when there is an output.


WebFOCUS 7.6.8
Windows
HTML
 
Posts: 9 | Registered: June 01, 2009Report This Post
Expert
posted Hide Post
There are quite a few responses about this in FocalPoint.

Basically, you test if there are no rows in the report and display an HTML page with a message. The bare minimum code would look like this:

TABLE FILE ...
PRINT ...
END
-RUN
-IF &LINES EQ 0 GOTO EMPTYREPORT;

...

-EXIT

-EMPTYREPORT
-HTMLFORM BEGIN
<html>
<body>
No data for this report.
</body>
</html>
-HTMLFORM END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
That's about as basic as it get's and is a great / standard way of doing it.

Inderjit, Just FYI: Checkout the the use of EMPTYREPORT as well. If you don't need it for now, it will come in handy someday...
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Virtuoso
posted Hide Post
If you just want to display your own message whenever a report fails or returns zero rows, you could change the response template to whatever message you want. Edit the entemplate.xml in the client/wfc/etc directory, and look for the template named "error_42". That is the default message. Add your own html there and it will be done for good without having to test the report results.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report 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     How to display a message when you have no output

Copyright © 1996-2020 Information Builders