I have a Crystal Reports 2008 report that has fields e.g Sector,Branch, Department and a bunch of other fields.The requirement is that the same report should be able to allow grouping by Sector,Branch or Department.I'm trying to avoid creating the same report 3 times with the only difference being the Group Header field.My question is if there is a way to dynamically change the group header at runtime.
+1
A:
Make the header a formula, then set the formula to one of these fields at runtime. I consolidated a hundred or so different reports into about a dozen RPT files years ago using this technique.
D. Lambert
2009-06-05 20:02:40
A:
visit this msdn link:
http://msdn.microsoft.com/en-us/library/aa288421(VS.71).aspx#
Sunil
2010-01-18 05:44:08