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

Ajey.Kumar

Members
  • Posts

    19
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by Ajey.Kumar

  1. Dear Team, 

    Disclaimer - I have tried changing the sorting order by Crosstab or Table options and it didn't help. 

    I am looking for an option to sort the bars for each value on x-axis i.e. if 4 years plotted on x-axis and then for each year value, we have 3 values of  y-axis which will give 3 bars for each x-axis value.

    Now, I want to see this 3 bars in descending order based on the value. Note: I have mentiond a string in legend so currently, those bars are just displayed in alphabetical order and the same  was displayed in legend too. 

    Once, a solution is found for this issue, I am hoping, the same order will also be displayed in legend. 

    Let me know if you need more information. Thanks. 

     

  2. Hello, 

    I am not able to publish HTML element from Jaspersoft studio to Jaspersoft server.

    Purpose of using HTML element: I want to set font size in em rather than px or pt. This will enable to fix the font size when browser size is changed for responsiveness. However, I am still struggling to set a pattern for the field enclosed in this element. If anyone know, please let me know. 

    I am seeing below error. Do I need to do any configuration settings on it. Please advise.

    Error details:

    org.apache.http.client.HttpResponseException: illegal.parameter.value.error Invalid JRXML JRXML.content JRXML.content at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleErrorDescriptor(RESTv2ExceptionHandler.java:120) at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleException(RESTv2ExceptionHandler.java:60) at com.jaspersoft.studio.server.protocol.restv2.ARestV2ConnectionJersey.toObj(ARestV2ConnectionJersey.java:49) at com.jaspersoft.studio.server.protocol.restv2.RestV2ConnectionJersey.addOrModifyResource(RestV2ConnectionJersey.java:550) at com.jaspersoft.studio.server.protocol.ProxyConnection.addOrModifyResource(ProxyConnection.java:328) at com.jaspersoft.studio.server.publish.Publish.publishResources(Publish.java:184) at com.jaspersoft.studio.server.publish.Publish.publish(Publish.java:62) at com.jaspersoft.studio.server.publish.wizard.Publish2ServerWizard$3.run(Publish2ServerWizard.java:303) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)[/code]

     

  3. Hello,

    Could you please help with your expertise on below questions,

    1) I have created a Jaspersoft report in Jaspersoft studio and published to Jaspersoft server. When accessed, the report is not responsive/scalable when browser size is changed. I tried adjusting the zoom settings to fit page etc. but no luck. Any idea on how to make Jaspersoft server reports responsive/scalable.

    2) Tried to embed the same Jaspersoft report on a web application using Visualize.Js API and used scale: "container" code and it works partially as the size of the report is getting shrunk towards top portion of the page leaving empty space in the bottom. Do we have any ways to achieve the responsiveness in a better way.

  4. Dear All, 

    Is there any way to create custom themes to apply for HTML5 charts. I know, we can do the same by modifying each and every attribute under Advance formatting however I want to do the same in one file and apply the same to all HTML5 charts. 

    I searched entire universe but no concrete information found. Any guidance is greatly helpful. 

  5. Dear All, 

    I have created a custom theme and I could see the changes reflecting in preview. I also generated a JAR and added to classpath however I still do not see the new changes especially related to new colors added under Plot of custom theme. 

    1) Could anyone please tell me, how would I apply my recent colors part of newly created Custom theme to my report within Jaspersoft Studio. 

    2) After #1, please tell me same how would I see in Jaspersoft server, here, I uploaded the Jar file and also set as Active Theme but still no luck. 

    Up on my research, all I see is below, 

    To use the chart theme in Jaspersoft Studio, you must add the JAR to your project's classpath: in the Project Explorer, right-click the JAR and choose Build Path > Add to Build Path. If you're Project Explorer isn't displayed, click Window > Show View > Other > Project Explorer. Once Jar is uploaded, you can use the repo: syntax in a report to specify this JAR as your chart theme.

     

    Any guidance is greatly helpful. 

  6. Thanks for the response. Could you please elaborate a bit i.e. which place, I need to put as I already have below, 

    I have a pie chart where category is Country and on tool tip, I want to show list of cities concatenated and with their shipment values if hover. 

    Ex: If mouse is hover on India then tool tip should show "Hyderabad:10, Mumbai:50, Delhi:40"

    Here is my current tooltip.pointFormat attribute :  {series.name}: <b>{point.y}</b><br/>City:{point.City}<br/>Value:{point.Value}

    City is showing last value only. Please advise the place to put in. Thanks much! 

  7. Hello, 

    I would like to show multiple values of one field in tooltip using Jaspersoft Studio. Please see below example. 

    I have a field 'City' whose values are London, New York, SFO, Cincinnati etc. In tooltip, I want to see "City: London, New York, SFO, Cincinnati", currently, it just shows last value in the column i.e. 'City:Cincinnati'. 

    Yes, I followed to customize tooltip.pointFormat however still, it shows last value as stated in 2nd line above. I know, I am doing something wrong and it could be a simple change. 

    Any suggestions/code would be highly appreciated. 

×
×
  • Create New...