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     Getting astrix in the count column

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Getting astrix in the count column
 Login/Join
 
Gold member
posted
I run a simple report.
TABLE FILE CEW_KANA_DATA
SUM CNT.CASE_ID
BY CONTACT_METHOD1

Getting the following
CONTACT_METHOD1 CASE_ID
COUNT

EMAIL *****
WEBFORM *****

FIELDNAME=CASE_ID, ALIAS=CASE_ID, USAGE=I11, ACTUAL=I4, $

FIELDNAME=CONTACT_METHOD1, ALIAS=CONTACT_METHOD, USAGE=A25, ACTUAL=A25V,
MISSING=ON, $

Any ideas I tried to define the CASE_ID to a larger value but to no avail

Any assistance would be welcomed


Webfocus 7.6.2 on Windows Enterprise 2003 Server and
Webfocus 7.6.2 on HP Unix Server
 
Posts: 74 | Location: London | Registered: January 28, 2005Report This Post
Expert
posted Hide Post
Adolf,

Use inline reformatting -

TABLE FILE CEW_KANA_DATA
SUM CNT.CASE_ID/D20.0
BY CONTACT_METHOD1

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Gold member
posted Hide Post
Getting the following error

0 ERROR AT OR NEAR LINE 23 IN PROCEDURE ADHOCRQ FOCEXEC *
(FOC950) INVALID REFORMAT OPTION WITH COUNT OR CNT. : CNT.CASE_ID/D20.0
BYPASSING TO END OF COMMAND
(FOC009) INCOMPLETE REQUEST STATEMENT

TABLE FILE CEW_KANA_DATA
-* Generated by Report Assist
SUM CNT.CASE_ID/D20.0
BY CONTACT_METHOD1
ON TABLE SET PAGE-NUM OFF
ON TABLE SET STYLE DEFLT
END


Webfocus 7.6.2 on Windows Enterprise 2003 Server and
Webfocus 7.6.2 on HP Unix Server
 
Posts: 74 | Location: London | Registered: January 28, 2005Report This Post
Gold member
posted Hide Post
It works with the I10 format option.

Thanks


Webfocus 7.6.2 on Windows Enterprise 2003 Server and
Webfocus 7.6.2 on HP Unix Server
 
Posts: 74 | Location: London | Registered: January 28, 2005Report This Post
Virtuoso
posted Hide Post
adolf,

You can also SET COUNTWIDTH = ON


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Expert
posted Hide Post
Syntax: How to Set the Precision for COUNT and LIST
SET COUNTWIDTH = {OFF|ON}where:

OFF

Displays five characters (bytes) for COUNT and LIST counter values. Asterisks are displayed if the number of records retrieved for a field exceeds five characters. OFF is the default.


ON

Displays up to nine characters (bytes) for COUNT and LIST counter values. Asterisks are displayed if the value exceeds nine characters.


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Getting astrix in the count column

Copyright © 1996-2020 Information Builders