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

MadeMata

Members
  • Posts

    8
  • 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 MadeMata

  1. Hi all, I am using JasperSoft Studio 6.12, I have a simple bar chart with x - y values. I need a simple representation like this: I'm trying with an XY BarChart but I cannot customize it totally - for example, the bars are not separated, and there is another grid for Y axis. Any suggestion where I can find documentation to customize the chart as I'd like? Thanks in advance.
  2. Hi, I would like to be able to do something like this: <reportElement x="$V{media_x.intValue()}"... that is, setting the x position of a report element dinamycally, getting the value from an external source. In this example I'm trying to use a variable (which is not working :) ) but I can live with a parameter, the return value from a custom class, or whatever I can set and reuse that same value in diferent elements. Is that possible? Much appreciated.
  3. Hi, I have a subdataset with a specific query string. I am using that subdataset with different datasetRuns, so the resultset is always the same. I am assuming every time the datasetRun is executed, the query is executed against the database. My question is, is that true? And in case it is, is there a way to reuse the same resultset so I don't have to run several datasetRuns against the database just to get the same result? Much appreciated.
  4. Have a look here, https://community.jaspersoft.com/questions/1158941/displaying-data-vertically-instead-horizontally
  5. Hi, is it possible to do something like this? <reportElement x="$V{FIRST_COLUMN}"... The idea is to align similar reportElements in the same column, and make that column variable depending on the report. I've tried like above, but with no luck. Thanks.
  6. This link https://community.jaspersoft.com/wiki/displaying-data-multiple-result-set-rows-single-report-line seems to be pointing in the right direction, I'll have a look.
  7. Hi all, I am new to JasperSoft Studio, I am trying to create a report where Column Headers are laid out vertically instead of horizontally, like this: Puntuality 6 8 9 4 5 ... Velocity 8 5 8 9 6 ... Score 5 3 9 8 7 ... This is, they are not Colum Headers anymore but Row Headers, and related data is showing horizontally instead of vertically. I've been searching in the official docs, this forum and internet but couldn't find an answer. I only found references to the Horizontal Bands. So, is there any way to achieve this? Thanks in advance
×
×
  • Create New...