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

anibal.duardoumuq.com.ar

Members
  • Posts

    14
  • Joined

  • Last visited

anibal.duardoumuq.com.ar's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Hi All! I have a report where I'm already excluding some bands when I export to different formats. See code below: <property name="net.sf.jasperreports.export.csv.exclude.origin.band.1" value="title"/> <property name="net.sf.jasperreports.export.csv.exclude.origin.band.2" value="pageFooter"/> <property name="net.sf.jasperreports.export.csv.exclude.origin.band.3" value="summary"/> <property name="net.sf.jasperreports.export.html.exclude.origin.band.1" value="pageFooter"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="pageFooter"/> <property name="net.sf.jasperreports.export.xlsx.exclude.origin.band.1" value="pageFooter"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="summary"/> <property name="net.sf.jasperreports.export.xlsx.exclude.origin.band.2" value="summary"/>[/code]Things is, I have a table on this report which contains two groups. Then I need to exclude the groupHeader and groupFooter of this table when I export the report to CSV. I have tried different ways. Added the code below at the top of the report along with the other exclude properties. I have also moved these properties to the top of the table. The properties I'm using are the ones added below. Not sure if these are wrong or if I need to do anything else to be able to exclude this group H and F from CSV export. <componentElement> <reportElement key="" x="0" y="0" width="1090" height="119" uuid="02dc3f91-f82a-40d6-9fe2-5796a6efc2af"> <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/> <property name="com.jaspersoft.studio.table.style.table_header" value="Table_TH"/> <property name="com.jaspersoft.studio.table.style.column_header" value="Table_CH"/> <property name="com.jaspersoft.studio.table.style.detail" value="Table_TD"/> <property name="com.jaspersoft.studio.unit.x" value="px"/> <property name="com.jaspersoft.studio.unit.y" value="px"/> <property name="net.sf.jasperreports.export.csv.exclude.origin.band.property_address_header" value="groupHeader"/> <property name="net.sf.jasperreports.export.csv.exclude.origin.band.property_address_footer" value="groupFooter"/> <property name="net.sf.jasperreports.export.csv.exclude.origin.group.property_address_header" value="property_address"/> <property name="net.sf.jasperreports.export.csv.exclude.origin.group.property_address_footer" value="property_address"/>....[/code]I'll much appreciate any help here. cheers!
  2. Hi, I just faced the same issue as you @hingerl . It seems it gets solved for me using the popup screen for Input Controls. I had to set that from Studio. cheers,
  3. Hi! Did you solve this? I'm facing the same issue. I'm not able to upload a report with subreports. Thanks
  4. Hi guys! I recently updated my Studio 7.5 prof to the 7.9 using the workaround for Big Sur posted here. Additionally, I downloaded and installed the 6.17 CE version, which I'd prefer to use over the prof. With both versions, it happens the same issues, which causes Studio to be almost unusable. Thing is, I can't find any help about how to solve these issues. So I'd appreciate if anyone can help here. Here is the list of issues I'm facing: Once I close the Studio window and reopen it. It never saves the configuration. Always starts maximized and showing a lot of issues on the logs.Until 7.5 I was using the repo:style_file_template to reference my style template on reports. The file's always in the same folder as the report. But, this isn't working on these new versions. I need to modify it using the full path of the file on the server. I'm not able to change the JRE on any project, I always get an error message.I was using a scriptlet in all my reports. Now when I try to execute the report I got an error saying the scriptlet isn't there. But I've added the scriplet to the project as I did it before.[UPDATE] didn't mention I tried with existing workspaces and deleting everything and starting from scratchHere an image of some of the errors I got. Error trying to change JRE: Thanks in advance! Regards Anibal D
  5. Hi! Did you try this answer? https://community.jaspersoft.com/questions/541551/loading-byte-array-database-and-displaying-it-image
  6. jkeene1 Did you find a way to detect the error response? I'm facing the same issue
  7. For those who need this, take in count that the setting to avoid the encryption was moved : IMPORTANT: In TIBCO JasperReports® Server v6.3.0 and newer, this bean has been moved to ../WEB-INF/applicationContext-security.xml file. Source: https://community.jaspersoft.com/wiki/how-disable-encryption-file-generated-log-collector
  8. We have a huge problem when our reports are rendering on HTML. This occurs in both Jasper Studio and Jasper Server . In Jasper Studio when we see reports on Java view are showed correctly, but if we change to HTML not. We have set Left Indent and Right Indent to 4px and as I say, Jasper respect that on PDF or Java view, but not in HTML views. I've tried setting on the report properties, on the Static Text and Fields properties, using Style Template, almost everything, but nothing change, always we get the same view, NO INDENTS IN HTML. This was tested with Jasper Studio 6.4.2 Pro, Jasper Studio 7.1 Pro, Jasper Server 6.4 Pro and Jasper Server 7.1 Pro; we got always the same result. I've attach two images with the example. One is the HTML view in Jasper Server and the other one is a PDF export for the same report in Jasper Server. Exists any solution for this? Thanks for your help in advance.
  9. Hi, I have the same problem., but using a table. Hi have made another report and everything is working, then I made a new report and get this error net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression for source text: ((com.jaspersoft.webservice.data.query.IWSDataSource)$P{REPORT_DATA_SOURCE}).clone("", $P{SubFieldsMap}) I don't know why this error is happened. Could you solve this problem?
×
×
  • Create New...