DavidSherring
Technical User
I have used the (very useful) tip of having dynamic grouping within a report by defining a parameter and then assigning it a field. See Example.
select {?group}
case 'COURSECODE': totext({MBDA_FREEZE_DATA.COURSECODE})
case 'CLOCK' : totext({MBDA_FREEZE_DATA.CLOCK})
case 'COURSE_TITLE' : totext({MBDA_FREEZE_DATA.COURSE_TITLE})
This works very well in crystal, and also builds a grouping tree for me. But within Enterprise, I can get a grouping tree on the first two, but not the last.
The enterprise version is Product: 9.0.1.558
The crystal version is 9.2.2.634
The field is a 255 character string with backend of Oracle.
Anyone got any ideas?
David
select {?group}
case 'COURSECODE': totext({MBDA_FREEZE_DATA.COURSECODE})
case 'CLOCK' : totext({MBDA_FREEZE_DATA.CLOCK})
case 'COURSE_TITLE' : totext({MBDA_FREEZE_DATA.COURSE_TITLE})
This works very well in crystal, and also builds a grouping tree for me. But within Enterprise, I can get a grouping tree on the first two, but not the last.
The enterprise version is Product: 9.0.1.558
The crystal version is 9.2.2.634
The field is a 255 character string with backend of Oracle.
Anyone got any ideas?
David