Jump to content

ylva.degerfeldt

Members
  • Posts

    7
  • Joined

  • Last visited

ylva.degerfeldt's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. I'd like to know if it's possible to show a parameter tooltip on mouse hovering when running a report in a browser, for Jasper Server version 5.5.0? I found out that you can edit the "Description" property for a parameter in Jaspersoft Studio to be able to view that as a parameter tooltip in the Input Parameters pane in Preview. But it seems like this only works in the Preview and not when you're running the report logged in to JasperServer in a browser. Is there a way to make this work (for the specified Jasper Server version or for some newer version)? I'd be grateful for an answer. /Ylva
  2. Thanks for the answer, but I found out what the problem was! It was all My fault and I'm sorry for taking up your time! :-( I tried different versions of the SQL - mostly from DbVisualizer - and for performance reasons I've only been able to run the report in JasperServer a few times and the version that was uploaded there had a SQL limitation to the number of rows. :-/ Like I said - I'm really sorry for taking up your time with this!
  3. Hi! I have created a large report (which should generate > 40000 rows), but when I run it in JasperServer only 84 rows are shown (and I think it was 7 pages). I also tried running the same report by using a schedule and converting it to both csv and xls format, but the data in the generated files has the same limitations. Does anyone know if there's a default row limit or maybe page limit that I didn't know about? Also, the jasperserver.log shows no errors when I try to run the report. I'm using JasperServer 5.5.0 and I used Jaspersoft Studio 6.1.1 for creating the report. Any kind of help with this problem would be much appreciated! /Ylva
  4. It seems like I have to have a width that large, partly because my title is that long and I want all of it to be shown when I run the report, and partly because I got some Excel export problems when the title width didn't exactly match the combined width of my column headers (and Detail data). Then I got unwanted merged columns in some places. But I think that was what you were referring to, Sanda.. I thank you for the answers, but I'm afraid I can't spend more time on this right now. Regards, Ylva
  5. Thanks again, Sanda! But I'm afraid that didn't work for me. Now the title part of my jrxml looks like this: <staticText> <reportElement x="0" y="0" width="929" height="30" uuid="434595fa-21e2-479a-98a2-a7592ef73860"> <property name="net.sf.jasperreports.print.keep.full.text" value="true"/> <property name="net.sf.jasperreports.export.xls.wrap.text" value="false"/> </reportElement> <textElement textAlignment="Center"> <font size="16" isBold="false"/> </textElement> <text><![CDATA[My report title..]]></text> </staticText>[/code]But after I published my updated report, ran it and exported it to xls-format, the title was still inside one long merged column. Are these properties supposed to work with JasperReports Server 5.5.0?
  6. Thank you, Sanda! Example 1 is what I want. But could you help me by showing me exactly how and where to put these properties in the jrxml code? I've tried putting them as attributes to both the reportElement and the textElement I have for my title, like: <textElement textAlignment="Center"net.sf.jasperreports.print.keep.full.text = "true"net.sf.jasperreports.export.xls.wrap.text = "false">[/code]but Jaspersoft studio complains about that: "Attribute 'net.sf.jasperreports.print.keep.full.text' is not allowed to appear in element 'textElement'. I've also tried specifying them as properties inside my "textElement" element like: <textElement textAlignment="Center"> <property name = "net.sf.jasperreports.print.keep.full.text" value = "true"/> <font size="16" isBold="false"/> </textElement>[/code] but Jasperstudio complains about that too: "Invalid content was found starting with element 'property'. One of '{"http://jasperreports.sourceforge.net/jasperreports":font, "http://jasperreports.sourceforge.net/jasperreports":paragraph}' is expected. " So how do I specify these properties just for my title text element? (I don't want them for the entire report.) Thanks in advance! /Ylva
  7. Hi, I'm using JasperReports Server v.5.5.0 at my job and I'm creating a report that will be exported to Excel format. The customer that I'm creating the report for doesn't want the title to be shown in only one, long, merged column (in Excel). So how could I make it span across multiple columns when exporting to Excel? I've googled a bit and I found the parameter: cnet.sf.jasperreports.export.xls.column.width and its description here: http://jasperreports.sourceforge.net/config.reference.html#net.sf.jasperreports.export.xls.column.width but I still don't know how to use it. If this property could solve the problem, I would like to know exactly where and how to put it in the jrxml source file. I've tried to find an answer to this, but I haven't found one. Also, I don't want some property that changes the column width of All columns in the report (when exported to Excel), just something that affects the title. /Ylva
×
×
  • Create New...