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

tcsbasys

Members
  • Posts

    5
  • Joined

  • Last visited

tcsbasys's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. We are looking for someone who knows iReports to create report templates for us AND to train us on how to use/modify those templates. Anyone interested? We have a bunch of report templates (50+) we need created and due to time constraints and limited manpower, it would be better for us to hire an expert to get this done for us rather than learn iReports ourselves. Please reply with your contact info, rate (by hour or by project/template), and a summary of your expereience with iReports. Thanks for you help. Regards, Steve
  2. i do not have the option to "In the details tab click on Use more series"....please advise.
  3. your suggestions on scenario #1 did the trick. it is working now. THANKS!!! for scenario #2 - i want to create a pie chart that shows the total number of each value for cases_priority (those are P1, P2, etc). i have used the following setup -- key expression -- $F{cases_priority} ==> this works and shows the various categories available within the database EXcEPT for categories where there are 0 records matching that category value expression -- this is where i am stuck -- i just want the chart to use the total count of each category as the value here BUT i cannot get the expression to evaluate correctly. i have an individual count for each category separately (for example 65 occurances of P1) but no way to have it select a category and then count the occurances of that value. i need a way to express a count of each cases_priority and sort by the value of cases_priority (ie. P1, P2, P3, etc).
  4. i have tried that BUT the variable expression is not working correctly so i get an error and the count/sum does not work. the variable i set up -- count_cases_priority_1 -- has a varible expression of $F{cases_priority}.contains( "P1" ) but when i try to execute the report using the active conneciton i get an error -- Cannot cast from boolean to Object i am totaly stuck and do not know what else to try or where to go for help. we purchased the "The Ultimate Guide to iReport " but it does not help much.
  5. i am having trouble getting anything within iReports to work. i am able to do a basic report which displays the value of each field on the page. however, when i try to do any manipulation or calculation with the data, i get errors and nothing works. also, i cannot get the chart tool to work either. any advice/suggestions would be greatly appreciated. we are about at the point where we will have to use a different reporting tool. scenario 1 -- trying to get a count of the number of records where a particular field equals a specified value scenario 2 -- trying to get a pie chart which compares the various values/results of a particular drop down field scenario 3 -- trying to get a sum of order amount for a given range of orders Code:scenario 1 -- entered in the variable expression --$F{cases_priority}.contains( "P1" )scenaro 2 -- entered in the key expression$F{cases_priority}--entered in the value expression$F{cases_priority}.contains( "P1" )--entered in label expression$F{cases_priority}scenario 3 -- not yet tried
×
×
  • Create New...