Jump to content
We've recently updated our Privacy Statement, available here ×

brian.penrose

Members
  • Posts

    3
  • Joined

  • Last visited

brian.penrose's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Did you find a way to create the step chart? I have the same requirement and don't see an obvious way of accomplishing this.
  2. I am hoping to create a stepped (rather than curved) line chart, as shown in the link below. I am using Jasper Studio 6.4...I don't see any "line type" setting in my chart properties. Is there a way to accomplish this? http://www.chartjs.org/samples/latest/charts/line/stepped.html
  3. I have created a time series chart displaying actual vs scheduled train arrival times, with the Y axis values being train station order (1-21) and X axis of course being times. The following is the query being used to generate the chart: SELECT SCH_TIME, ACT_TIME, STATIONORDER, STATION_ABV FROM TRAIN_PERFORMANCE_GRAPH_VW WHERE TRAINTRACKINGNUM = $P{p_TRAIN2} AND SCH_TIME BETWEEN TO_DATE($P{p_BEGIN_DATE2}, 'RRRR-MM-DD HH24:MI') AND TO_DATE($P{p_END_DATE2}, 'RRRR-MM-DD HH24:MI') AND AD_IND = 'D' Rather than only displaying the STATIONORDER values on the Y axis (which are meaningless without knowing the order of the stations, or which order # corresponds to which station), is it possible to append the value of the STATION_ABV field o the Y axis label? I know you can append string/characters using the label format mask, however I've been unsuccessful in pulling in the actual field values. I do have a report field created for all columns being returned with the above query, including STATION_ABV, so I've tried a format mask of "# $F{STATION_ABV}", but this did not work. Any suggestions? I am using Jasper Studio ver 6.4. Thanks, Brian
×
×
  • Create New...