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] Set a ReferenceLine on Horizontal Axis using date

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Set a ReferenceLine on Horizontal Axis using date
 Login/Join
 
Gold member
posted
I was attempting to add a reference line to the horizontal axis of a line graph. The axis is a date. When I try to put a value, like 20190115, FOCUS reads as a decimal. Is there a way to set the reference line to today's date. Would I need to code that?

thanks
Bob

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


WF (App Studio) 8.2.01m / Windows
Mainframe FOCUS 8
 
Posts: 93 | Registered: February 20, 2008Report This Post
Expert
posted Hide Post
How about converting it to a date format via DEFINE, then using the defined field?




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Virtuoso
posted Hide Post
I believe the Reference Line requires a numeric value. I doubt you can draw a reference line for a date field.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Silver Member
posted Hide Post
We've had issues adding vertical reference lines (intervention lines) and got them added using this. Maybe you can change the axis to 'y' to get what you need? This also allows for multiple reference lines.

*GRAPH_JS
 referenceLines: [
   {value: '12/2017',
      axis: 'x',
      line: {color: 'black', width: 1,dash: '' },
      label: {text: 'IF you want\n reference line\n text put it here\n',
         font: '8pt Sans-Serif',
         color: 'black' },
      anchor: 'end',
      showValue: true
   },{value: '01/2018',
      axis: 'x',
      line: {color: 'black', width: 1,dash: '' },
      label: {text: 'Optional text here\n',
         font: '8pt Sans-Serif',
         color: 'black' },
      anchor: 'end',
      showValue: true
   }]
   *END  

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


WebFOCUS 8204
Windows, All Outputs
 
Posts: 47 | Registered: March 21, 2014Report 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] Set a ReferenceLine on Horizontal Axis using date

Copyright © 1996-2020 Information Builders