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

ostry

Members
  • Posts

    18
  • Joined

  • Last visited

ostry'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. Thank you. I am not sure how you mean it. Do you mean that JasperSoft ETL can do password-protected ZIP containing reports generated by JasperServer? So we need to integrate JasperServer (we have community version) with JasperSoft ETL somehow? When I searched for more information (e.g. http://community.jaspersoft.com/wiki/getting-started-jaspersoft-etl), it seems to be quite complex software / task... I am probably looking for something more simple, something like "zip --encrypt --password", just with some minor changes (hacks) on JasperServer. Or do I see it wrong? We also want to send reports via e-mail like up to now, just password-protected, in addition. Thanks in advance. Jano
  2. Hello, I like feature of JasperServer 6.0.1 "Include report files as ZIP attachment" available in the report job. I wolud like to have also an option to ZIP it as password-protected. Has somebody an idea how to effectively workaround this? I know, that I can do password-protected XLS, but such solution is not universal. I would also do some external job (e.g. in cron), but I would like to use JasperServer built-in scheduler (more simple, standard and straightforward). I don't know what code (library, binary or script) is doing this zipping, maybe if I could somehow hack it... Thanks in advance. Jano
  3. I am using net.sf.jasperreports.export.xls.formula and exporting to XLSX via JasperServer 5.1.0. Tried to use "less than" (<) sign in the formula, also escaped as <, but its effect was incomplete XLSX generation and broken styles (formatting). Workaround found: redesign formula to use "greather than" (>) sign escaped as > instead, but I am still interested in, how to use the the opposite operator. Anyone knows?
  4. PROBLEM SOLVED: by exporting to XLSX instead of XLS and everything is OK (tested in Excel 2007 and LibreOffice Calc 4.0.0.3) with legacy XLS, there were not only problems with currency formatting, but also with some weird circular references (this second and more serious problem was present only in Excel, not in LibreOffice)
  5. I already had there (using iReport)... thank you for hint anyway, I googled this earlier
  6. Hello, having this JRXML: <textField pattern="€ #,##0.00" isBlankWhenNull="true"><reportElement uuid="7daa13fd-4faf-4926-940c-3547fcb0e89e" x="346" y="0" width="456" height="20"><property name="net.sf.jasperreports.export.xls.pattern" value="€ #,##0.00"/><property name="net.sf.jasperreports.export.xls.formula" value="OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),0,-1)*OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),0,-2)"/></reportElement><textElement textAlignment="Right" markup="none"/><textFieldExpression><![CDATA[]]></textFieldExpression></textField> it seems that xls.pattern has no effect on how number is displayed in XLS in my setup - I want currency, but I googled a lot and tried also many other patterns and configuration changes, but no change of how number is displayed (still as Standard Number with variable count of decimal places and not Currency in LibreOffice 4.0.0.3). Having JasperServer 5.1.0. What am I doing wrong? Thank you in advance! Jan P.S. 24.3.2014 10:30: I have this property set: <property name="net.sf.jasperreports.export.xls.detect.cell.type" value="true"/>
  7. thanks Ajinkya, those articles seem useful not only for this particular issue
  8. Thanks Ajinkya, could you provide that link please? Jano
  9. Hello, I don't know if this is a bug or known limitation, but when I create chart in iReport 5.1.0 and upload it on JasperServer 5.1.0 (Community Edition), and then trying to export it to XLS or ODS table formats, chart is not exported, just the cellular data. Exporting to PDF is OK, with charts. Thanks in advance for any answer or comment.
  10. thank you for quick resolution currently we are testing on iPhone and when this fix will be available also in updated JasperMobile via Google Play, we will add Android platform to our JasperMobile-enabled group thanks again
  11. JasperMobile for iPhone is working fine, report has displayed just JasperMobile for Android is problematic
  12. sample reports working OK also by me, but just from jasperserver-pro... the same sample (e.g. Accounts Report) from jasperserver-pro OK, but from jasperserver - Android app crashes
  13. having the same problem with JaspermMobile (downloaded and installed from Google Play last week) and JasperServer 5.1.0 Community Edition reports transferred from JasperServer 4.5.0 to 5.1.0, working also with 5.1.0, but just in the desktop browser, not with JasperMobile sample report atttached used datasource: PostgreSQL 9.0.8 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52), 64-bit thanks in advance for any help
  14. hello, I am just beginning with playing with JasperReports and other reporting alternatives. I just installed and tried several simple cases with iReport and JasperServer, and I have question, I still did not find some info about it on the web (I do not need complete howto, what I need are keywords to search). I would like the feature of centralized report style design. E.g. when I create template with customized header, footer, etc., I would like to use it with more reports, but when I decide to change that style, I would like to change it centrally just on one place (e.g. on JasperReports Server), and all reports will have it changed at once. Which functionality implements this? Thanks in advance. Jan Ostrochovsky
×
×
  • Create New...