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

mandm

Members
  • Posts

    50
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mandm's Achievements

  1. I am using jasperserver 4 and mysql 5.5 (i recently upgraded to mysql 5.5), since then i am noticing that my reports when selected to schedule for run, and from the dropdown for parameter values, e.g if i select 90 as a values, it will reset to 100 once i open the job again.... does anyone know how to resolve this ? Thanks
  2. found my answer at this link http://community.jaspersoft.com/wiki/how-set-query-limits-ad-hoc-options-page
  3. I created a sample report based on the adhoc_sample.jrxml and tried to run it against my dataset and i see 2 options sample dataset and full dataset...(but the full dataset is truncated to 200000 rows any reason? is it because i am using a trial version?
  4. Hi crazybugs, can you tell me in detail how to do both these steps I am using jasper server 4.0 on linux and i can see the russian font when i run the report but once i export as pdf its all blank I am also attaching the pdf fontnames and the pdf encoding option that i see on the ireport designer
  5. any luck with this guys, i wanted to use it my single select input control, does anyone know how it work?
  6. Hi All, I find this forum very useful so time and again i keep asking questions which are unsolvable by me, so i have a query and its output is qtr, count, name1, name2, name3 1 23 A B C 2 44 f G H and i want the report to display it as label data1 data2 qtr 1 2 count 23 44 name1 A f name2 B G name3 C H please suggest me an alternative if this is possible?
  7. Hi Did you get a resolution to this? my users are also complaning about links not working on the front page with IE8
  8. I have a text field which display the parameters used to execute the report, in the following way "Report Quarter: " + $P{R9QTR} + " Year: " + $P{R9YR} + ", Selected Unit:" + $P{unitName} + ", Isolation Rooms?: " my issue is when the quarter input (R9QTR) is null, i want to disply current quarter similary for year how can i achieve that? is there a ifnull or nvl function in jasper?
  9. sorry to leave that incomplete.... so i need to schedule the report which bring current date...on the schedule job
  10. I have a report that has 2 parameters, start date and end date and the end date is today's date, which i have set as default value parameter: new Date() but when i schedule the report from jasper server to run daily say start data 01-01-2011 and end date today's date, it picks the end date as the date i scheduled the report and not current date
  11. Hi mdahlman, I tried to research your suggestion about the css changes and it really helped me clean up a lot of stuff on the report list page, but the code in /opt/jasperreports-server-cp-4.0.0/apache-tomcat/webapps/jasperserver/WEB-INF/jsp/modules/templates/list.jsp <li id="tabular_fourColumn_resources:leaf" class="resources"> <div class="wrap button draggable"> <div class="column one"> <div class="scheduled icon button"></div> <div class="disclosure icon button"></div> </div> <div class="column two" > <h3 class="resourceName"><a></a></h3> <p class="resourceDescription"></p> <p class="resourcePath" ></p> </div> <div class="column three"></div> <div class="column four"> <p class="modifiedDate" title=""></p> </div> </div> </li> </ul> is really what i am focusing on if i add so i wanted to add a list of images to be rendered instead of the resourceName class, but when i make any change to the <a> section (highlighted in red) then the entire page is blank i tried adding and <img src="logo.png"> but that repeated the same image for all files, is there a way i can render different image for each report name?
  12. Hi mdahlman, Thanks for your response, yes my initial question was out of confusion, its not a valid question, so for your better understanding i am attaching 2 images, image1 is the way our report lists looks right now --> i have edited the names for privacy image2 is the way we want to display those reports (like images) and all the right click features should also work on them if its a css change can you tell me which css file i am looking at?
  13. Hi mdahlman, Do you think these is a way to customize the output of jasper server, once we login instead of showing the names of the report and description, can we show static images which can then be used similarly to run report on click or have all the right click options retained..?
  14. hi mdahlman, Thanks for replying, but i might have confused you, so what i want to do is to change the main page once you login into the jasperserver portal 4.0 Once you login you see a list of all the report names with descriptions and dates I wanted to change that to show static images (instead of report names), that can be clicked to get to the report paramters, i am assuming i might have to change some jsp files for this? can you please let me know?
×
×
  • Create New...