Jump to content
JasperReports Library 7.0 is now available ×

info_1017

Members
  • Posts

    1
  • Joined

  • Last visited

info_1017's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. I'm new to Jasper and attempting to convert a report that's using a frame layout to using tables. This is needed because the cells merge together in excel and it doesn't look good. I'm hoping if I redesign using the table it will be nice and neat. I'm getting "Report design not valid : 1. Unknown reset group 'Categ Grp' for variable : Alpha" Here is that reset group: <variable name="Alpha" class="java.lang.Integer" resetType="Group" resetGroup="Categ Grp" calculation="Sum"> <variableExpression><![CDATA[$F{ProductCnt}]]></variableExpression> <initialValueExpression><![CDATA[0]]></initialValueExpression> </variable> This is telling me that I need to get the tables inside of the group element. How do I achieve this? I came across a similar issue online but that that report is only using strings not variables with reset group as I'm using. Any help would be greatly appreciated. XML attached
×
×
  • Create New...