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

raparlasiva

Members
  • Posts

    13
  • Joined

  • Last visited

raparlasiva'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. ( $P{cal}.clear() || $P{cal}.set(Calendar.YEAR, $P{year_current})|| $P{cal}.set(Calendar.WEEK_OF_YEAR, $P{week_current}) || $P{cal}.setFirstDayOfWeek(Calendar.MONDAY) || $P{cal}.setMinimalDaysInFirstWeek(4) ) ? null : $P{formatter}.format($P{cal}.getTime()) The above code calculates the start date from ‘week_current’ and ‘year_current’ input’s. The problem is that the code calculates the startDate in ireport but not in jasper server. When I run the report on jasper server, the display mode (pop-up window) comes up blank without any input controls. But when I change the above code to match one of your date calculations,the same report runs without any issues on jasper server i.e, the display mode (pop-up window) shows the defined input controls. I would appreciate if you can let me know what is wrong on my date calculation expression which is preventing the input controls to appear on jasper server.
  2. ( $P{cal}.clear() || $P{cal}.set(Calendar.YEAR, $P{year_current})|| $P{cal}.set(Calendar.WEEK_OF_YEAR, $P{week_current}) || $P{cal}.setFirstDayOfWeek(Calendar.MONDAY) || $P{cal}.setMinimalDaysInFirstWeek(4) ) ? null : $P{formatter}.format($P{cal}.getTime()) The above code calculates the start date from ‘week_current’ and ‘year_current’ input’s. The problem is that the code calculates the startDate in ireport but not in jasper server. When I run the report on jasper server, the display mode (pop-up window) comes up blank without any input controls. But when I change the above code to match one of your date calculations,the same report runs without any issues on jasper server i.e, the display mode (pop-up window) shows the defined input controls. I would appreciate if you can let me know what is wrong on my date calculation expression which is preventing the input controls to appear on jasper server.
  3. ( $P{cal}.clear() || $P{cal}.set(Calendar.YEAR, $P{year_current})|| $P{cal}.set(Calendar.WEEK_OF_YEAR, $P{week_current}) || $P{cal}.setFirstDayOfWeek(Calendar.MONDAY) || $P{cal}.setMinimalDaysInFirstWeek(4) ) ? null : $P{formatter}.format($P{cal}.getTime()) The above code calculates the start date from ‘week_current’ and ‘year_current’ input’s. The problem is that the code calculates the startDate in ireport but not in jasper server. When I run the report on jasper server, the display mode (pop-up window) comes up blank without any input controls. But when I change the above code to match one of your date calculations,the same report runs without any issues on jasper server i.e, the display mode (pop-up window) shows the defined input controls. I would appreciate if you can let me know what is wrong on my date calculation expression which is preventing the input controls to appear on jasper server.
  4. Also If I add a single value input control to my other reports, its showing up when i run the reports on jasper server. I really don't understand why the single value input control is not showing up for the current report when everything is running well on ireport designer?
  5. attached is the image of the empty pop up window. I checked the visible option when I created a single value input control.
  6. i have two parameters 1. week ---> prompt on ireport 2. year ---> prompt on ireport But when I add a single value input control and run the same report on jasper server, the single value input control is not visible and only a pop up window is showing up. I want to know why my single value input control not showing up on jasper server
  7. i have two parameters 1. week ---> prompt on ireport 2. year ---> prompt on ireport But when I add a single value input control and run the same report on jasper server, the single value input control is not visible and only a pop up window is showing up. I want to know why my single value input control not showing up on jasper server thanks Siva
  8. i have two parameters 1. week and 2. year both use as prompt on ireport. But when I add a single value input control and run the same report on jasper server, the single value input control is not visible and only a pop up window is opening up. I want to know why my single value input control not showing up when I am running the report on jasper server ? thanks Siva
  9. ur so awesome..It worked..Thanks a lot for your support. Ur so awesome..thank you again..it worked..thank GOD!
  10. calculated the date range using the below link http://type-exit.org/adventures-with-open-source-bi/2010/06/date-calculation-in-ireport/ 'startDate' , 'endDate' ---> variable names and not parameters.
  11. Hi, I have created four parameters in my ireport 1. calendar 2. week --->Prompt 3. year ---> Prompt 4. formatter I have calculated the date range using the 4 above parameters ('startDate' , 'endDate') My report lets the users see the number of orders from week number and year they choose from the dropdown box. . My issue is now how to pass the variable values of 'startDate' and'endDate' to the sql query i.e, the stored procedure (call stored_procedure('startDate' , 'endDate') Post Edited by raparlasiva at 09/10/2012 19:40
×
×
  • Create New...