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

cheapwebhoster

Members
  • Posts

    18
  • Joined

  • Last visited

cheapwebhoster'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. I am not sure this is possible ...can anyone tell me how to call external javascript into the jasper studio report. These are the javascript web-location i would like to call but not sure if it can be done <script src="http://code.highcharts.com/js/highcharts.js"></script> <script src="http://blacklabel.github.io/grouped_categories/grouped-categories.js?sss=ffff"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highcharts/3.0.10/adapters/standalone-framework.js"></script> <script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script>
  2. We need to convert the "/" from the date format into "-" so that it looks like 2017-05-01 then this will works...
  3. gpayne_1 solution works perfectly for a field data but how to apply this inside input control parameter? what is the class type? calendar or java.sql.date or string?
  4. By the way a I am aware that we can assigned the color specifically for each data...but the data is just too many to assign all colors...and i am not sure what color would be suitable for the many thousands. Therefore dynamically follow a color from a single chart is the best solution for me.
  5. I have 4 created chart using 4 different dataset in one report in Jasperstudio - Now that i have encountered problem where the charts having different/inconsistent set of colors of the column charts although the Color pallete set are the same for all charts. I believe this is because it follows the sequence in the colors pallete...so when one data is not present in one of the chart it follows the color sequence. For example Chart 1: Data 1, Data 2, Data 3 Chart 2: Data 1, Data 3 Chart 3: Data 3 Color pallete sequence = Green, Blue Red Therefore: Chart 1: Data 1 = Green, Data 2 = Blue, Data 3 = Red Chart 2: Data 1 = Green, Data 3 = Blue <---- i want this to be Red as well Chart 3: Data 3 = Green <--- i want this to be Red To solve this problem i am thinking if it is possible to parse the color set from one chart to another. For example Chart 1 is the main chart and pass its color to the rest of the chart...Therefore when the same data exist in other chart it follows the color in the Chart 1. Please advise!
  6. I would like to make multiple chart on jasperstudio and the number of charts appears based on the input control item selection. For example using HTML5 chart (column grah) with the input control of the following condition In input control value there is A, B, CIf A is selected in the input control filter then the report show bar graph base on AIf A and B is selected then two bar graph appear and it belong to A and B respectivelyLikewise if A, B, C is selected then 3 bar graph is showing and it belong to A, B, C selected data respectivelyPlease advise how it can be done...i have running out of idea how to do it
  7. I have concatenate the MonthNumber and MonthName like so Concatenate("MonthNumber", '-', "MonthName"). This will do the trick as you can see below the month arrange correctly because the monthnumber is helping...but i dont want the month number to show. You can see 11-November, 12-December which is sucks /sites/default/files/images/Concatenate.jpg
  8. By the way i've found there is monthnumber field which can sort this out however it is in the form of numbers like 1,2,3,4,5..... how can i use this as the sorting order for the month name without putting it together into the table ....i am trying to create a measure in the ireport designer as below but no success monthname("Day Date") order by MonthNumber("Day Date") <---------- the order by statement seems to be invalid any can tell me what is the statement for that?
  9. Hi, My Adhoc report is reported in month but when it sorted out either ascending or decending it uses the alphabetical order instead of the month sequence see below. My question is how to make it follow month sequence for example January, February, March, April etc....until December
  10. By the way when using this measures it won't work Create measures: MonthName("Day Date") then use MonthName measure to create another measures Quarter 1 where IF(Contains("MonthName", 'January', 'February', 'March'), 'Quarter 1') This will work if but it only contains 1 value of the month not quarterly that i wanted IF(Contains("MonthName", 'January'), 'Quarter 1')
  11. Hi, I am new to jaspersoft report designer and sorry if this question has been asked before anyway it seem i couldn't really find the exact and structured answer to my problem. So the question is in the jaspersoft ireport designer (web version) how can i create a table or crosstab to show data group by Quarterly. Relative to the date time of the system like picture below If possible also can we make it Daily, Weekly, Monthly, Semi, or Yearly. Your answers is much appreciated. Thank you in advance
×
×
  • Create New...