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

erez.raveh

Members
  • Posts

    11
  • Joined

  • Last visited

erez.raveh'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, I'm using JasperServer 6.2.0 i've upload report to server and there is problem with it's render and the export to docx if i'm exporting it using rtf it exported well! what can be done in order to fix it *I'm adding picture to show the problem, on the docx it doesnt show data at all Server docx
  2. Hi There, I have a table in my PostGreSQL which hold id and value of enums in system. I want to extract all IDs and Values from the postgreSQL and fill my translation file (*.properties file) with does values Is there any why i can do so? Thanks Erez Raveh
  3. After i've sorted the fields it returned the empty bucket
  4. Hi All, I am using JDeploy (v.02.00.00) app to upload my report to jasper server 6.2.0 (cummunity version) i cannot deploy my report becuse i cant get all of my data sources on my server. List dsList = jserver.getWSClient().listDatasources(); public java.util.List listDatasources() throws Exception {Request req = new Request();req.setOperationName(Request.OPERATION_LIST);req.setResourceDescriptor(null);req.setLocale(getServer().getLocale());req.getArguments().add(new Argument(Argument.LIST_DATASOURCES, Argument.VALUE_TRUE));StringWriter xmlStringWriter = new StringWriter();Marshaller.marshal(req, xmlStringWriter);return list(xmlStringWriter.toString());} this is the xml without the data sources. <?xml version="1.0" encoding="UTF-8"?><request operationName="list"><argument name="LIST_DATASOURCES"><![CDATA[true]]></argument></request> listDatasources() function throw this exeption: 1 - Unknown entity: com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.impl.datasource.RepoReportDataSource; nested exception is org.hibernate.MappingException: Unknown entity: com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.impl.datasource.RepoReportDataSource what is wrong with this implementation?how can i get list of all my data sources from jasper server? thanks,erez
  5. Hi, I'm using JasperStudio 6.2.1 and elasticsearch, I'm forcing the query to return empty bucket (0 value) with the following: "date_histogram":{ "field": "create_time", "interval": "month", "format": "yyyy-MM-dd", "min_doc_count": 0, "extended_bounds" : { "min" : "2016-01-01", "max" : "2016-04-04" }when i'm retreving data it doesnt show me the values with the 0 (the empty buckets) and from that i cannot show values in months set in advanced do you know what i need to do in order to get those result printed. thanksErez Raveh
  6. It works fine when i'm running it from the server (without error) and from studio (when ignore the error)
  7. Hi, I'm using Jasper studio 6.2.0 when I start the studio i've getting 3 error (2 error and 1 other) errors: Description resource path location type unknown report1.jrxml /report1 line 0 JRXML Problem unknown report1.jrxml /report1 line 0 JRXML Problem Other Description path location type one of more errors on resource /report1 unknown JRXML Problem report1.jrxml after compile the jrxml it dissapear but i'm keep getting messages "An error has occurred. See error log for more details. java.lang.NullPointerException" and ther report will not open untill restart the program
  8. didnt manage to work with the cross tab because it request 3 paramters 1. column - the month 2.rows - ? 3. measures - my DocCount* every option i've tried didnt present the required *I'm using Jasper to present ElasticSearch results
  9. Hi All, My problem is that I want to present month and it's value dynamic way according to input, for example: for this input 1.From Date:2016-01-01 2.To Date:2016-03-01 i'd like to get 3 columns: Jan feb mar 10 20 30 and for this input 1.From Date:2016-01-01 2.To Date:2016-05-01 i'd like to get 3 columns: Jan feb mar Apr May 10 20 30 15 6 I manage to present static 3 month incolumn by set the "from date" as lower bound and increase months manuallycan it be done dynamicly for 1-12 months? Thanks, Erez Raveh
  10. Hi, I'm using ElasticSearch and PostGreSQL and need to use them both in same report. is that possible? if so how can i design report using them both. thanks Erez Raveh
×
×
  • Create New...