Jump to content
Changes to the Jaspersoft community edition download ×

bbromonti

Members
  • Posts

    30
  • Joined

  • Last visited

bbromonti's Achievements

Contributor

Contributor (5/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi, I have a report with a group G and 2 fields: AAA and BBB, and both are grouped by G. BBB sometimes is very long, so it splits over 2-3 pages. I need to print AAA on the top of every page where BBB splits. How shall I configure AAA to do so? Thanks for the answers in advance.
  2. Well, i have the answer: The images are quite big, and without a footer the report worked well. But, adding a footer with the pagenumbers made the report too big for a A4 page, and it started to spend too much time recalculating the sizes of the pictures.
  3. The report consists up to 3 pages... Every page is a subreport with a header and an image which fulfills nearly the whole page. The page counters are on the footer of the parent report: 2 fields of PAGE_NUMBER (evaluation now or report).
  4. Hi, my problem is the following: a report without pagenumber is generated in a few seconds. If i add a PAGE_NUMBER (evaluation now or report) it slows/freezes the generation of the report. The report has several subreports in the Detail band which is grouped by the productID. The pagenumber is on the page footer. Any idea what can be the problem? Thanks in advance. Bianca
  5. Hi, There is a VARCHAR2 (2800 Byte) DB column. I show it on a report with the "stretch with overflow" option. When i filter for a few lines, iReport generates perfectly the report. But when i filter for several thousands of lines, iReport sometimes breaks some of this lines into 2: - the first line contains all info of the line and the part of the problematic field. - the second line contains only the cutted part of this field. Do someone has some ideas what can cause the problem? Thanks in advance. Bianca
  6. Hi, I have found that there are completely different values in the report properties and the page properties. I supposed that the values of the menu Edit / Report Properties should be the same as the Properties panel. It seems that no. What is the reason that my report can be landscape but the page portrait? Besta regards: Bianca
  7. Hi, I have changed a report last week: put some extra filters, but these new filters have disapperad today. It seems that Jasper has returned to the earlier version of the report, alone. It looks weird. Do someone has some idea? Thanks in advance. Bianca
  8. Hi, I had Jasper 3.5 working fine until yesterday. I created a new report, gave permissions to the usergroups and when the users want to use it, it gives them the following error: Access denied: You do not have permission to take the requested action. I have compared the permissions with other reports. They are the same. Do someone have some idea? Thanks in advance. Bianca
  9. Thank you for your answer. The problem was just simple: the column to be filtered can have 2 vaules: 0 and 1. But these values were stored (who knows why) as space+1 and space+0. I have changed the multi-select-list-of-values to space+1 and space+0 and now the filter works fine. Bianca Post Edited by bbromonti at 04/26/2011 07:24
  10. Hi, i use jasper with iReport. I would like to test what queries sends iReport to the database (oracle) In the v$sql i have found the following condition: ... and ANOESTACION IN (:1) and 0 = 0 and CODEALPHA2 like :2 ... I thought that Oracle would receive the query with the chosen filters. But when does it assign the chosen values of the filters? Bianca
  11. Hi, Is there a way to get info about the which reports are used by which users? Thanks in advance. Bianca
  12. Hi, i have a report with 2 subreports. If i execute it from iReport it functions well. If i execute it from Jasper i get the following error: Parameter "DATABASE_TIMEZONE" does not exist.Do someone has an idea? Bianca Post Edited by bbromonti at 02/10/2011 13:41
  13. Hi, I've found the following problem: everything had been working weel with iReport 3.0.0 until one day started to give the following compiltaion problem to a report which had been compilated dozens of times before: Syntax error on token "4984632", delete this token public class 4984632PRODUCTION45SSP32Photo_1295349789235_527716 extends JREvaluator Do soemone have some ideas? Bianca
  14. Hi, I've met a problem which looks very stupid but i cannot get rid of it: I have a report which consist one subreport. (The main report gets the list of IDs and the subreport creates a sub-report with each of these IDs) I need to break a page after every subreport. I put a pagebreak on the main report after the subreport. But it ignores it. Do someone has any idea? Bianca.
×
×
  • Create New...