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

banning

Members
  • Posts

    4
  • Joined

  • Last visited

banning'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. So i new to iReport and i was getting the hang of it and realized that what im using it with is only compatible with ireport 3.7.1 and below. SOOOOOOO.... what did everyone use when Table wasn't available in the Report Elements?
  2. That is so weird.. im implementing this with sugarcrm and I've done all of that and the label still dont show up. Finally i just said i give up and uploaded it to sugar to see what would happen and BAM!! the labels show up haha... so something maybe wrong with my installation of ireport idk... cause it shows up when i run the report in sugar just not in ireport lol
  3. I guess it just doesn't make sense to me. if i right click on the pie chart there are options. right click > Chart Data > Details here it lets me set Key expression, Value expression & Label expression... I'm assuming Label expression lets me set the labels right? I want to say this is where i edited the Label before but now that its not working im second guessing myself. Post Edited by banning at 12/03/2010 19:03
  4. Ok im REALLY new to iReport .. im using version 3.7.6 I had made a report of a 3d pie chart and set the Label Expression and it wont show the label. here is part of the xml im not sure how much you guys will need. Code: <pie3DChart> <chart> <reportElement x="0" y="0" width="555" height="350"/> <chartTitle/> <chartSubtitle/> <chartLegend/> </chart> <pieDataset> <dataset> <datasetRun subDataset="New Dataset 1"/> </dataset> <keyExpression><![CDATA[' ' + $F{users_user_name} + ' ']]></keyExpression> <valueExpression><![CDATA[$F{total}]]></valueExpression> <labelExpression><![CDATA[$F{total}]]></labelExpression> </pieDataset> <pie3DPlot> <plot/> <itemLabel color="#000000" backgroundColor="#FFFFFF"/> </pie3DPlot> </pie3DChart>
×
×
  • Create New...