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

yazil.santoyo

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by yazil.santoyo

  1. Anyone knows how to do the gantt categories with bulkexpressions? I'm trying to create a scriptlet that returns an array of com.jaspersoft.jasperreports.fusion.widgets.gantt.category objects, but all I can do is return an array of com.jaspersoft.jasperreports.fusion.widgets.gantt.CategoryData objects, so I have a ClassCastException. Any idea how I can get this to work? Has anyone used that library to create a gantt chart in Jaspersoft? do you have any other documentation on how to do this? Thanks in advance
  2. HI Ganesh, Are you using bulkexpressions for your categories? I'm trying to display categories dynamically but haven't been able to. I'm using the com.jaspersoft.jasperreports.fusion.widgets.gantt package. Any advise? Any help is greatly appreciated.
  3. Hi! I'm following the visualize js video tutorials and I can't get a simple report to display. Is there a way to check that visualize js is indeed installed in my server? or that I'm using the correct URL for it? I'm using jsfiddle and this is what my code looks like Is there anything blatantly wrong with my code? (I'm using jquery 2.1.3) I can't even get the button to work. Any help is greatly appreciated.
  4. Hi I have created 2 multiaxis charts. One has team capacity by time period (hours available and assigned on the y axis, and months/weeks in the x axis). The second report shows resource capacity in a given timeperiod (hours available and assigned on the y axis, and resource name on the x axis). I would like to drill down from the first graph to the second but I'm having a little problem in doing so. I see I can specify a hyperlink at either the multiaxis level, at the bar chart level or at the series level. Where should the hyperlink info be entered? I have tried it in the bar chart level, and that doesn't even make the bar "clickable". I added the hyperlink info at the multiaxis level, and that works a bit better... When I do this, the _report parameter and the period_type (week or month) values are passing correctly to the drilldown, but the actual time period (the date) which should correspond to the column they are clicking on, is not passing correctly- it is passing a random date. I added the date as a "tooltip" for the graph, and no matter where you click in the graph, it always displays the same "random" date (see screenshot). Any idea what I'm doing wrong?
×
×
  • Create New...