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

matt.mitchell

Members
  • Posts

    3
  • Joined

  • Last visited

matt.mitchell'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. I moved the variable in the subreport jrxml to the summary band. Previewing that gives me one value. Problem with this is that in the master report it still repeats the subreport. I've mocked up what is happening in here: http://i.imgur.com/KHM2n.png
  2. I have a few column of integers taken from a database. In a subreport, I want to have a summary table of sorts with things such as average. I created a variable to calculate the average with the built in variable calculations, but this is calculating the average line by line. This was easily fixed by setting the evaluation time to report. It now calculates the total average but is printing it out for each line and I just want it printed once. I attempted to solve this by using a print when expression and this works to print the value once, but the subreport still generates blank pages for each line after the first print (the subreport is one row in size). So in a column with 15 integers, the average is calculated and printed, but there are 14 blank pages after it. How can I have things such as sum, average, lowest, highest, standard deviation, etc. calculate and print one number? UPDATE: Moving the value in the subreport to the summary band allows it to be shown once. But when this subreport is imported into the master report, it still repeats for each line in the detail band. I want the subreport in the detail band beside the data chart, see below. http://i.imgur.com/KHM2n.png
×
×
  • Create New...