Jump to content
Changes to the Jaspersoft community edition download ×

rhayhurst

Members
  • Posts

    2
  • Joined

  • Last visited

rhayhurst's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. In case anyone ever sees this: Here's what I did to solve this problem: As for the "double" line, don't do it. Make a straight line, then copy it and put another below it. As for making the line straight: First, make the height of the non-straight line as narrow as possible by grabbing the bars and pulling them as close as they can get before it all breaks apart (this step may not be necessary). Second, go to the "Borders" tab of your line and choose the color, style, and width of your still non-straight line. Third, go to to the "Appearance" tab of your line. In the "Size" section, you'll see a 'w' and an 'h' value, in pixels. Change the 'h' value to 1. Finally, you might want to change the location of the line(s). Grabbing them with your mouse ain't gonna work. Instead, go the the "Appearance" tab of your line. In the Location section you'll find x and y values. Mess around with the y value to move the line up or down (lower value = down, higher value = up).
  2. Hi. I'm a total noob and not a Java developer. I'm also totally desparate. I want create a table with parameters. This means that I the SQL must contain parameters. In order to add parameters, the dataset needs to exist. In order to create the dataset, the parameters need to exist. Paradox. Specifically, here are my steps. - I've created a report using a template that I created. - Next, I need to create a table. I drag the element into the "Details" band. - The Wizard starts, which will create a new Dataset. - I name the Dataset, and tell it to use the existing connection. - I give the SQL, which contains syntax for parameters. ("...WHERE logs.AccountID=$P{accountId}...) - I get an error: Exception... Reason: Parameter "accountId" does not exist Of course it doesn't exist! I haven't had the chance to create it! Can anyone help?
×
×
  • Create New...