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

buddhiama

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by buddhiama

  1. Here since your variable type is Integer you cannot return string value. *****variable expression : ($V{IndexCommodity_COUNT} != null && $V{IndexCommodity_COUNT}.intValue()==1) ? "" : null) just ignore the initial value expression. Leave it blank and run the report. If you still want the initial value of the variable as 1, Just set the variable expression as follows. variable expression : ($V{IndexCommodity_COUNT} != null && $V{IndexCommodity_COUNT}.intValue()==1) ? 0 : 1) Hope this helps Buddhi
  2. Hi, I think the solution for ur problem is Crosstabs. Try to use a crosstab which uses KEY as a ROWGROUP and TYPE as COLOUMNGROUP. Use VALUE column as MEASURE. Read more on crosstabs. Think this helps. Buddhi Post Edited by buddhiama at 01/28/2010 10:40
×
×
  • Create New...