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] Time (MM:SS) format in Y axis of a graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Time (MM:SS) format in Y axis of a graph
 Login/Join
 
Member
posted
Hi all,
I have a requirement to show time in MM:SS format in Y axis of a graph.I have used 'HIS' format to show time in MM:SS . Suggest me how can this be done. Please find the code and the sample graph


DEFINE FILE CAR
XX/HIS=HGETC(8,'HIS');
END

GRAPH FILE CAR
PRINT XX
ACROSS CAR
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB ON
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID ON
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHSTYLE *
setMarkerDisplay(true);
setConnectLineMarkers(false);
setConnectScatterMarkers(false);
setO1LabelDisplay(true);
ENDSTYLE
ON GRAPH SET STYLE *
$
ENDSTYLE
END

This message has been edited. Last edited by: Kerry,


Webfocus 7702
Unix
All outputs
 
Posts: 11 | Registered: October 28, 2011Report This Post
Expert
posted Hide Post
I don't like your chances.

The graph engine goes part the way there, but I would suggest asking Techsupport about formatting times in the graph.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
After you get the time with HIS could you not then use EDIT to remove the hour section?


WF 7.6.10, Windows, PDF, Excel
 
Posts: 75 | Location: Dallas, TX | Registered: February 12, 2004Report This Post
Member
posted Hide Post
Thanks Waz..

Hi Mary, The problem is not with the hour part , 'HIS' works fine in a tabular report. The problem when that is placed in the graph Y axis. Graph takes its own format instead of the desired mm:ss format.


Webfocus 7702
Unix
All outputs
 
Posts: 11 | Registered: October 28, 2011Report This Post
Gold member
posted Hide Post
Sivashankari,

Have you looked in the documentation for graphs at the API calls?

Example: setY1LabelFormatPattern("#.#$");

-Mary


WF 7.6.10, Windows, PDF, Excel
 
Posts: 75 | Location: Dallas, TX | Registered: February 12, 2004Report This Post
Member
posted Hide Post
Hi Mary,

I did check the documentation. There is no format for mm:ss.

Thanks
Shankari


Webfocus 7702
Unix
All outputs
 
Posts: 11 | Registered: October 28, 2011Report This Post
Gold member
posted Hide Post
quote:
setY1LabelFormatPattern("#.#$");


I have not tried this, but did you try the following:

 
setY1LabelFormatPattern("##:##");

or 

setY1LabelFormatPattern("0#:##");

This message has been edited. Last edited by: Mary Watermann,


WF 7.6.10, Windows, PDF, Excel
 
Posts: 75 | Location: Dallas, TX | Registered: February 12, 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     [CLOSED] Time (MM:SS) format in Y axis of a graph

Copyright © 1996-2020 Information Builders